Skip to content

Commit f4680ab

Browse files
chore: fix url to point to UDB GH pages and now CSC (#666)
fixes #660
1 parent cd2b7ea commit f4680ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backends/isa_explorer/isa_explorer.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def arch2ext_table(arch)
3434
{name: "Extension Name", formatter: "link", sorter: "alphanum", headerFilter: true, frozen: true, formatterParams:
3535
{
3636
labelField:"Extension Name",
37-
urlPrefix: "https://risc-v-certification-steering-committee.github.io/riscv-unified-db/manual/html/isa/isa_20240411/exts/"
37+
urlPrefix: "https://riscv-software-src.github.io/riscv-unified-db/manual/html/isa/isa_20240411/exts/"
3838
}
3939
},
4040
{name: "Description", formatter: "textarea", sorter: "alphanum", headerFilter: true},
@@ -98,7 +98,7 @@ def arch2inst_table(arch)
9898
{name: "Instruction Name", formatter: "link", sorter: "alphanum", headerFilter: true, frozen: true, formatterParams:
9999
{
100100
labelField:"Instruction Name",
101-
urlPrefix: "https://risc-v-certification-steering-committee.github.io/riscv-unified-db/manual/html/isa/isa_20240411/insts/"
101+
urlPrefix: "https://riscv-software-src.github.io/riscv-unified-db/manual/html/isa/isa_20240411/insts/"
102102
}
103103
},
104104
{name: "Description", formatter: "textarea", sorter: "alphanum", headerFilter: true},
@@ -147,7 +147,7 @@ def arch2csr_table(arch)
147147
{name: "CSR Name", formatter: "link", sorter: "alphanum", headerFilter: true, frozen: true, formatterParams:
148148
{
149149
labelField:"CSR Name",
150-
urlPrefix: "https://risc-v-certification-steering-committee.github.io/riscv-unified-db/manual/html/isa/isa_20240411/csrs/"
150+
urlPrefix: "https://riscv-software-src.github.io/riscv-unified-db/manual/html/isa/isa_20240411/csrs/"
151151
}
152152
},
153153
{name: "Address", formatter: "textarea", sorter: "number", headerFilter: true},

0 commit comments

Comments
 (0)