From ab55be0b2cccf967059540b65ce22b6b32b08ea3 Mon Sep 17 00:00:00 2001 From: dhower-qc <134728312+dhower-qc@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:10:42 -0400 Subject: [PATCH] Fix dead links in README.adoc Signed-off-by: dhower-qc <134728312+dhower-qc@users.noreply.github.com> --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 7e6aa73c3e..36559de146 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,8 @@ The following artifacts have been generated from the top of the `main` branch: * https://riscv-software-src.github.io/riscv-unified-db/manual/html/index.html[ISA Manual with instruction and CSR appendix] * https://riscv-software-src.github.io/riscv-unified-db/example_cfg/html/index.html[configuration-specific documentation] -* https://riscv-software-src.github.io/riscv-unified-db/ruby/index.html[Ruby API documentation (database interface)] +* https://riscv-software-src.github.io/riscv-unified-db/ruby/arch_def/index.html[Ruby API documentation (database interface)] +* https://riscv-software-src.github.io/riscv-unified-db/ruby/idl/index.html[Ruby IDL API documentation (IDL compiler)] * https://riscv-software-src.github.io/riscv-unified-db/pdfs/rva.pdf[RVA Profile Family] * https://riscv-software-src.github.io/riscv-unified-db/pdfs/MC-1.pdf[MC-1 Certification Requirements Document]