Skip to content

Commit 6a1c1e7

Browse files
committed
fix broken links (lychee)
1 parent 5d6f195 commit 6a1c1e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/book/src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="./img/rama_intro.jpeg" alt="llama teaching a class of crabs">
55
<div>
66
🦙 Rama (ラマ) is a modular service framework for the 🦀 Rust language to move and transform your network packets.
7-
The reasons behind the creation of rama can be read in <a href="/why_rama.html">the "Why Rama" chapter</a>.
7+
The reasons behind the creation of rama can be read in <a href="/book/why_rama.html">the "Why Rama" chapter</a>.
88
In this chapter we'll start to dive deeper into the architecture, design and philosophy behind rama.
99
At the end of this chapter you should know enough in order to start diving into
1010
<a href="https://github.com/plabayo/rama/tree/main/examples">the examples found in the `/examples` dir</a>.

lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
exclude_path = ["./target", "./docs/book/book"]
2-
exclude = ["^https://api.star-history.com", "hub.docker.com", "paypal.com", "automate.browserstack.com", "nordvpn.com"]
1+
exclude_path = ["./target", "./docs/book/book", "./test-files"]
2+
exclude = ["^https://api.star-history.com", "hub.docker.com", "paypal.com", "automate.browserstack.com", "nordvpn.com", "plabayo.threadless.com"]

0 commit comments

Comments
 (0)