From 02b03aad277a7cfe3fd8ce6403abf18c441335a8 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 10 Oct 2019 10:38:15 +0900 Subject: [PATCH] update tutorials section --- .vuepress/config.js | 1 - react.md | 2 +- tutorial.md | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index aa59a4c..6c159ce 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -22,7 +22,6 @@ module.exports = { search: false, nav: [ { text: 'Getting Started', link: '/getting-started/' }, - { text: 'Tutorial', link: '/tutorial' }, { text: 'Integrations', link: '/integrations-overview' }, { text: 'API', link: '/api' }, { text: 'Github', link: 'https://github.com/status-im/subspace' }, diff --git a/react.md b/react.md index 2c269e8..a7fcffa 100644 --- a/react.md +++ b/react.md @@ -13,7 +13,7 @@ This enhanced component will subscribe to any observable property it receives wh ### Example ::: tip -This example is available in [Github](https://github.com/status-im/subspace/tree/master/examples/react) +This example is available in [Github](https://github.com/embark-framework/subspace/tree/master/examples/react-example1) ::: diff --git a/tutorial.md b/tutorial.md index 8d865db..53888ce 100644 --- a/tutorial.md +++ b/tutorial.md @@ -1,2 +1,4 @@ -# Creating a reactive ÐApp with Embark and Subspace1 +# Creating a reactive ÐApp with React and Subspace + +See example DApp at [https://github.com/embark-framework/subspace/tree/master/examples/react-example1](https://github.com/embark-framework/subspace/tree/master/examples/react-example1)