Skip to content

Commit

Permalink
Fix links to docs in Readme (vuejs#3858)
Browse files Browse the repository at this point in the history
* Fix links to docs in Readme

Fix vuejs#3857

* Rename reactivity system link to docs in readme
  • Loading branch information
posva authored and yyx990803 committed Oct 5, 2016
1 parent 6541e68 commit c2e6bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Vue.js is an MIT-licensed open source project. Its ongoing development is made p

Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:

- [Dead simple, unobtrusive reactivity using plain JavaScript objects.](http://vuejs.org/guide/overview.html#Reactive-Data-Binding)
- [Component-oriented development style with tooling support](http://vuejs.org/guide/overview.html#Component-System)
- [Declarative rendering with a plain JavaScript object based reactivity system.](http://vuejs.org/guide/index.html#Declarative-Rendering)
- [Component-oriented development style with tooling support](http://vuejs.org/guide/index.html#Composing-with-Components)
- Lean and extensible core
- [Flexible transition effect system](http://vuejs.org/guide/transitions.html)
- Fast without the need for complex optimization
Expand Down

0 comments on commit c2e6bf8

Please sign in to comment.