Skip to content

Commit 1238c7b

Browse files
committed
fix links
1 parent 5a8cdb4 commit 1238c7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nbs/tutorials/best_practices.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"id": "dedb473d",
105105
"metadata": {},
106106
"source": [
107-
"The title will also be used to reference your page in the sidebar. You can also optionally add [frontmatter](/api/frontmatter.ipynb) to this cell to customize nbdev and Quarto."
107+
"The title will also be used to reference your page in the sidebar. You can also optionally add [frontmatter](/api/09_frontmatter.ipynb) to this cell to customize nbdev and Quarto."
108108
]
109109
},
110110
{
@@ -151,7 +151,7 @@
151151
"Here are a few examples to get you started:\n",
152152
"\n",
153153
"- fastai's documentation makes extensive use of code examples, plots, images, and tables, for example, the [computer vision intro](https://docs.fast.ai/tutorial.vision.html)\n",
154-
"- [`nbdev.release`](/api/release.ipynb) opens with a terminal screencast demo in SVG format created with [asciinema](https://asciinema.org/) and [svg-term-cli](https://github.com/marionebl/svg-term-cli)\n",
154+
"- [`nbdev.release`](/api/18_release.ipynb) opens with a terminal screencast demo in SVG format created with [asciinema](https://asciinema.org/) and [svg-term-cli](https://github.com/marionebl/svg-term-cli)\n",
155155
"- The [documentation explanation](/explanations/docs.ipynb#overview) describes a complex data pipeline using a [Mermaid diagram](https://quarto.org/docs/authoring/diagrams.html)\n",
156156
"- The [directives explanation](/explanations/directives.ipynb) showcases all of nbdev's directives with executable examples in call-out cards (and makes great use of emojis too!)\n",
157157
"- [RDKit](https://www.rdkit.org/docs/Cookbook.html#drawing-molecules-jupyter) renders beautiful molecule diagrams"
@@ -393,7 +393,7 @@
393393
"id": "12ce67f8",
394394
"metadata": {},
395395
"source": [
396-
"If you surround a symbol with backticks, nbdev will automatically link to that symbol's reference page. We call these [doclinks](/api/doclinks.ipynb)."
396+
"If you surround a symbol with backticks, nbdev will automatically link to that symbol's reference page. We call these [doclinks](/api/05_doclinks.ipynb)."
397397
]
398398
},
399399
{

nbs/tutorials/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@
730730
"source": [
731731
"Let's explain what these special cells means:\n",
732732
"\n",
733-
"- The first is a markdown cell with nbdev's markdown _frontmatter_ syntax that defines notebook metadata used by Quarto, our documentation engine (see the [frontmatter](/api/frontmatter.ipynb) reference page for more). It contains:\n",
733+
"- The first is a markdown cell with nbdev's markdown _frontmatter_ syntax that defines notebook metadata used by Quarto, our documentation engine (see the [frontmatter](/api/09_frontmatter.ipynb) reference page for more). It contains:\n",
734734
" - H1 header (\"core\") -- defining the page title\n",
735735
" - Quote (\"Fill in a module description here\") -- defining the page description\n",
736736
"- The second is a code cell with a _directive_ `default_exp` which decides which module this notebook will export to (see the [Directives](/explanations/directives.ipynb) explanation for more). Currently, it exports to the `core` module."

0 commit comments

Comments
 (0)