Skip to content

Commit c2e6bf8

Browse files
posvayyx990803
authored andcommitted
Fix links to docs in Readme (#3858)
* Fix links to docs in Readme Fix #3857 * Rename reactivity system link to docs in readme
1 parent 6541e68 commit c2e6bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Vue.js is an MIT-licensed open source project. Its ongoing development is made p
5858

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

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

0 commit comments

Comments
 (0)