Skip to content

Commit 0d0335d

Browse files
committed
Fixup docs doc
1 parent c08220c commit 0d0335d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Documentation is written as markdown and rendered as a website using
22
[Quarto](https://quarto.org/).
33

4-
To contribute documentation, update an existing markdown file in `docs/`, or add
4+
To contribute documentation, update an existing markdown file in `doc/`, or add
55
a new one.
66

77
If adding a new one, include it in the `navbar` entry in `docs/_quarto.yml`.
88

99
Preview your changes with:
1010

1111
```bash
12-
quarto preview docs/
12+
quarto preview doc/
1313
```

0 commit comments

Comments
 (0)