diff options
| author | Adam Janovsky | 2022-05-01 20:15:32 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-05-01 20:15:32 +0200 |
| commit | b4e575208791327b4eaf61040c39e8c31a01effb (patch) | |
| tree | b7bbca91eb3630f7445a9726b1376c435fdd8d09 | |
| parent | 84c87543cd63bf4e04be7645c08ee8d6a80509a1 (diff) | |
| download | sec-certs-b4e575208791327b4eaf61040c39e8c31a01effb.tar.gz sec-certs-b4e575208791327b4eaf61040c39e8c31a01effb.tar.zst sec-certs-b4e575208791327b4eaf61040c39e8c31a01effb.zip | |
fix symbolic link path
| -rw-r--r-- | docs/index.md | 2 | ||||
| l--------- | docs/notebooks | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 084f7d08..a362a10e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ tutorial.md ```{toctree} :caption: Notebook examples -notebooks/dataset.ipynb +notebooks/examples/dataset.ipynb ``` ```{toctree} diff --git a/docs/notebooks b/docs/notebooks index b50be0f4..7e2fa2a0 120000 --- a/docs/notebooks +++ b/docs/notebooks @@ -1 +1 @@ -./../notebooks/examples
\ No newline at end of file +./../notebooks
\ No newline at end of file |
