update tutorials section

This commit is contained in:
Iuri Matias 2019-10-10 10:38:15 +09:00
parent b9bb13c341
commit 02b03aad27
3 changed files with 4 additions and 3 deletions

View File

@ -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' },

View File

@ -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)
:::

View File

@ -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)