Skip to content

Commit 80c7e6d

Browse files
authored
v.parser: fix broken link to riscv-card.pdf (#23343)
1 parent 8a681ba commit 80c7e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎vlib/v/parser/parser.v‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ fn (mut p Parser) asm_stmt(is_top_level bool) ast.AsmStmt {
13031303
}
13041304

13051305
mut local_labels := []string{}
1306-
// riscv: https://github.com/jameslzhu/riscv-card/blob/master/riscv-card.pdf
1306+
// riscv: https://github.com/jameslzhu/riscv-card/releases/download/latest/riscv-card.pdf
13071307
// x86: https://www.felixcloutier.com/x86/
13081308
// arm: https://developer.arm.com/documentation/dui0068/b/arm-instruction-reference
13091309
mut templates := []ast.AsmTemplate{}

0 commit comments

Comments
 (0)