Skip to content

Commit

Permalink
Fix links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Aug 4, 2023
1 parent 5545ac8 commit 608fe2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ide-extensions/index.md
Expand Up @@ -20,7 +20,7 @@ There are different ways to install extensions for VS Code / Codium.

### Flux

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

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

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

### Fix

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

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

Expand Down

0 comments on commit 608fe2d

Please sign in to comment.