mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
2 docs fixes.
Fix 404 and extra slash in url
This commit is contained in:
@@ -16,7 +16,7 @@ We added some warnings in v0.9 to start migrating some of these bad patterns. Wi
|
||||
|
||||
## API Cleanup
|
||||
|
||||
This is really connected to everything. We want to keep the API as simple as possible and help developers [fall into the pit of success](pitofsuccess). Enabling bad patterns with bad APIs is not success.
|
||||
This is really connected to everything. We want to keep the API as simple as possible and help developers [fall into the pit of success][pitofsuccess]. Enabling bad patterns with bad APIs is not success.
|
||||
|
||||
## ES6
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ sectionid: blog
|
||||
|
||||
<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">
|
||||
« Previous Page
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user