Skip to content

Commit 4bab1eb

Browse files
authored
fix broken UDB profile links in CTP section 4.2.1 (#1128)
The resolved_arch GitHub Pages URLs were returning 404. Replace with GitHub blob URLs pinned to the UDB submodule commit (cc95859a). Also fix MC100 link to point to the partially-configured MC100-32.yaml. Fixes #1126
1 parent cd1c1cc commit 4bab1eb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/ctp/src/strategy.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ https://docs.google.com/spreadsheets/d/1tFGLbocTp1YNn11aN8JTmvxL_23e7x8SlBNJfOPR
4646

4747
A partially-configured UDB description of each profile is given in:
4848

49-
* https://riscv.github.io/riscv-unified-db/resolved_arch/profile/RVI20U32.yaml[RVI20U32]
50-
* https://riscv.github.io/riscv-unified-db/resolved_arch/profile/RVI20U64.yaml[RVI20U64]
51-
* https://github.com/riscv/riscv-unified-db/blob/main/cfgs/mc100-32-full-example.yaml[MC100]
52-
* https://riscv.github.io/riscv-unified-db/resolved_arch/profile/RVA22S64.yaml[RVA22S64]
53-
* https://riscv.github.io/riscv-unified-db/resolved_arch/profile/RVB23S64.yaml[RVB23S64]
54-
* https://riscv.github.io/riscv-unified-db/resolved_arch/profile/RVA23S64.yaml[RVA23S64]
49+
* https://github.com/riscv/riscv-unified-db/blob/main/cfgs/profile/RVI20U32.yaml[RVI20U32]
50+
* https://github.com/riscv/riscv-unified-db/blob/main/cfgs/profile/RVI20U64.yaml[RVI20U64]
51+
* https://github.com/riscv/riscv-unified-db/blob/main/cfgs/MC100-32.yaml[MC100]
52+
* https://github.com/riscv/riscv-unified-db/blob/main/cfgs/profile/RVA22S64.yaml[RVA22S64]
53+
* https://github.com/riscv/riscv-unified-db/blob/main/cfgs/profile/RVB23S64.yaml[RVB23S64]
54+
* https://github.com/riscv/riscv-unified-db/blob/main/cfgs/profile/RVA23S64.yaml[RVA23S64]
5555

5656
*** add minimal and maximal fully configured flavors of these profiles in riscv-arch-test, with no and all optional features, and suitable parameters.
5757

0 commit comments

Comments
 (0)