Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ <h2 id="solution-1"><a class="header" href="#solution-1">Solution</a></h2>
<h2 id="resources-1"><a class="header" href="#resources-1">Resources</a></h2>
<ul>
<li><a href="https://www.reclaimprotocol.org">Reclaim Protocol</a></li>
<li><a href="mammothon/./labels.html">Prism Account Sources</a></li>
<li><a href="labels.html">Prism Account Sources</a></li>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Fix looks correct; relative link now matches other sidebar/menu links.

Switching to "labels.html" resolves the 404 and is consistent with other references in this file (e.g., the sidebar at Line 91 already uses labels.html). Nice catch.

Optionally run this quick check to ensure no other stale variants remain:


🏁 Script executed:

#!/bin/bash
# Find any lingering broken or inconsistent references
rg -nP 'mammothon/\.?/labels\.html|mammothon/labels\.html|architechture\.html' -C2 doc/

Length of output: 455


Fix approved with one additional correction needed

Aside from updating the Prism Account Sources link, there’s a typo in the “architecture” link that will result in a 404. Please correct it as follows:

• File: doc/book/print.html, Line 540
Current:

<li>Starting a <a href="./architechture.html">local prism devnet</a></li>

Updated:

- <li>Starting a <a href="./architechture.html">local prism devnet</a></li>
+ <li>Starting a <a href="./architecture.html">local prism devnet</a></li>

With that change, all sidebar/menu links will be consistent and free of broken references.

🤖 Prompt for AI Agents
In doc/book/print.html around line 540, the sidebar/menu link has a typo in the
href ("./architechture.html") that will cause a 404; update the href to the
correct filename "./architecture.html" so the list item reads the same but
points to the correct architecture page, ensuring all sidebar links are
consistent and not broken.

</ul>
<div style="break-before: page; page-break-before: always;"></div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.css">
<h1 id="introduction-to-cryptography"><a class="header" href="#introduction-to-cryptography">Introduction to Cryptography</a></h1>
Expand Down