Skip to content

Commit

Permalink
docs: update link to fileToPath.js (#995)
Browse files Browse the repository at this point in the history
Actual link to :regular implementation is broken
  • Loading branch information
massimilianomarini authored and ulivz committed Nov 12, 2018
1 parent b18280c commit 7c61fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Hello!
|:day|Published day of posts (2-digit)|
|:i_day|Published day of posts (Without leading zeros)|
|:slug|Slugified file path (Without extension)|
|:regular| Permalink generated by VuePress by default, for implementation see [here](https://github.com/vuejs/vuepress/blob/next/packages/%40vuepress/shared-utils/lib/fileToPath.js) |
|:regular| Permalink generated by VuePress by default, for implementation see [here](https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/shared-utils/lib/fileToPath.js) |

0 comments on commit 7c61fcf

Please sign in to comment.