Skip to content

Commit

Permalink
Merge pull request #65 from Aryan9592/patch-6
Browse files Browse the repository at this point in the history
Update SafeOperations.md: Fixed link to 'Unchecked.sol'
  • Loading branch information
0xfps authored Nov 3, 2023
2 parents 52a5a24 + 03697df commit 7baf885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/book/SafeOperations.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h1 class="menu-title">book</h1>
<div id="content" class="content">
<main>
<h1 id="safeoperations"><a class="header" href="#safeoperations">SafeOperations</a></h1>
<p>A version of <a href="../src/Unchecked.sol">Unchecked.sol</a> with overflow checks.</p>
<p>A version of <a href="https://github.com/Perelyn-sama/yul_by_example/blob/main/src/Unchecked.sol">Unchecked.sol</a> with overflow checks.</p>

</main>

Expand Down
2 changes: 1 addition & 1 deletion book/src/SafeOperations.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SafeOperations

A version of [Unchecked.sol](../src/Unchecked.sol) with overflow checks.
A version of [Unchecked.sol](https://github.com/Perelyn-sama/yul_by_example/blob/main/src/Unchecked.sol) with overflow checks.

0 comments on commit 7baf885

Please sign in to comment.