Browse Source

Fix NEWS typo.

Brit Butler 11 years ago
parent
commit
069188b2b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      NEWS.md

+ 1 - 1
NEWS.md

2
 
2
 
3
 * **INCOMPATIBLE CHANGE**: `page-path` and the `blog` config class are no longer exported.
3
 * **INCOMPATIBLE CHANGE**: `page-path` and the `blog` config class are no longer exported.
4
 * **INCOMPATIBLE CHANGE**: `render-content` has been renamed `render-text` for clarity.
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
 * A new theme *readable* based on bootswatch readable, courtesy of @rmoritz!
6
 * A new theme *readable* based on bootswatch readable, courtesy of @rmoritz!
7
 * Posts may have an author to support multi-user blogs courtesy of @tychoish.
7
 * Posts may have an author to support multi-user blogs courtesy of @tychoish.
8
 * Fixes to the ReStructuredText plugin courtesy of @tychoish.
8
 * Fixes to the ReStructuredText plugin courtesy of @tychoish.