mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix broken hyperlink in README
The hyperlink in the README file that directs to the Travis CI build was broken. This commit updates the link to point to the correct Travis CI build page for the Ethereum code repository.
This commit is contained in:
parent
2e947b7a00
commit
269cbbfb79
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Golang execution layer implementation of the Ethereum protocol.
|
|||
https://pkg.go.dev/badge/github.com/ethereum/go-ethereum
|
||||
)](https://pkg.go.dev/github.com/ethereum/go-ethereum?tab=doc)
|
||||
[](https://goreportcard.com/report/github.com/ethereum/go-ethereum)
|
||||
[](https://travis-ci.com/ethereum/go-ethereum)
|
||||
[](https://app.travis-ci.com/github/ethereum/go-ethereum)
|
||||
[](https://discord.gg/nthXNEv)
|
||||
|
||||
Automated builds are available for stable releases and the unstable master branch. Binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue