From fa45507aaddb1815bafd54332e4b14173a7f8699 Mon Sep 17 00:00:00 2001 From: youyyytrok Date: Mon, 16 Dec 2024 17:34:43 +0300 Subject: [PATCH] broken link risc-v.md (#525) --- book/src/background/risc-v.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/background/risc-v.md b/book/src/background/risc-v.md index 6d7c554b0..96067e70a 100644 --- a/book/src/background/risc-v.md +++ b/book/src/background/risc-v.md @@ -80,5 +80,5 @@ This means any language that compiles to LLVM IR (like C, C++, Rust, etc.) can b ## References - [RISC-V Specifications](https://riscv.org/technical/specifications/) - [RV32I Base ISA Specification](https://github.com/riscv/riscv-isa-manual/releases/download/Ratified-IMAFDQC/riscv-spec-20191213.pdf) -- [RISC-V Assembly Programmer's Manual](https://github.com/riscv/riscv-asm-manual/blob/master/riscv-asm.md) -- [LLVM RISC-V Backend Documentation](https://llvm.org/docs/RISCVUsage.html) \ No newline at end of file +- [RISC-V Assembly Programmer's Manual](https://github.com/riscv-non-isa/riscv-asm-manual/blob/main/src/asm-manual.adoc) +- [LLVM RISC-V Backend Documentation](https://llvm.org/docs/RISCVUsage.html)