diff --git a/README.md b/README.md index 90cbe0f6..38b14959 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ # Stacks documentation -![A screenshot of docs.blockstack.org](/public/images/docs-homepage.png) +![A screenshot of docs.stacks.co](/public/images/docs-homepage.png) ## Running and building the site locally -If you are interested in contributing to the site and making changes, please refer to our [contributing guide here](https://docs.blockstack.org/ecosystem/contributing). +If you are interested in contributing to the site and making changes, please refer to our [contributing guide here](https://docs.stacks.co/contributing). ## Generated documentation diff --git a/next.config.js b/next.config.js index 508488a8..01d9ff62 100755 --- a/next.config.js +++ b/next.config.js @@ -348,59 +348,59 @@ async function redirects() { { source: '/org/token.html', destination: '/ecosystem/stacks-token', permanent: true }, { source: '/org/whitepaper-blockchain.html', - destination: 'https://blockstack.org/whitepaper.pdf', + destination: 'https://community.stacks.org/pox', permanent: true, }, { source: '/org/wallet-intro.html', - destination: 'https://blockstack.org/questions/what-is-the-stacks-wallet', + destination: 'https://www.hiro.so/questions/what-is-the-stacks-wallet', permanent: true, }, { source: '/org/wallet-install.html', - destination: 'https://blockstack.org/questions/how-do-i-install-the-stacks-wallet-v3-x', + destination: 'https://www.hiro.so/wallet', permanent: true, }, { source: '/org/wallet-use.html', - destination: 'https://blockstack.org/questions/how-do-i-start-using-the-stacks-wallet-v3-x', + destination: 'https://www.hiro.so/wallet', permanent: true, }, { source: '/stacks-wallet/overview', - destination: 'https://blockstack.org/questions/what-is-the-stacks-wallet', + destination: 'https://www.hiro.so/questions/what-is-the-stacks-wallet', permanent: true, }, { source: '/stacks-wallet/install', - destination: 'https://blockstack.org/questions/how-do-i-install-the-stacks-wallet-v3-x', + destination: 'https://www.hiro.so/wallet', permanent: true, }, { source: '/stacks-wallet/usage', - destination: 'https://blockstack.org/questions/how-do-i-start-using-the-stacks-wallet-v3-x', + destination: 'https://www.hiro.so/wallet', permanent: true, }, { source: '/stacks-wallet/security', destination: - 'https://blockstack.org/questions/how-should-i-secure-my-secret-key-for-the-stacks-wallet', + 'https://www.hiro.so/questions/how-should-i-secure-my-secret-key-for-the-stacks-wallet', permanent: true, }, { source: '/stacks-wallet', - destination: 'https://blockstack.org/questions/what-is-the-stacks-wallet', + destination: 'https://www.hiro.so/questions/what-is-the-stacks-wallet', permanent: true, }, { source: '/org/secureref.html', destination: - 'https://blockstack.org/questions/how-should-i-secure-my-secret-key-for-the-stacks-wallet', + 'https://www.hiro.so/questions/how-should-i-secure-my-secret-key-for-the-stacks-wallet', permanent: true, }, { source: '/org/wallet-troubleshoot.html', - destination: 'https://blockstack.org/wallet', + destination: 'https://www.hiro.so/wallet', permanent: true, }, { @@ -442,7 +442,7 @@ async function redirects() { }, { source: '/common/javascript_ref.html', - destination: 'https://blockstack.github.io/blockstack.js/', + destination: 'https://blockstack.github.io/stacks.js/', permanent: true, }, { diff --git a/src/components/header.tsx b/src/components/header.tsx index 265a6dd9..b339916d 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -65,7 +65,7 @@ const nav: NavItem[] = [ children: [ { label: 'Documentation', - href: 'https://docs.blockstack.org/', + href: 'https://docs.stacks.co/', target: '_self', }, { @@ -73,17 +73,16 @@ const nav: NavItem[] = [ href: 'https://github.com/blockstack', }, { - label: 'Papers', - href: 'https://www.blockstack.org/papers', + label: 'Resources', + href: 'https://www.stacks.co/learn/learning-resources', }, { label: 'Discord', - href: 'https://discord.gg/zrvWsQC', + href: 'https://discord.gg/5DJaBrf', }, ], }, - { label: 'Testnet', href: 'https://www.blockstack.org/testnet' }, - { label: 'Discover apps', href: 'https://app.co/' }, + { label: 'Discover apps', href: 'https://www.stacks.co/explore/discover-apps' }, ]; const HeaderTextItem: ForwardRefExoticComponentWithAs = forwardRefWithAs< diff --git a/src/pages/understand-stacks/microblocks.md b/src/pages/understand-stacks/microblocks.md index f8055137..a8481fb1 100644 --- a/src/pages/understand-stacks/microblocks.md +++ b/src/pages/understand-stacks/microblocks.md @@ -144,4 +144,4 @@ state as confirmed. [anchormode]: https://stacks-js-git-master-blockstack.vercel.app/enums/transactions.anchormode.html [stacks blockchain api guide]: https://docs.hiro.so/getting-started/stacks-blockchain-api#microblocks-support [provides an endpoint]: /stacks-blockchain-api#nonce-handling -[microblocks_api]: https://stacks-blockchain-api-git-feat-microblocks-blockstack.vercel.app/#tag/Microblocks +[microblocks_api]: https://docs.hiro.so/api#tag/Microblocks diff --git a/src/pages/understand-stacks/proof-of-transfer.md b/src/pages/understand-stacks/proof-of-transfer.md index e8903296..5f5d0206 100644 --- a/src/pages/understand-stacks/proof-of-transfer.md +++ b/src/pages/understand-stacks/proof-of-transfer.md @@ -53,5 +53,5 @@ Clarity smart contracts also have unique visibility into the state of the Bitcoi ## See also -- [Read the full PoX whitepaper](https://community.blockstack.org/pox) +- [Read the full PoX whitepaper](https://community.stacks.org/pox) - [Watch CEO Muneeb Ali and Evangelist Joe Bender give an overview of Stack's breakthrough PoX mining mechanism](https://www.youtube.com/watch?v=NY_eUrIcWOY) diff --git a/src/pages/understand-stacks/technical-specs.md b/src/pages/understand-stacks/technical-specs.md index c22cab1d..81396d0d 100644 --- a/src/pages/understand-stacks/technical-specs.md +++ b/src/pages/understand-stacks/technical-specs.md @@ -38,7 +38,7 @@ description: Summary of technical specifications of Stacks 2.0 - Two reward addresses / block, for a total of 4000 addresses every reward cycle. The addresses are chosen using a VRF (verifiable random function), so each node can deterministically arrive at the same reward addresses for a given block. - Stacking threshold: 0.025% of the participating amount of STX when participation is between 25% and 100% and when participation is below 25%, the threshold level is always 0.00625 of the liquid supply of STX. - Delegation: An STX address can designate another address to participate in Stacking on its behalf. [Relevant section in SIP-007](https://github.com/stacksgov/sips/blob/main/sips/sip-007/sip-007-stacking-consensus.md#stacker-delegation). -- Pooling: STX holders that individually do not meet the Stacking threshold can pool together their holdings to participate in Stacking. To do this, STX holders must set the (optional) reward address to the "delegate address." For more details, see [this reference](https://docs.blockstack.org/references/stacking-contract#delegate-stx). +- Pooling: STX holders that individually do not meet the Stacking threshold can pool together their holdings to participate in Stacking. To do this, STX holders must set the (optional) reward address to the "delegate address." For more details, see [this reference](https://docs.stacks.co/references/stacking-contract#delegate-stx). - Only two types of BTC reward addresses are supported: [Legacy (P2PKH)](https://en.bitcoin.it/wiki/Transaction#Pay-to-PubkeyHash) or [Segregated Witness / Segwit (P2SH)](https://en.bitcoin.it/wiki/Pay_to_script_hash). Native Segwit is not supported. - Further reading: [Stacking](/stacks-blockchain/stacking)