From 029c07b74bf1347fcbc6090da6780e34d927e3f3 Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:20:53 +0100 Subject: [PATCH] Edit Alpha Program Page (#5655) * added page to sidebar * fix broken link * add redirect * updated links and names --- docs/general/how-to-dyor.md | 2 +- docs/general/polkadot-v1.md | 2 +- kusama-guide/sidebars.js | 2 +- polkadot-wiki/docusaurus.config.js | 4 ++++ polkadot-wiki/sidebars.js | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/general/how-to-dyor.md b/docs/general/how-to-dyor.md index 79206d98c7f3..badce3cbad6e 100644 --- a/docs/general/how-to-dyor.md +++ b/docs/general/how-to-dyor.md @@ -54,7 +54,7 @@ ecosystem. Receiving funding from reputable VCs and are known to be involved with other reputable {{ polkadot: Polkadot :Polkadot }}{{ kusama: Kusama :kusama }} projects can also be a good indicator. Or participating in the -[Substrate Builders Program](https://www.substrate.io/builders-program/). +[Polkadot Alpha Program](https://polkadot.network/development/alpha/). **However**, claiming such associations and having them is not always the same thing. **You always need to verify any claims a project makes**, and that is probably the most critical takeaway from diff --git a/docs/general/polkadot-v1.md b/docs/general/polkadot-v1.md index 3cd2e796b4d1..d6392fe17790 100644 --- a/docs/general/polkadot-v1.md +++ b/docs/general/polkadot-v1.md @@ -42,7 +42,7 @@ initiatives: - **Fostering next-gen of Web3 core developers.** This is achieved through different initiatives such as: - [The Polkadot Blockchain Academy](https://polkadot.network/development/academy/) - - [Substrate Builders Program](./builders-program.md) + - [Polkadot Alpha Program](./alpha-program.md) - [Polkadot Developer Heroes Program](./dev-heroes.md) - [Edx Courses](https://www.edx.org/school/web3x) - Rust and Substrate Courses (coming soon) diff --git a/kusama-guide/sidebars.js b/kusama-guide/sidebars.js index 3839a86c0bf0..4d992794da7c 100644 --- a/kusama-guide/sidebars.js +++ b/kusama-guide/sidebars.js @@ -104,7 +104,7 @@ module.exports = { "general/grants", "general/bug-bounty", "general/ambassadors", - "general/builders-program", + "general/alpha-program", "general/doc-thousand-validators", "general/doc-thousand-contributors", "general/dev-heroes", diff --git a/polkadot-wiki/docusaurus.config.js b/polkadot-wiki/docusaurus.config.js index 131891121614..0fa9b05e0148 100644 --- a/polkadot-wiki/docusaurus.config.js +++ b/polkadot-wiki/docusaurus.config.js @@ -180,6 +180,10 @@ module.exports = { { to: '/docs/learn-transactions', from: ['/docs/learn-transactions-index', '/docs/learn-extrinsics', '/docs/learn-balance-transfers'] + }, + { + to: '/docs/alpha-program', + from: ['/docs/builders-program'] } ], createRedirects: function (existingPath) { diff --git a/polkadot-wiki/sidebars.js b/polkadot-wiki/sidebars.js index 2a7de4d67cb7..4932ad912d6b 100644 --- a/polkadot-wiki/sidebars.js +++ b/polkadot-wiki/sidebars.js @@ -104,7 +104,7 @@ module.exports = { "general/grants", "general/bug-bounty", "general/ambassadors", - "general/builders-program", + "general/alpha-program", "general/doc-thousand-validators", "general/doc-thousand-contributors", "general/dev-heroes",