Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix relative links for theme preview #576

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ languages:

navbar:
- title: Install
url: /install
url: install
- title: Documentation
url: https://docs.scipy.org/doc/scipy/
- title: Community
url: /community
url: community
- title: About Us
url: /about
url: about
- title: Contribute
url: /contribute
url: contribute
footer:
logo: logo.svg
socialmediatitle: ""
Expand All @@ -75,34 +75,34 @@ languages:
title: ""
links:
- text: Install
link: /install
link: install
- text: Documentation
link: https://docs.scipy.org/doc/scipy/
- text: Citing SciPy
link: /citing-scipy
link: citing-scipy
- text: Roadmap
link: https://scipy.github.io/devdocs/dev/roadmap.html
column2:
links:
- text: About Us
link: /about
link: about
- text: Community
link: /community
link: community
- text: SciPy Conference
link: https://conference.scipy.org/
- text: Contribute
link: /contribute
link: contribute
- text: Code of Conduct
link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
column3:
links:
- text: FAQ
link: /faq
link: faq
- text: Get Help
link: /gethelp
link: gethelp
- text: Terms of Use
link: /terms
link: terms
- text: Privacy
link: /privacy
link: privacy
- text: Press Kit
link: /press-kit
link: press-kit
Loading