Parcourir la Source

Fix NEWS typo.

Brit Butler il y a 11 ans
Parent
commit
069188b2b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      NEWS.md

+ 1 - 1
NEWS.md

@@ -2,7 +2,7 @@
2 2
 
3 3
 * **INCOMPATIBLE CHANGE**: `page-path` and the `blog` config class are no longer exported.
4 4
 * **INCOMPATIBLE CHANGE**: `render-content` has been renamed `render-text` for clarity.
5
-* New Docs: [A Hacker's Guide to Coleslaw](hacking_guide) and [Themes](theming_guide)!
5
+* New Docs: [A Hacker's Guide to Coleslaw][hacking_guide] and [Themes][theming_guide]!
6 6
 * A new theme *readable* based on bootswatch readable, courtesy of @rmoritz!
7 7
 * Posts may have an author to support multi-user blogs courtesy of @tychoish.
8 8
 * Fixes to the ReStructuredText plugin courtesy of @tychoish.