From a8176ff27f7388927700560e4f079afbc6d4742e Mon Sep 17 00:00:00 2001 From: Kurakin Alexander Date: Sun, 15 Feb 2015 11:44:22 +0300 Subject: [PATCH] Update modules sources links --- README.md | 11 +++++------ docs/modules/README.md | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f616dcf..ff2198e 100644 --- a/README.md +++ b/README.md @@ -214,13 +214,12 @@ A lot of the philosophy and design of `mercury` is inspired by [backbone]: https://github.com/jashkenas/backbone [quiescent]: https://github.com/levand/quiescent [virtual-dom]: https://github.com/Matt-Esch/virtual-dom - - [vtree]: https://github.com/Matt-Esch/vtree - [vdom]: https://github.com/Matt-Esch/vdom - [vdom-create-element]: https://github.com/Matt-Esch/vdom/blob/master/create-element.js - [vdom-patch]: https://github.com/Matt-Esch/vdom/blob/master/patch.js + [vtree]: https://github.com/Matt-Esch/virtual-dom/tree/master/vtree + [vdom]: https://github.com/Matt-Esch/virtual-dom/tree/master/vdom + [vdom-create-element]: https://github.com/Matt-Esch/virtual-dom/blob/master/vdom/create-element.js + [vdom-patch]: https://github.com/Matt-Esch/virtual-dom/blob/master/vdom/patch.js [min-document]: https://github.com/Raynos/min-document - [virtual-hyperscript]: https://github.com/Raynos/virtual-hyperscript + [virtual-hyperscript]: https://github.com/Matt-Esch/virtual-dom/tree/master/virtual-hyperscript [main-loop]: https://github.com/Raynos/main-loop [vdom-thunk]: https://github.com/Raynos/vdom-thunk [observ]: https://github.com/Raynos/observ diff --git a/docs/modules/README.md b/docs/modules/README.md index fc4dd3c..a6543f8 100644 --- a/docs/modules/README.md +++ b/docs/modules/README.md @@ -237,13 +237,12 @@ Using the higher order functions defined in [backbone]: https://github.com/jashkenas/backbone [quiescent]: https://github.com/levand/quiescent [virtual-dom]: https://github.com/Matt-Esch/virtual-dom - - [vtree]: https://github.com/Matt-Esch/vtree - [vdom]: https://github.com/Matt-Esch/vdom - [vdom-create-element]: https://github.com/Matt-Esch/vdom/blob/master/create-element.js - [vdom-patch]: https://github.com/Matt-Esch/vdom/blob/master/patch.js + [vtree]: https://github.com/Matt-Esch/virtual-dom/tree/master/vtree + [vdom]: https://github.com/Matt-Esch/virtual-dom/tree/master/vdom + [vdom-create-element]: https://github.com/Matt-Esch/virtual-dom/blob/master/vdom/create-element.js + [vdom-patch]: https://github.com/Matt-Esch/virtual-dom/blob/master/vdom/patch.js [min-document]: https://github.com/Raynos/min-document - [virtual-hyperscript]: https://github.com/Raynos/virtual-hyperscript + [virtual-hyperscript]: https://github.com/Matt-Esch/virtual-dom/tree/master/virtual-hyperscript [main-loop]: https://github.com/Raynos/main-loop [vdom-thunk]: https://github.com/Raynos/vdom-thunk [observ]: https://github.com/Raynos/observ