From ee29489946e1fd6d50f9404de2115ca9b2f36fab Mon Sep 17 00:00:00 2001 From: Dominik Salvet Date: Thu, 18 Jul 2024 11:32:01 +0200 Subject: [PATCH] update bachelor thesis links --- doc/readme.md | 2 +- readme.md | 2 +- support.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/readme.md b/doc/readme.md index d616484..66673e8 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -6,4 +6,4 @@ This file represents the entry point of the documentation for the RISC63 process * [List of Instructions](instructions.md) * [Decoding of Instructions](decoding.md) -> Should you need more details, have a look at [my bachelor thesis](https://github.com/dominiksalvet/bachelor-thesis). +> Should you need more details, have a look at [my bachelor thesis](https://is.muni.cz/th/uqqoh/?lang=en). diff --git a/readme.md b/readme.md index be9398e..ffdd9f1 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ The main motivation behind RISC63 was to examine the impacts of smaller instruct * Interrupts are always accepted instantly * All pipeline hazards are eliminated in hardware -> Did you know that RISC63 was used within [my bachelor thesis](https://github.com/dominiksalvet/bachelor-thesis)? +> Did you know that RISC63 was used within [my bachelor thesis](https://is.muni.cz/th/uqqoh/?lang=en)? ## Table of Contents diff --git a/support.md b/support.md index 2e5e7a9..e4c6bdf 100644 --- a/support.md +++ b/support.md @@ -2,7 +2,7 @@ If you are looking for support for RISC63, you can try following options: -* Read [my bachelor thesis](https://github.com/dominiksalvet/bachelor-thesis). +* Read [my bachelor thesis](https://is.muni.cz/th/uqqoh/?lang=en). * Make sure you have read the contents of [readme.md](readme.md) file. * Have a look at [RISC63 documentation](doc). * Visit [issues](https://github.com/dominiksalvet/risc63/issues) and search whether someone had the same problem.