Skip to content

Commit e728581

Browse files
authored
Merge pull request #204 from trdthg/main
Fix broken links
2 parents d647b55 + db902ba commit e728581

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This repository contains:
2828

2929
=== Working examples:
3030

31-
* Generate https://riscv-software-src.github.io/riscv-unified-db/manual/index.html[configuration-specific documentation] taylored to the set of implemented extensions and unnamed implementation options (_e.g._, `./do gen:html[generic_rv64]`).
31+
* Generate https://riscv-software-src.github.io/riscv-unified-db/manual/html/index.html[configuration-specific documentation] taylored to the set of implemented extensions and unnamed implementation options (_e.g._, `./do gen:html[generic_rv64]`).
3232
** Only implemented extensions/instructions/CSRs are included
3333
** Unreachable/unimplemented parts of the formal specification are pruned away
3434
** A dedicated documentation page for every implemented instruction, including its encoding, pruned execution behavior, and what types of exceptions it may cause.
@@ -108,5 +108,3 @@ Quick start:
108108
== More info
109109

110110
* xref:arch/README.adoc[Architecture specification format]
111-
* xref:_site/ruby/arch_def/index.html[Ruby database object model documentation]
112-
* xref:_site/ruby/idl/index.html[IDL Compiler documentation]

0 commit comments

Comments
 (0)