diff --git a/next.config.js b/next.config.js index 7ffd2ec7..c2d79afc 100755 --- a/next.config.js +++ b/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, }, { diff --git a/src/components/header.tsx b/src/components/header.tsx index b339916d..74b13887 100644 --- a/src/components/header.tsx +++ b/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', diff --git a/src/pages/en/build-apps/references/gaia.md b/src/pages/en/build-apps/references/gaia.md index 2474f3a7..1b1fb8c4 100644 --- a/src/pages/en/build-apps/references/gaia.md +++ b/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 | | |