Skip to content

Commit

Permalink
chore: fix block production path and add article links (ChainSafe#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter authored and timwu20 committed Dec 6, 2021
1 parent b590845 commit 3802780
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $ go test <file_you_are_working_on>
Before opening a pull request be sure to run the linter

```
$ gometallinter ./...
$ make lint
```

**9. Create a pull request.**
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/overview/host-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The **state service** is the source of truth for all chain and node state.

## Block production

<img src="/assets/img/block_production.png" alt="block production" />
<img src="../../../assets/img/block_production.png" alt="block production" />

A block is broken down into two sections, **the header** & **the body**.

Expand Down
10 changes: 10 additions & 0 deletions docs/docs/getting-started/resources/general-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ Gossamer is an implementation of the Polkadot Host in Go. To learn more about Go

- <a target="_blank" rel="noopener noreferrer" href="https://medium.com/chainsafe-systems/the-future-of-polkadot-in-golang-gossamer-3345f0d6143d">The Future of Polkadot in Golang: Gossamer</a> - February 24th 2020

- <a target="_blank" rel="noopener noreferrer" href="https://medium.com/chainsafe-systems/gossamer-update-august-2020-179e19a24e02">Gossamer Update: August 2020</a> - August 25th 2020

- <a target="_blank" rel="noopener noreferrer" href="https://medium.com/chainsafe-systems/gossamer-update-september-2020-c00d1c47d3aa">Gossamer Update: September 2020</a> - October 6th 2020

- <a target="_blank" rel="noopener noreferrer" href="https://medium.com/chainsafe-systems/gossamer-update-november-2020-c8d00327b68b">Gossamer Update: November 2020</a> - November 27th 2020

- <a target="_blank" rel="noopener noreferrer" href="https://medium.com/chainsafe-systems/gossamer-into-the-polkadot-verse-pt-1-361a1d90091">Gossamer: Into the Polkadot-verse Pt.1</a> - February 26th 2021

- <a target="_blank" rel="noopener noreferrer" href="https://medium.com/chainsafe-systems/building-parachains-with-go-cumulus-9998735fa5a4">Building parachains with go-cumulus</a> - April 20th 2021

## Substrate

#### Docs
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/usage/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Available built-in keys:
./bin/gossmer --key heather
```

## initialising Nodes
## Initialising Nodes

To initialise or re-initialise a node, use the init subcommand `init`:
```
Expand Down

0 comments on commit 3802780

Please sign in to comment.