Skip to content

Commit fe3f923

Browse files
committed
Tidy up navigation bar
1 parent 5156439 commit fe3f923

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ website:
2020
background: "#073c44"
2121
foreground: "#ffffff"
2222
left:
23-
- href: tutorials/docs-00-getting-started/
23+
- href: getting-started/
2424
text: Get Started
25-
- href: tutorials/00-introduction/
25+
- href: tutorials/coin-flipping/
2626
text: Tutorials
2727
- href: https://turinglang.org/library/
2828
text: Libraries

getting-started/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Getting Started
33
engine: julia
44
aliases:
55
- ../tutorials/docs-00-getting-started/index.html
6+
- ../index.html
67
---
78

89
```{julia}

0 commit comments

Comments
 (0)