summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Shpak <alex-shpak@users.noreply.github.com>2018-10-31 13:12:01 +0100
committerGitHub <noreply@github.com>2018-10-31 13:12:01 +0100
commit9a18fd18f123f7f768b9c54be8e6f455da38ad23 (patch)
tree541589252ffc7ca190ba1da47f4a81d00fa46886 /README.md
parentdf5abe5b916d4b366e4becdf2ce55363720a5b5d (diff)
Make links absolute in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bb57fb0..fd2a8ca 100644
--- a/README.md
+++ b/README.md
@@ -54,8 +54,8 @@ headless: true
And Enable it by settings `BookMenuBundle: /docs/menu` in Site configuration
-- [Example menu](exampleSite/content/menu/index.md)
-- [Example config file](exampleSite/config.yml)
+- [Example menu](https://github.com/alex-shpak/hugo-book/blob/master/exampleSite/content/menu/index.md)
+- [Example config file](https://github.com/alex-shpak/hugo-book/blob/master/exampleSite/config.yml)
- [Leaf bundles](https://gohugo.io/content-management/page-bundles/)
@@ -119,4 +119,4 @@ Primary goals are:
Feel free to open issue if you missing some configuration or customisation option.
## License
-[MIT](LICENSE) \ No newline at end of file
+[MIT](LICENSE)