Skip to content

Commit ae741a1

Browse files
chore: fix broken links in README (#783)
couple xrefs had nothing to point to and others need adoc on end to point to correct file relates to #727
1 parent b1bf5e0 commit ae741a1

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ That said, the following data has been validated against third-party sources:
2525
** xref:doc/idl.adoc[ISA Description Language (IDL)]
2626
** xref:doc/ruby.adoc[Ruby database interface]
2727
* How-to/recipes
28-
** xref:CONTRIBUTING[Contribution guidelines]
29-
** xref:doc/templates[Data templates]
28+
** xref:CONTRIBUTING.adoc[Contribution guidelines]
29+
** xref:doc/data-templates.adoc[Data templates]
3030
** xref:doc/riscv-opcodes-migration.adoc[`riscv-opcodes` migration]
3131

3232
== Overview

REUSE.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ path = [
1111
"cfgs/**",
1212
"container.def",
1313
"do",
14+
"doc/data-templates.adoc",
15+
"doc/riscv-opcodes-migration.adoc",
1416
"docs/**",
1517
"Gemfile.lock",
1618
"Gemfile",
@@ -37,7 +39,7 @@ path = [
3739
"doc/idl.adoc",
3840
"doc/ruby.adoc",
3941
"doc/schemas.adoc",
40-
"doc/prose_schema.adoc"
42+
"doc/prose-schema.adoc"
4143
]
4244
SPDX-FileCopyrightText = "2017-2025 Contributors to the RISCV ISA Manual <https://github.com/riscv/riscv-isa-manual>"
4345
SPDX-License-Identifier = "BSD-3-Clause-Clear"

doc/data-templates.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= Data templates
2+
3+
TODO
File renamed without changes.

doc/riscv-opcodes-migration.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= RISC-V opcodes migration
2+
3+
TODO

doc/schemas.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ and the structure of those files is checked using https://json-schema.org/[JSON
55

66
Many UDB data objects share common field types, including:
77

8-
* xref:doc/prose_schema.adoc[Schema for Prose]
8+
* xref:prose-schema.adoc[Schema for Prose]
99
1010
TODO

0 commit comments

Comments
 (0)