You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ide-extensions/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,12 @@ <h2 id="setup-a-vs-code-codium-extension">Setup a VS Code / Codium extension</h2
57
57
</ol>
58
58
<h2id="usage">Usage</h2>
59
59
<h3id="flux">Flux</h3>
60
-
<p>After installing the IDE extension to VS Code / Codium open a Flux file, for example <ahref="https://gitlab.com/oersi/oersi-etl/-/raw/develop/data/production/digill-to-oersi.flux">this one</a>. It should look like this:</p>
60
+
<p>After installing the IDE extension to VS Code / Codium open a Flux file, for example <ahref="https://gitlab.com/oersi/oersi-etl/-/blob/master/data/production/digill/digill-to-oersi.flux">this one</a>. It should look like this:</p>
<p>If you delete for example a necessary bracket you will see in the Problems section that the extension detects problems with the Flux file:</p>
63
63
<p><imgsrc="/img/digill-to-oersi_flux_problem.JPG" alt="Flux editor with problems" style="max-width:100%"/></p>
64
64
<h3id="fix">Fix</h3>
65
-
<p>After installing the IDE extension to VS Code / Codium open a Flux file, for example <ahref="https://gitlab.com/oersi/oersi-etl/-/raw/develop/data/production/digill.fix">this one</a>. It should look like this:</p>
65
+
<p>After installing the IDE extension to VS Code / Codium open a Flux file, for example <ahref="https://gitlab.com/oersi/oersi-etl/-/blob/master/data/production/digill/digill.fix">this one</a>. It should look like this:</p>
Copy file name to clipboardExpand all lines: ide-extensions/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ There are different ways to install extensions for VS Code / Codium.
20
20
21
21
### Flux
22
22
23
-
After installing the IDE extension to VS Code / Codium open a Flux file, for example [this one](https://gitlab.com/oersi/oersi-etl/-/raw/develop/data/production/digill-to-oersi.flux). It should look like this:
23
+
After installing the IDE extension to VS Code / Codium open a Flux file, for example [this one](https://gitlab.com/oersi/oersi-etl/-/blob/master/data/production/digill/digill-to-oersi.flux). It should look like this:
@@ -30,7 +30,7 @@ If you delete for example a necessary bracket you will see in the Problems secti
30
30
31
31
### Fix
32
32
33
-
After installing the IDE extension to VS Code / Codium open a Flux file, for example [this one](https://gitlab.com/oersi/oersi-etl/-/raw/develop/data/production/digill.fix). It should look like this:
33
+
After installing the IDE extension to VS Code / Codium open a Flux file, for example [this one](https://gitlab.com/oersi/oersi-etl/-/blob/master/data/production/digill/digill.fix). It should look like this:
0 commit comments