Skip to content

Commit fc512c5

Browse files
authored
Merge pull request #24 from metafacture/fixExampleLinks
Fix links to examples
2 parents 5545ac8 + 2a401cb commit fc512c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ide-extensions/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ <h2 id="setup-a-vs-code-codium-extension">Setup a VS Code / Codium extension</h2
5757
</ol>
5858
<h2 id="usage">Usage</h2>
5959
<h3 id="flux">Flux</h3>
60-
<p>After installing the IDE extension to VS Code / Codium open a Flux file, for example <a href="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 <a href="https://gitlab.com/oersi/oersi-etl/-/blob/master/data/production/digill/digill-to-oersi.flux">this one</a>. It should look like this:</p>
6161
<p><img src="/img/digill-to-oersi_flux.JPG" alt="Flux editor" style="max-width:100%"/></p>
6262
<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>
6363
<p><img src="/img/digill-to-oersi_flux_problem.JPG" alt="Flux editor with problems" style="max-width:100%"/></p>
6464
<h3 id="fix">Fix</h3>
65-
<p>After installing the IDE extension to VS Code / Codium open a Flux file, for example <a href="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 <a href="https://gitlab.com/oersi/oersi-etl/-/blob/master/data/production/digill/digill.fix">this one</a>. It should look like this:</p>
6666
<p><img src="/img/digill_fix.JPG" alt="Fix editor" style="max-width:100%"/></p>
6767
<p>If you remove a closing <code>end</code> you will see in the Problems section that the extension detects the missing <code>end</code>:</p>
6868
<p><img src="/img/digill_fix_problem.JPG" alt="Fix editor with problems" style="max-width:100%"/></p>

ide-extensions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are different ways to install extensions for VS Code / Codium.
2020

2121
### Flux
2222

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:
2424

2525
<img src="/img/digill-to-oersi_flux.JPG" alt="Flux editor" style="max-width:100%"/>
2626

@@ -30,7 +30,7 @@ If you delete for example a necessary bracket you will see in the Problems secti
3030

3131
### Fix
3232

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:
3434

3535
<img src="/img/digill_fix.JPG" alt="Fix editor" style="max-width:100%"/>
3636

0 commit comments

Comments
 (0)