Skip to content

Commit 9366804

Browse files
authored
Update README.md
1 parent ca6a1a7 commit 9366804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To understand the rest of the structure which could help you change styles with
4949
### 👨🏻‍🔧 Modifying an existing tutorial
5050

5151
* Find the corresponding Julia script in `_literate` and fix it in a PR.
52-
* Ensure it works and renders properly as explained in [this section](#👀-visualise-modifications-locally).
52+
* Ensure it works and renders properly as explained below.
5353

5454

5555
### ✨ Add a new tutorial
@@ -68,7 +68,7 @@ Once all that's done, the remaining things to do are to create the HTML page and
6868

6969
* Create a file `dinosaurs.md` in the top-level folder `end-to-end/` by duplicating the `end-to-end/wine.md` and changing the reference in it to `\tutorial{end-to-end/dinosaurs}`
7070
* Add a link pointing to that tutorial in `routing.json` following the template so your tutorial shows in the navigation bar
71-
* Ensure your tutorials renders correctly as explained in the [next section](#👀-visualise-modifications-locally).
71+
* Ensure your tutorials renders correctly as explained in the next section.
7272

7373
> [!NOTE]
7474
> For plots, we do prefer that you use `Plots.jl` with the default backend. In general, try to avoid having Python as a dependency in your tutorial.

0 commit comments

Comments
 (0)