Browse Source

fix: correct github links and references

patch-criadoperez4
Evan Mallory 3 years ago
committed by Alejandro Criado-Pérez
parent
commit
bfefd79101
  1. 4
      next.config.js
  2. 2
      src/components/header.tsx
  3. 2
      src/pages/en/build-apps/references/gaia.md

4
next.config.js

@ -461,13 +461,13 @@ async function redirects() {
{
source: '/android/tutorial.html', // TODO: update once choice has been made on SDKs
destination:
'https://github.com/blockstack/docs.blockstack/blob/master-legacy/android/tutorial.md',
'https://github.com/stacks-network/docs/blob/master-legacy/android/tutorial.md',
permanent: true,
},
{
source: '/ios/tutorial.html', // TODO: update once choice has been made on SDKs
destination:
'https://github.com/blockstack/docs.blockstack/blob/master-legacy/ios/tutorial.md',
'https://github.com/stacks-network/docs/blob/master-legacy/ios/tutorial.md',
permanent: true,
},
{

2
src/components/header.tsx

@ -70,7 +70,7 @@ const nav: NavItem[] = [
},
{
label: 'GitHub',
href: 'https://github.com/blockstack',
href: 'https://github.com/stacks-network',
},
{
label: 'Resources',

2
src/pages/en/build-apps/references/gaia.md

@ -78,7 +78,7 @@ The token ensures the app has the authorization to write to the hub on the user'
Here's how Gaia stacks up against other decentralized storage systems. Features
that are common to all storage systems are omitted for brevity.
| Features | [Gaia](https://github.com/blockstack/gaia) | [Sia](https://sia.tech/) | [Storj](https://storj.io/) | [IPFS](https://ipfs.io/) | [DAT](https://datproject.org/) | [SSB](https://www.scuttlebutt.nz/) |
| Features | [Gaia](https://github.com/stacks-network/gaia) | [Sia](https://sia.tech/) | [Storj](https://storj.io/) | [IPFS](https://ipfs.io/) | [DAT](https://datproject.org/) | [SSB](https://www.scuttlebutt.nz/) |
| ------------------------------------------ | ------------------------------------------ | ------------------------ | -------------------------- | ------------------------ | ------------------------------ | ---------------------------------- |
| User controls where data is hosted | X | | | | | |
| Data can be viewed in a normal Web browser | X | | | X | | |

Loading…
Cancel
Save