Skip to content

Commit 5bec330

Browse files
committed
Fixed badge links
1 parent b12e9ad commit 5bec330

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ share information in a secure and scalable way. The Polkadot SDK comprises three
1515
software:
1616

1717
## [Polkadot](./polkadot/)
18-
[![StackExchange](https://img.shields.io/badge/Polkadot_Forum-e6007a?logo=polkadot)](https://substrate.stackexchange.com/) [![Polkadot-license](https://img.shields.io/badge/License-GPL3-blue)](#LICENSE)
18+
[![PolkadotForum](https://img.shields.io/badge/Polkadot_Forum-e6007a?logo=polkadot)](https://forum.polkadot.network/) [![Polkadot-license](https://img.shields.io/badge/License-GPL3-blue)](./polkadot/LICENSE)
1919

2020
Implementation of a https://polkadot.network node in Rust based on the Substrate framework. This
2121
directory contains runtimes for the Polkadot, Kusama, and Westend networks.
2222

2323
## [Substrate](./substrate/)
24-
[![SubstrateRustDocs](https://img.shields.io/badge/Rust_Docs-Substrate-24CC85?logo=rust)](https://paritytech.github.io/substrate/master/substrate/index.html) [![Substrate-license](https://img.shields.io/badge/License-GPL3%2FApache2.0-blue)](#LICENSE)
24+
[![SubstrateRustDocs](https://img.shields.io/badge/Rust_Docs-Substrate-24CC85?logo=rust)](https://paritytech.github.io/substrate/master/substrate/index.html) [![Substrate-license](https://img.shields.io/badge/License-GPL3%2FApache2.0-blue)](./substrate/README.md#LICENSE)
2525

2626
Substrate is the primary blockchain SDK used by developers to create the parachains that make up
2727
the Polkadot network. Additionally, it allows for the development of self-sovereign blockchains that operate completely independently of Polkadot.
2828

2929
## [Cumulus](./cumulus/)
30-
[![CumulusRustDocs](https://img.shields.io/badge/Rust_Docs-Cumulus-222222?logo=rust)](https://paritytech.github.io/cumulus/cumulus_client_collator/index.html) [![Cumulus-license](https://img.shields.io/badge/License-GPL3-blue)](#LICENSE)
30+
[![CumulusRustDocs](https://img.shields.io/badge/Rust_Docs-Cumulus-222222?logo=rust)](https://paritytech.github.io/cumulus/cumulus_client_collator/index.html) [![Cumulus-license](https://img.shields.io/badge/License-GPL3-blue)](./cumulus/LICENSE)
3131

3232

3333
Cumulus is a set of tools for writing Substrate-based Polkadot parachains.

0 commit comments

Comments
 (0)