Skip to content
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

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

dramarereg
Copy link
Contributor

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:

@dramarereg dramarereg requested a review from gakonst as a code owner January 23, 2025 16:19
@@ -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.
Copy link
Member

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

@dramarereg
Copy link
Contributor Author

Hi @Rjected! Done

Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, lgtm

Comment on lines -11 to -12
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.

Copy link
Collaborator

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

@mattsse mattsse enabled auto-merge January 23, 2025 17:00
@mattsse mattsse added this pull request to the merge queue Jan 23, 2025
Merged via the queue into paradigmxyz:main with commit 28cf43c Jan 23, 2025
43 checks passed
refcell pushed a commit to ethereum-optimism/op-reth that referenced this pull request Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants