diff mbox

[wwwdocs] RISC-V readings and features

Message ID alpine.LSU.2.20.1702081801400.2253@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer Feb. 8, 2017, 9:43 p.m. UTC
On Wed, 8 Feb 2017, Gerald Pfeifer wrote:
> So, both are okay.

Except http://riscv.org actually redirects to https://riscv.org . :-}

Fixed thusly.

Gerald

Comments

Palmer Dabbelt Feb. 8, 2017, 9:44 p.m. UTC | #1
On Wed, 08 Feb 2017 13:43:55 PST (-0800), gerald@pfeifer.com wrote:
> On Wed, 8 Feb 2017, Gerald Pfeifer wrote:
>> So, both are okay.
>
> Except http://riscv.org actually redirects to https://riscv.org . :-}
>
> Fixed thusly.
>
> Gerald
>
> Index: index.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
> retrieving revision 1.1043
> diff -u -r1.1043 index.html
> --- index.html	3 Feb 2017 20:39:15 -0000	1.1043
> +++ index.html	8 Feb 2017 17:01:33 -0000
> @@ -48,7 +48,7 @@
>
>  <dt><span>RISC-V support</span>
>       <span class="date">[2017-02-02]</span></dt>
> -     <dd>Support for the <a href="http://riscv.org">RISC-V ISA</a> was added, contributed by Palmer Dabbelt and Andrew Waterman.</dd>
> +     <dd>Support for the <a href="https://riscv.org">RISC-V ISA</a> was added, contributed by Palmer Dabbelt and Andrew Waterman.</dd>
>
>  <dt><span>BRIG/HSAIL (Heterogeneous Systems Architecture Intermediate Language) frontend added</span>
>       <span class="date">[2017-02-01]</span></dt>

Thanks
diff mbox

Patch

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.1043
diff -u -r1.1043 index.html
--- index.html	3 Feb 2017 20:39:15 -0000	1.1043
+++ index.html	8 Feb 2017 17:01:33 -0000
@@ -48,7 +48,7 @@ 
 
 <dt><span>RISC-V support</span>
      <span class="date">[2017-02-02]</span></dt>
-     <dd>Support for the <a href="http://riscv.org">RISC-V ISA</a> was added, contributed by Palmer Dabbelt and Andrew Waterman.</dd>
+     <dd>Support for the <a href="https://riscv.org">RISC-V ISA</a> was added, contributed by Palmer Dabbelt and Andrew Waterman.</dd>
 
 <dt><span>BRIG/HSAIL (Heterogeneous Systems Architecture Intermediate Language) frontend added</span>
      <span class="date">[2017-02-01]</span></dt>