Replace homepage in all TOML files (#5118)
A bit of a controversial move, but a good preparation for even further reducing the traffic on outdated content of `substrate.io`. Current status: <img width="728" alt="Screenshot 2024-07-15 at 11 32 48" src="https://github.com/user-attachments/assets/df33b164-0ce7-4ac4-bc97-a64485f12571"> Previously, I was in favor of changing the domain of the rust-docs to something like `polkadot-sdk.parity.io` or similar, but I think the current format is pretty standard and has a higher chance of staying put over the course of time: `<org-name>.github.io/<repo-name>` -> `https://paritytech.github.io/polkadot-sdk/` part of https://github.com/paritytech/eng-automation/issues/10
Showing
- .github/workflows/misc-sync-templates.yml 2 additions, 2 deletions.github/workflows/misc-sync-templates.yml
- Cargo.toml 1 addition, 1 deletionCargo.toml
- cumulus/pallets/collator-selection/Cargo.toml 1 addition, 1 deletioncumulus/pallets/collator-selection/Cargo.toml
- cumulus/pallets/session-benchmarking/Cargo.toml 1 addition, 1 deletioncumulus/pallets/session-benchmarking/Cargo.toml
- cumulus/parachains/runtimes/testing/penpal/Cargo.toml 1 addition, 1 deletioncumulus/parachains/runtimes/testing/penpal/Cargo.toml
- substrate/bin/node/bench/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/bench/Cargo.toml
- substrate/bin/node/cli/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/cli/Cargo.toml
- substrate/bin/node/inspect/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/inspect/Cargo.toml
- substrate/bin/node/primitives/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/primitives/Cargo.toml
- substrate/bin/node/rpc/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/rpc/Cargo.toml
- substrate/bin/node/runtime/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/testing/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/testing/Cargo.toml
- substrate/bin/utils/chain-spec-builder/Cargo.toml 1 addition, 1 deletionsubstrate/bin/utils/chain-spec-builder/Cargo.toml
- substrate/bin/utils/subkey/Cargo.toml 1 addition, 1 deletionsubstrate/bin/utils/subkey/Cargo.toml
- substrate/client/allocator/Cargo.toml 1 addition, 1 deletionsubstrate/client/allocator/Cargo.toml
- substrate/client/api/Cargo.toml 1 addition, 1 deletionsubstrate/client/api/Cargo.toml
- substrate/client/authority-discovery/Cargo.toml 1 addition, 1 deletionsubstrate/client/authority-discovery/Cargo.toml
- substrate/client/basic-authorship/Cargo.toml 1 addition, 1 deletionsubstrate/client/basic-authorship/Cargo.toml
- substrate/client/block-builder/Cargo.toml 1 addition, 1 deletionsubstrate/client/block-builder/Cargo.toml
- substrate/client/chain-spec/Cargo.toml 1 addition, 1 deletionsubstrate/client/chain-spec/Cargo.toml
Please register or sign in to comment