Skip to content

Commit e2ff9c6

Browse files
committed
Remove links to old master branch (sigp#2190)
## Proposed Changes In preparation for deleting the `master` branch, remove all links to it from the book/README.
1 parent e20f64b commit e2ff9c6

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Please provide a brief description of the issue.
55
## Version
66

77
Please provide your Lighthouse and Rust version. Are you building from
8-
`master`, which commit?
8+
`stable` or `unstable`, which commit?
99

1010
## Present Behaviour
1111

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test-suite
33
on:
44
push:
55
branches:
6-
- master
6+
- stable
77
- staging
88
- trying
99
- 'pr/*'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ An open-source Ethereum 2.0 client, written in Rust and maintained by Sigma Prim
44

55
[![Build Status]][Build Link] [![Book Status]][Book Link] [![Chat Badge]][Chat Link]
66

7-
[Build Status]: https://github.com/sigp/lighthouse/workflows/test-suite/badge.svg?branch=master
7+
[Build Status]: https://github.com/sigp/lighthouse/workflows/test-suite/badge.svg?branch=stable
88
[Build Link]: https://github.com/sigp/lighthouse/actions
99
[Chat Badge]: https://img.shields.io/badge/chat-discord-%237289da
1010
[Chat Link]: https://discord.gg/cyAszAh
11-
[Book Status]:https://img.shields.io/badge/user--docs-master-informational
11+
[Book Status]:https://img.shields.io/badge/user--docs-unstable-informational
1212
[Book Link]: https://lighthouse-book.sigmaprime.io
1313
[stable]: https://github.com/sigp/lighthouse/tree/stable
1414
[unstable]: https://github.com/sigp/lighthouse/tree/unstable

book/src/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to work on.
1414

1515
To start contributing,
1616

17-
1. Read our [how to contribute](https://github.com/sigp/lighthouse/blob/master/CONTRIBUTING.md) document.
17+
1. Read our [how to contribute](https://github.com/sigp/lighthouse/blob/unstable/CONTRIBUTING.md) document.
1818
2. Setup a [development environment](./setup.md).
1919
3. Browse through the [open issues](https://github.com/sigp/lighthouse/issues)
2020
(tip: look for the [good first

book/src/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ to understand how we develop and test Lighthouse.
3030
## About this Book
3131

3232
This book is open source, contribute at
33-
[github.com/sigp/lighthouse/book](https://github.com/sigp/lighthouse/tree/master/book).
33+
[github.com/sigp/lighthouse/book](https://github.com/sigp/lighthouse/tree/unstable/book).
3434

35-
The Lighthouse CI/CD system maintains a hosted version of the `master` branch
35+
The Lighthouse CI/CD system maintains a hosted version of the `unstable` branch
3636
at [lighthouse-book.sigmaprime.io](http://lighthouse-book.sigmaprime.io).

book/src/local-testnets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ During development and testing it can be useful to start a small, local
44
testnet.
55

66
The
7-
[scripts/local_testnet/](https://github.com/sigp/lighthouse/tree/master/scripts)
7+
[scripts/local_testnet/](https://github.com/sigp/lighthouse/tree/unstable/scripts)
88
directory contains several scripts and a README that should make this process easy.

book/src/mainnet-validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[lh-book]: https://lighthouse-book.sigmaprime.io/
55
[testnet-validator]: ./testnet-validator.md
66
[advanced-datadir]: ./advanced-datadir.md
7-
[license]: https://github.com/sigp/lighthouse/blob/master/LICENSE
7+
[license]: https://github.com/sigp/lighthouse/blob/stable/LICENSE
88
[slashing]: ./slashing-protection.md
99
[discord]: https://discord.gg/cyAszAh
1010

book/src/slashing-protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ out on Discord if you need help.
177177
The Lighthouse developers do not guarantee the perfect functioning of this software, or accept
178178
liability for any losses suffered. For more information see the [Lighthouse license][license].
179179

180-
[license]: https://github.com/sigp/lighthouse/blob/master/LICENSE
180+
[license]: https://github.com/sigp/lighthouse/blob/stable/LICENSE

0 commit comments

Comments
 (0)