From 021021ffb66fa1871594515f5c4b52222dd16c77 Mon Sep 17 00:00:00 2001 From: Seemant Aggarwal Date: Tue, 18 Mar 2025 14:15:39 +0530 Subject: [PATCH 1/4] changing reference from polkadot.network to polkadot.com --- README.md | 2 +- docker/dockerfiles/polkadot/polkadot_Dockerfile.README.md | 2 +- docs/contributor/DOCUMENTATION_GUIDELINES.md | 2 +- polkadot/README.md | 2 +- templates/minimal/README.md | 4 +++- templates/parachain/README.docify.md | 4 +++- templates/parachain/README.md | 4 +++- 7 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 79c1c8ec88468..de9d84f0756db 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ forks](https://img.shields.io/github/forks/paritytech/polkadot-sdk) [![StackExchange](https://img.shields.io/badge/StackExchange-Community%20&%20Support-222222?logo=stackexchange)](https://substrate.stackexchange.com/)  ![GitHub contributors](https://img.shields.io/github/contributors/paritytech/polkadot-sdk)  ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/paritytech/polkadot-sdk)  ![GitHub last commit](https://img.shields.io/github/last-commit/paritytech/polkadot-sdk) > The Polkadot SDK repository provides all the components needed to start building on the -> [Polkadot](https://polkadot.network) network, a multi-chain blockchain platform that enables +> [Polkadot](https://polkadot.com/) network, a multi-chain blockchain platform that enables > different blockchains to interoperate and share information in a secure and scalable way. diff --git a/docker/dockerfiles/polkadot/polkadot_Dockerfile.README.md b/docker/dockerfiles/polkadot/polkadot_Dockerfile.README.md index 7e89cb55f3de5..c3571c5a37ab3 100644 --- a/docker/dockerfiles/polkadot/polkadot_Dockerfile.README.md +++ b/docker/dockerfiles/polkadot/polkadot_Dockerfile.README.md @@ -1,6 +1,6 @@ # Polkadot official Docker image -## [Polkadot](https://polkadot.network/) +## [Polkadot](https://polkadot.com/) ## [GitHub](https://github.com/paritytech/polkadot) diff --git a/docs/contributor/DOCUMENTATION_GUIDELINES.md b/docs/contributor/DOCUMENTATION_GUIDELINES.md index 5ac99fff1cdbf..a20171b4a45c3 100644 --- a/docs/contributor/DOCUMENTATION_GUIDELINES.md +++ b/docs/contributor/DOCUMENTATION_GUIDELINES.md @@ -291,7 +291,7 @@ Optionally, in order to demonstrate the relation between the two, you can start //! > Made with *Substrate*, for *Polkadot*. //! //! [![github]](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/fast-unstake) - -//! [![polkadot]](https://polkadot.network) +//! [![polkadot]](https://polkadot.com) //! //! [polkadot]: https://img.shields.io/badge/polkadot-E6007A?style=for-the-badge&logo=polkadot&logoColor=white //! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github diff --git a/polkadot/README.md b/polkadot/README.md index fa14995e9af37..2fdb183d05388 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -1,6 +1,6 @@ # Polkadot -Implementation of a node in Rust based on the Substrate framework. +Implementation of a node in Rust based on the Substrate framework. The README provides information about installing the `polkadot` binary and developing on the codebase. For more specific guides, like how to run a validator node, see the [Polkadot Wiki](https://wiki.polkadot.network/docs/getting-started). diff --git a/templates/minimal/README.md b/templates/minimal/README.md index 4cf3fd2a44bb4..dbda85da071ec 100644 --- a/templates/minimal/README.md +++ b/templates/minimal/README.md @@ -213,10 +213,12 @@ Previously minimal template's development chains: ## Getting Help -- πŸ§‘β€πŸ« To learn about Polkadot in general, [Polkadot.network](https://polkadot.network/) website is a good starting point. +- πŸ§‘β€πŸ« To learn about Polkadot in general, [docs.polkadot.com](https://docs.polkadot.com/) website is a good starting point. - πŸ§‘β€πŸ”§ For technical introduction, [here](https://github.com/paritytech/polkadot-sdk#-documentation) are the Polkadot SDK documentation resources. - πŸ‘₯ Additionally, there are [GitHub issues](https://github.com/paritytech/polkadot-sdk/issues) and [Substrate StackExchange](https://substrate.stackexchange.com/). +- πŸ‘₯You can also reach out on the [Official Polkdot discord server](https://polkadot-discord.w3f.tools/) +- πŸ§‘Reach out on [Telegram](https://t.me/substratedevs) for more questions and discussions diff --git a/templates/parachain/README.docify.md b/templates/parachain/README.docify.md index 0d6071ddd9511..589c7d311fbc8 100644 --- a/templates/parachain/README.docify.md +++ b/templates/parachain/README.docify.md @@ -252,10 +252,12 @@ relay chain network (see [Parachain Template node](#parachain-template-node) set ## Getting Help -- πŸ§‘β€πŸ« To learn about Polkadot in general, [Polkadot.network](https://polkadot.network/) website is a good starting point. +- πŸ§‘β€πŸ« To learn about Polkadot in general, [docs.polkadot.com](https://docs.polkadot.com/) website is a good starting point. - πŸ§‘β€πŸ”§ For technical introduction, [here](https://github.com/paritytech/polkadot-sdk#-documentation) are the Polkadot SDK documentation resources. - πŸ‘₯ Additionally, there are [GitHub issues](https://github.com/paritytech/polkadot-sdk/issues) and [Substrate StackExchange](https://substrate.stackexchange.com/). +- πŸ‘₯You can also reach out on the [Official Polkdot discord server](https://polkadot-discord.w3f.tools/) +- πŸ§‘Reach out on [Telegram](https://t.me/substratedevs) for more questions and discussions \ No newline at end of file diff --git a/templates/parachain/README.md b/templates/parachain/README.md index 818fbcb693d1f..56103eedac2ba 100644 --- a/templates/parachain/README.md +++ b/templates/parachain/README.md @@ -254,10 +254,12 @@ relay chain network (see [Parachain Template node](#parachain-template-node) set ## Getting Help -- πŸ§‘β€πŸ« To learn about Polkadot in general, [Polkadot.network](https://polkadot.network/) website is a good starting point. +- πŸ§‘β€πŸ« To learn about Polkadot in general, [Polkadot.com](https://polkadot.com/) website is a good starting point. - πŸ§‘β€πŸ”§ For technical introduction, [here](https://github.com/paritytech/polkadot-sdk#-documentation) are the Polkadot SDK documentation resources. - πŸ‘₯ Additionally, there are [GitHub issues](https://github.com/paritytech/polkadot-sdk/issues) and [Substrate StackExchange](https://substrate.stackexchange.com/). +- πŸ‘₯You can also reach out on the [Official Polkdot discord server](https://polkadot-discord.w3f.tools/) +- πŸ§‘Reach out on [Telegram](https://t.me/substratedevs) for more questions and discussions From bdaa1aa717e55c352b5148ba5b8ef1ebb1f86c54 Mon Sep 17 00:00:00 2001 From: Seemant Aggarwal Date: Tue, 18 Mar 2025 14:35:16 +0530 Subject: [PATCH 2/4] updating parachain readme --- templates/parachain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/parachain/README.md b/templates/parachain/README.md index 56103eedac2ba..a61c3583386f6 100644 --- a/templates/parachain/README.md +++ b/templates/parachain/README.md @@ -262,4 +262,4 @@ relay chain network (see [Parachain Template node](#parachain-template-node) set - πŸ‘₯ Additionally, there are [GitHub issues](https://github.com/paritytech/polkadot-sdk/issues) and [Substrate StackExchange](https://substrate.stackexchange.com/). - πŸ‘₯You can also reach out on the [Official Polkdot discord server](https://polkadot-discord.w3f.tools/) -- πŸ§‘Reach out on [Telegram](https://t.me/substratedevs) for more questions and discussions +- πŸ§‘Reach out on [Telegram](https://t.me/substratedevs) for more questions and discussions \ No newline at end of file From 6c926a00a261777064ee6c747d9d027758c7e758 Mon Sep 17 00:00:00 2001 From: Seemant Aggarwal Date: Tue, 18 Mar 2025 17:49:25 +0530 Subject: [PATCH 3/4] adding newline at eof --- templates/parachain/README.docify.md | 2 +- templates/parachain/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/parachain/README.docify.md b/templates/parachain/README.docify.md index 589c7d311fbc8..493bb7200115b 100644 --- a/templates/parachain/README.docify.md +++ b/templates/parachain/README.docify.md @@ -260,4 +260,4 @@ relay chain network (see [Parachain Template node](#parachain-template-node) set - πŸ‘₯ Additionally, there are [GitHub issues](https://github.com/paritytech/polkadot-sdk/issues) and [Substrate StackExchange](https://substrate.stackexchange.com/). - πŸ‘₯You can also reach out on the [Official Polkdot discord server](https://polkadot-discord.w3f.tools/) -- πŸ§‘Reach out on [Telegram](https://t.me/substratedevs) for more questions and discussions \ No newline at end of file +- πŸ§‘Reach out on [Telegram](https://t.me/substratedevs) for more questions and discussions diff --git a/templates/parachain/README.md b/templates/parachain/README.md index a61c3583386f6..56103eedac2ba 100644 --- a/templates/parachain/README.md +++ b/templates/parachain/README.md @@ -262,4 +262,4 @@ relay chain network (see [Parachain Template node](#parachain-template-node) set - πŸ‘₯ Additionally, there are [GitHub issues](https://github.com/paritytech/polkadot-sdk/issues) and [Substrate StackExchange](https://substrate.stackexchange.com/). - πŸ‘₯You can also reach out on the [Official Polkdot discord server](https://polkadot-discord.w3f.tools/) -- πŸ§‘Reach out on [Telegram](https://t.me/substratedevs) for more questions and discussions \ No newline at end of file +- πŸ§‘Reach out on [Telegram](https://t.me/substratedevs) for more questions and discussions From 201617ffd6d519aa47638f092931466fe388e9a9 Mon Sep 17 00:00:00 2001 From: Seemant Aggarwal Date: Tue, 18 Mar 2025 18:43:43 +0530 Subject: [PATCH 4/4] markdown linting --- templates/minimal/README.md | 2 +- templates/parachain/README.docify.md | 2 +- templates/parachain/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/minimal/README.md b/templates/minimal/README.md index dbda85da071ec..05dc266331ce3 100644 --- a/templates/minimal/README.md +++ b/templates/minimal/README.md @@ -213,7 +213,7 @@ Previously minimal template's development chains: ## Getting Help -- πŸ§‘β€πŸ« To learn about Polkadot in general, [docs.polkadot.com](https://docs.polkadot.com/) website is a good starting point. +- πŸ§‘β€πŸ« To learn about Polkadot in general, [docs.Polkadot.com](https://docs.polkadot.com/) website is a good starting point. - πŸ§‘β€πŸ”§ For technical introduction, [here](https://github.com/paritytech/polkadot-sdk#-documentation) are the Polkadot SDK documentation resources. diff --git a/templates/parachain/README.docify.md b/templates/parachain/README.docify.md index 493bb7200115b..458bda79d2dc8 100644 --- a/templates/parachain/README.docify.md +++ b/templates/parachain/README.docify.md @@ -252,7 +252,7 @@ relay chain network (see [Parachain Template node](#parachain-template-node) set ## Getting Help -- πŸ§‘β€πŸ« To learn about Polkadot in general, [docs.polkadot.com](https://docs.polkadot.com/) website is a good starting point. +- πŸ§‘β€πŸ« To learn about Polkadot in general, [docs.Polkadot.com](https://docs.polkadot.com/) website is a good starting point. - πŸ§‘β€πŸ”§ For technical introduction, [here](https://github.com/paritytech/polkadot-sdk#-documentation) are the Polkadot SDK documentation resources. diff --git a/templates/parachain/README.md b/templates/parachain/README.md index 56103eedac2ba..cdc80f8a9fdab 100644 --- a/templates/parachain/README.md +++ b/templates/parachain/README.md @@ -254,7 +254,7 @@ relay chain network (see [Parachain Template node](#parachain-template-node) set ## Getting Help -- πŸ§‘β€πŸ« To learn about Polkadot in general, [Polkadot.com](https://polkadot.com/) website is a good starting point. +- πŸ§‘β€πŸ« To learn about Polkadot in general, [docs.Polkadot.com](https://docs.polkadot.com/) website is a good starting point. - πŸ§‘β€πŸ”§ For technical introduction, [here](https://github.com/paritytech/polkadot-sdk#-documentation) are the Polkadot SDK documentation resources.