Skip to content

Commit ad6c535

Browse files
authored
docs: Update README.md (#3019)
## Description Added necessary `https://` prefix to two links in main README.md to avoid 404s. ## Breaking Changes None - just README doc changes. ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. (not relevant to this PR) - [ ] All breaking changes documented. (not relevant to this PR)
1 parent 95bcb62 commit ad6c535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
159159
[iroh-blobs]: https://github.com/n0-computer/iroh-blobs
160160
[iroh-gossip]: https://github.com/n0-computer/iroh-gossip
161161
[iroh-docs]: https://github.com/n0-computer/iroh-docs
162-
[iroh-willow]: github.com/n0-computer/iroh-willow
163-
[iroh-doctor]: github.com/n0-computer/iroh-doctor
162+
[iroh-willow]: https://github.com/n0-computer/iroh-willow
163+
[iroh-doctor]: https://github.com/n0-computer/iroh-doctor
164164
[willow protocol]: https://willowprotocol.org
165165
[iroh-ffi]: https://github.com/n0-computer/iroh-ffi
166166
[iroh-yt-video]: https://www.youtube.com/watch?v=RwAt36Xe3UI_

0 commit comments

Comments
 (0)