@@ -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