aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Janovsky2022-05-01 20:15:32 +0200
committerAdam Janovsky2022-05-01 20:15:32 +0200
commitb4e575208791327b4eaf61040c39e8c31a01effb (patch)
treeb7bbca91eb3630f7445a9726b1376c435fdd8d09
parent84c87543cd63bf4e04be7645c08ee8d6a80509a1 (diff)
downloadsec-certs-b4e575208791327b4eaf61040c39e8c31a01effb.tar.gz
sec-certs-b4e575208791327b4eaf61040c39e8c31a01effb.tar.zst
sec-certs-b4e575208791327b4eaf61040c39e8c31a01effb.zip
fix symbolic link path
-rw-r--r--docs/index.md2
l---------docs/notebooks2
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