Fix broken links.

This commit is contained in:
Nathaniel Bibler 2015-10-24 00:00:31 -04:00
parent 4aadf98652
commit fbe5b2ef08
2 changed files with 9 additions and 9 deletions

View File

@ -124,8 +124,8 @@ language: en
### Why do you alternate between spelling it "CHANGELOG" and "change log"? ### Why do you alternate between spelling it "CHANGELOG" and "change log"?
"CHANGELOG" is the name of the file itself. It's a bit shouty but it's a "CHANGELOG" is the name of the file itself. It's a bit shouty but it's a
historical convention followed by many open source projects. Other historical convention followed by many open source projects. Other
examples of similar files include [`README`](README.md), [`LICENSE`](LICENSE), examples of similar files include [`README`][README], [`LICENSE`][LICENSE],
and [`CONTRIBUTING`](CONTRIBUTING.md). and [`CONTRIBUTING`][CONTRIBUTING].
The uppercase naming (which in old operating systems made these files stick The uppercase naming (which in old operating systems made these files stick
to the top) is used to draw attention to them. Since they're important to the top) is used to draw attention to them. Since they're important
@ -167,11 +167,14 @@ language: en
So please [**pitch in**][gh]. So please [**pitch in**][gh].
[CHANGELOG]: ./CHANGELOG.md [CHANGELOG]: https://github.com/olivierlacan/keep-a-changelog/blob/master/CHANGELOG.md
[gemnasium]: http://gemnasium.com [CONTRIBUTING]: https://github.com/olivierlacan/keep-a-changelog/blob/master/CONTRIBUTING.md
[LICENSE]: https://github.com/olivierlacan/keep-a-changelog/blob/master/LICENSE
[README]: https://github.com/olivierlacan/keep-a-changelog/blob/master/README.md
[gemnasium]: https://gemnasium.com/
[gh]: https://github.com/olivierlacan/keep-a-changelog [gh]: https://github.com/olivierlacan/keep-a-changelog
[issues]: https://github.com/olivierlacan/keep-a-changelog/issues [issues]: https://github.com/olivierlacan/keep-a-changelog/issues
[semver]: http://semver.org [semver]: http://semver.org/
[shields]: http://shields.io [shields]: http://shields.io/
[thechangelog]: http://5by5.tv/changelog/127 [thechangelog]: http://5by5.tv/changelog/127
[vandamme]: https://github.com/tech-angels/vandamme/ [vandamme]: https://github.com/tech-angels/vandamme/

View File

@ -17,9 +17,6 @@
-# Icons -# Icons
%link{rel: 'shortcut icon', type: 'image/x-icon', href: '/favicon.ico'}
%link{rel: 'apple-touch-icon', href: '/apple-touch-icon.png'}
%link{rel: 'canonical', href: path_to_url(current_page.url)} %link{rel: 'canonical', href: path_to_url(current_page.url)}
%title= current_page.data.title %title= current_page.data.title