-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
docs: fix broken links in docs/crates/network.md
#13948
Conversation
docs/crates/network.md
Outdated
@@ -168,7 +168,7 @@ The `Swarm` struct glues together incoming connections from peers, managing sess | |||
|
|||
We'll touch more on the `NetworkManager` shortly! It's perhaps the most important struct in this crate. | |||
|
|||
More information about the discovery task can be found in the [discv4](./discv4.md) chapter. | |||
More information about the discovery task can be found in the [discv4](https://github.com/ethereum/devp2p/blob/master/discv4.md) chapter. |
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.
We actually removed this section of the book, it might be better to just remove these lines because the reference to the discv4 docs does not really make sense in context
Hi @Rjected! Done |
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.
cool, lgtm
We'll leave most of the discussion of the discovery task for the [discv4](./discv4.md) chapter, and will focus on the other three here. | ||
|
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 we removed those because no longer useful
Hi! In this PR, I updated the broken links in the
network.md
file to point to the correct pages in the Ethereum repository. The links now properly refer to: