r0gue-io / pop-cli

An all-in-one tool for Polkadot development.
GNU General Public License v3.0
70 stars 20 forks source link

avoid linking to substrate.io #260

Closed kianenigma closed 2 months ago

kianenigma commented 2 months ago

I see that the pallet template links a lot to substrate.io, and I want to suggest you to update to linking to better rust-docs instead of those.

PaperMoon and a few other areas already in the process of deprecating the website.

I have worked with Daan already to show that a pallet template can be "backed" by links to polkadot-sdk-docs in a reasonably good way, for example https://github.com/paritytech/polkadot-sdk/pull/4684/files

related https://github.com/paritytech/polkadot-sdk/pull/5118

tsenovilla commented 2 months ago

Hey @kianenigma 😄. I've been working in the pallet template these days and just submitted a PR:

In this version there's no links to substrate.io but to the polkadot-sdk-docs :)

AlexD10S commented 2 months ago

Closed with https://github.com/r0gue-io/pop-cli/pull/272