From 6e94e70f308e97c1a96eb07ca3d674426e928bc2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 5 Mar 2018 05:37:19 -0800 Subject: [PATCH] Use an https URL rather than http. Found by sphinx's linkcheck. --- lib/cretonne/meta/isa/riscv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cretonne/meta/isa/riscv/__init__.py b/lib/cretonne/meta/isa/riscv/__init__.py index cf61cbdcf5..f40086414d 100644 --- a/lib/cretonne/meta/isa/riscv/__init__.py +++ b/lib/cretonne/meta/isa/riscv/__init__.py @@ -2,7 +2,7 @@ RISC-V Target ------------- -`RISC-V `_ is an open instruction set architecture +`RISC-V `_ is an open instruction set architecture originally developed at UC Berkeley. It is a RISC-style ISA with either a 32-bit (RV32I) or 64-bit (RV32I) base instruction set and a number of optional extensions: