Skip to content

Commit

Permalink
2 docs fixes.
Browse files Browse the repository at this point in the history
Fix 404 and extra slash in url

(cherry picked from commit 56263c4)
  • Loading branch information
zpao committed Jun 24, 2014
1 parent 617de48 commit 90682ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/_posts/2014-03-28-the-road-to-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ There are several other things I listed on [our projects page][projects] that we
[v0.10]: http://facebook.github.io/react/blog/2014/03/21/react-v0.10.html
[pitofsuccess]: http://blog.codinghorror.com/falling-into-the-pit-of-success/
[projects]: https://github.com/facebook/react/wiki/Projects

2 changes: 1 addition & 1 deletion docs/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1><a href="/react{{ page.url }}">{{ page.title }}</a></h1>

<div class="pagination">
{% if paginator.previous_page %}
<a href="/react/{{ paginator.previous_page_path }}" class="previous">
<a href="/react{{ paginator.previous_page_path }}" class="previous">
&laquo; Previous Page
</a>
{% endif %}
Expand Down

0 comments on commit 90682ad

Please sign in to comment.