Skip to content

Commit

Permalink
Fix static demos link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yanovs authored Dec 22, 2022
1 parent 42313d7 commit a46941c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python -m leda /path/to/nb.ipynb --output-dir ./outputs/ \

This will automatically include formatting tweaks, including, e.g., hiding all input code.

See the [**static demos** being served by GitHub Pages](leda/tests/integration/refs).
See the [**static demos** being served by GitHub Pages](https://ansatzcapital.github.io/leda/leda/tests/integration/refs/).

Think of it like:
- [`voila`](https://voila.readthedocs.io/en/stable/using.html) but static, with no need for live kernels
Expand Down Expand Up @@ -67,7 +67,7 @@ you could alternatively implement your own `leda.gen.base.ReportPublisher` and c

Another example is you can simply host a static S3 bucket, enable website hosting and then either use S3 as a web server publically or via locked down S3 endpoint.

You could also use [GitHub Pages](https://pages.github.com), much like the [static demos page](leda/tests/integration/refs).
You could also use [GitHub Pages](https://pages.github.com), much like the [static demos page](https://ansatzcapital.github.io/leda/leda/tests/integration/refs/).

### Params

Expand Down

0 comments on commit a46941c

Please sign in to comment.