Skip to content

Commit 177d67f

Browse files
committed
Add link and redirect to manual
1 parent 883334e commit 177d67f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a joint effort of [Faculty of Electrical Engineering](https://fel.cvut.c
66

77
<a href="/qtrvsim/app" target ="_blank" title="Open QtRvSim in browser.">![](./index/qtrvsim-play.webp)</a>
88

9-
- QtRvSim [Online](https://comparch.edu.cvut.cz/qtrvsim/app), [Source](https://github.com/cvut/qtrvsim), [Download](https://github.com/cvut/qtrvsim/releases)
9+
- QtRvSim [Online](https://comparch.edu.cvut.cz/qtrvsim/app), [Source](https://github.com/cvut/qtrvsim), [Download](https://github.com/cvut/qtrvsim/releases), [Manual](https://comparch.edu.cvut.cz/qtrvsim/manual)
1010
- QtMips [Online](https://comparch.edu.cvut.cz/qtmips/app), [Source](https://github.com/cvut/QtMips/), [Download](https://github.com/cvut/QtMips/releases)
1111

1212
# Related Courses
@@ -21,7 +21,7 @@ This is a joint effort of [Faculty of Electrical Engineering](https://fel.cvut.c
2121

2222
# Presentations
2323

24-
- FOSDEM 2023 [QtRVSim—Education from Assembly to Pipeline, Cache Performance, and C Level Programming](https://fosdem.org/2023/schedule/event/rv_qtrvsim/) in Brussels, [Slides](https://fosdem.org/2023/schedule/event/rv_qtrvsim/attachments/slides/5732/export/events/attachments/rv_qtrvsim/slides/5732/qtrvsim_fosdem23_slides.pdf)
24+
- FOSDEM 2023 [QtRVSim—Education from Assembly to Pipeline, Cache Performance, and C Level Programming](https://fosdem.org/2023/schedule/event/rv_qtrvsim/) in Brussels, [Slides](https://fosdem.org/2023/schedule/event/rv_qtrvsim/attachments/slides/5732/export/events/attachments/rv_qtrvsim/slides/5732/qtrvsim_fosdem23_slides.pdf)
2525
- [QtRvSim – RISC-V Simulator for Computer Architectures Classes](https://comparch.edu.cvut.cz/slides/ewc22-qtrvsim.pdf) @ [Embedded World Conference 2022](https://events.weka-fachmedien.de/embedded-world-conference/program/)
2626

2727
- [QtRvSim](https://github.com/cvut/qtrvsim) has been presented by Jakub Dupák at RedHat organized [DevConf.cz mini](https://www.devconf.info/cz/) in Brno, [Video](https://youtu.be/l0jfvINWgK4), [Slides](https://github.com/devconfcz/archive/blob/main/2022/November/DevConfCZMini/devconf-qtrvsim.pdf)

static/.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
RewriteEngine On
33
RewriteCond %{HTTPS} off
44
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
5+
RewriteRule qtrvsim/manual/?$ https://cvut.github.io/qtrvsim/manual/ [R=302,L]
56
RewriteRule qtrvsim/$ /qtrvsim/app [R=302,L]
67
RewriteRule qtmips/$ /qtmips/app [R=302,L]
78
</IfModule>

0 commit comments

Comments
 (0)