Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links to docs in Readme #3858

Merged
merged 2 commits into from
Oct 5, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rename reactivity system link to docs in readme
  • Loading branch information
posva authored Oct 5, 2016
commit f3e6497353ebd52a9f5e784ea20930252bdad149
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ 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/index.html#Declarative-Rendering)
- [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)
Expand Down