diff options
author | johannst <johannst@users.noreply.github.com> | 2024-12-04 19:40:36 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-12-04 19:40:36 +0000 |
commit | 7abccf12ab6bf023eb0f23f42f2979642194f122 (patch) | |
tree | 0735bc4d6b9fbaea4488a015aab3c9e51b19789b /arch/index.html | |
parent | 6e5044eb4ba064a497699208068d2553ac172f8c (diff) | |
download | notes-7abccf12ab6bf023eb0f23f42f2979642194f122.tar.gz notes-7abccf12ab6bf023eb0f23f42f2979642194f122.zip |
deploy: 888faa5f4f2b89c75f2dc2610fb5253120a028ce
Diffstat (limited to 'arch/index.html')
-rw-r--r-- | arch/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/index.html b/arch/index.html index 7d66dbd..1a364d7 100644 --- a/arch/index.html +++ b/arch/index.html @@ -157,6 +157,7 @@ <main> <h1 id="arch"><a class="header" href="#arch">Arch</a></h1> <ul> +<li><a href="./cache.html">cache</a></li> <li><a href="./x86_64.html">x86_64</a></li> <li><a href="./armv8.html">armv8</a></li> <li><a href="./arm64.html">arm64</a></li> @@ -172,7 +173,7 @@ <i class="fa fa-angle-left"></i> </a> - <a rel="next prefetch" href="../arch/x86_64.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> + <a rel="next prefetch" href="../arch/cache.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> <i class="fa fa-angle-right"></i> </a> @@ -186,7 +187,7 @@ <i class="fa fa-angle-left"></i> </a> - <a rel="next prefetch" href="../arch/x86_64.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> + <a rel="next prefetch" href="../arch/cache.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> <i class="fa fa-angle-right"></i> </a> </nav> |