diff mbox

[wwwdocs,C++] wg21.link's on projects/cxx-status.html

Message ID alpine.LNX.2.21.1704012208180.3249@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer April 1, 2017, 8:12 p.m. UTC
Hi Jason,

is there a particular reason you used uppercase for this one
link, unlike the others?

Not a problem per se, just for the sake of consistency (also to
minimize exception rules I maintain for my link checker ;-).

Any objections to the patch below?

Gerald

Comments

Gerald Pfeifer April 11, 2017, 10:28 p.m. UTC | #1
I applied this now.

Gerald

On Sat, 1 Apr 2017, Gerald Pfeifer wrote:
> is there a particular reason you used uppercase for this one
> link, unlike the others?
> 
> Not a problem per se, just for the sake of consistency (also to
> minimize exception rules I maintain for my link checker ;-).
> 
> Any objections to the patch below?
> 
> Gerald
> 
> Index: projects/cxx-status.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v
> retrieving revision 1.40
> diff -u -r1.40 cxx-status.html
> --- projects/cxx-status.html	16 Mar 2017 21:18:01 -0000	1.40
> +++ projects/cxx-status.html	1 Apr 2017 20:08:11 -0000
> @@ -294,7 +294,7 @@
>      </tr>
>      <tr>
>        <td>A byte type definition</td>
> -      <td><a href="http://wg21.link/P0298R0">P0298R0</a></td>
> +      <td><a href="http://wg21.link/p0298r0">P0298R0</a></td>
>        <td class="supported">7</td>
>        <td></td>
>      </tr>
>
diff mbox

Patch

Index: projects/cxx-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v
retrieving revision 1.40
diff -u -r1.40 cxx-status.html
--- projects/cxx-status.html	16 Mar 2017 21:18:01 -0000	1.40
+++ projects/cxx-status.html	1 Apr 2017 20:08:11 -0000
@@ -294,7 +294,7 @@ 
     </tr>
     <tr>
       <td>A byte type definition</td>
-      <td><a href="http://wg21.link/P0298R0">P0298R0</a></td>
+      <td><a href="http://wg21.link/p0298r0">P0298R0</a></td>
       <td class="supported">7</td>
       <td></td>
     </tr>