Skip to content

Commit 8bea5ae

Browse files
authored
Correct link to SciPy's config.yaml file (#621)
1 parent 9d4a99d commit 8bea5ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/content/user_guide/getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Place Markdown files in `./contents/`. Also see the [Hugo documentation](https:/
6868
### `config.yaml`
6969

7070
Your site configuration file is `./config.yaml`. It is used to set the name of the site, configure navigation bars, etc.
71-
Example `config.yaml` files can be seen in [scientific-python.org](https://github.com/scientific-python/scientific-python.org/blob/main/config.yaml), [numpy.org](https://github.com/numpy/numpy.org/blob/main/config.yaml.in), and [scipy.org](https://github.com/scientific-python/scientific-python.org/blob/main/config.yaml).
71+
Example `config.yaml` files can be seen in [scientific-python.org](https://github.com/scientific-python/scientific-python.org/blob/main/config.yaml), [numpy.org](https://github.com/numpy/numpy.org/blob/main/config.yaml.in), and [scipy.org](https://github.com/scipy/scipy.org/blob/main/config.yaml).
7272

7373
### CSS
7474

0 commit comments

Comments
 (0)