-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update broken links in linux and mac install pages fix #83 #94
Conversation
a few links in this PR are still broken |
@@ -95,7 +95,7 @@ This page serves material necessary to catch up with the current state of ETH2 d | |||
|
|||
## Ethereum client implementations | |||
|
|||
* [Geth](https://github.com/ethereum/go-ethereum) \(known also as go-ethereum\) is the Golang implementation of [ETH1](../glossaries/terminology.md#eth1) | |||
* [Geth](https://github.com/ethereum/go-ethereum) \(known also as go-ethereum\) is the Golang implementation of [ETH1](/docs/glossaries/terminology#eth1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/docs/terminology/#eth1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep. I was just flagging a few issues I came across reading the docs. Didn't intend for a comprehensive update :-) So.. I'm new at this ... should I close this PR or leave it open for other updates?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't mean to double-up on the work. I should have checked for existing PR's before i started. Your work is much appreciated! I see you caught some bad anchors that I missed, need to make sure those get in.
Resolved by #97 |
fixed broken links. by adding absolute paths - noted previous comment suggesting not to use relative paths. First time using git/github/docker for contribution :-)