generated from toitware/web-gatsby-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing some broken relative links. (#496)
Because of a quirk in the way URL paths are generated, if you're making a relative link from `index.mdx`, you specify it as: ```markdown [text](./relative.mdx) ``` But if it's *not* in the index page - if it's a relative link to a regular page in the same directory - you need to use a double-dot: ```markdown [text](../relative.mdx) ``` This commit fixes three such broken links.
- Loading branch information
1 parent
0df5859
commit ef66682
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters