You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -89,7 +89,7 @@ This project implements a **Set-Associative Cache** simulator using an **LRU (Le
89
89
90
90
## Getting Started <br><br>
91
91
92
-
The Prerequisites, Building & Running and Test section are placed in both <ahref="https://github.com/mellivorandy/cache-miss-analyzer/blob/main/dynamic_way_lru/README.md">dynamic_way_lru/README.md</a> and <ahref="https://github.com/mellivorandy/cache-miss-analyzer/blob/main/valid_checking_lru/README.md">valid_checking_lru/README.md</a>, check out the details of each.
92
+
The Prerequisites, Building & Running and Test section are placed in both <ahref="dynamic_way_lru/README.md">dynamic_way_lru/README.md</a> and <ahref="valid_checking_lru/README.md">valid_checking_lru/README.md</a>, check out the details of each.
93
93
94
94
---
95
95
@@ -134,7 +134,7 @@ This project includes a large set of test data and sources, generated using Gene
134
134
135
135
<br>
136
136
137
-
- <ahref="https://github.com/mellivorandy/cache-miss-analyzer/blob/main/data/answer.md">answer.md</a>: Shows the expected results for all test files and the tags in each cache set, useful for verifying correctness. The most frequently accessed tags appear first in each set.
137
+
- <ahref="data/answer.md">answer.md</a>: Shows the expected results for all test files and the tags in each cache set, useful for verifying correctness. The most frequently accessed tags appear first in each set.
138
138
139
139
<br>
140
140
@@ -166,4 +166,4 @@ For major changes, please open an issue first.
166
166
167
167
### License
168
168
169
-
This project is licensed under <ahref="https://github.com/mellivorandy/cache-miss-analyzer?tab=MIT-1-ov-file#readme">MIT license</a>.
169
+
This project is licensed under <ahref="LICENSE">MIT license</a>.
0 commit comments