Skip to content

Commit f6431df

Browse files
committed
d: Update DIP links in gdc documentation to point at upstream repository
The wiki links probably worked at some point in the distant past, but now the official location of tracking all D Improvement Proposals is on the upstream dlang/DIPs GitHub repository. PR d/106638 gcc/d/ChangeLog: * gdc.texi: Update DIP links to point at upstream dlang/DIPs repository. (cherry picked from commit e56b695)
1 parent 62fc557 commit f6431df

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

gcc/d/gdc.texi

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,14 +326,17 @@ values are supported:
326326
@item all
327327
Turns on all upcoming D language features.
328328
@item dip1000
329-
Implements @uref{https://wiki.dlang.org/DIP1000} (Scoped pointers).
329+
Implements @uref{https://github.com/dlang/DIPs/blob/master/DIPs/other/DIP1000.md}
330+
(Scoped pointers).
330331
@item dip1008
331-
Implements @uref{https://wiki.dlang.org/DIP1008} (Allow exceptions in
332-
@code{@@nogc} code).
332+
Implements @uref{https://github.com/dlang/DIPs/blob/master/DIPs/other/DIP1008.md}
333+
(Allow exceptions in @code{@@nogc} code).
333334
@item dip1021
334-
Implements @uref{https://wiki.dlang.org/DIP1021} (Mutable function arguments).
335+
Implements @uref{https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1021.md}
336+
(Mutable function arguments).
335337
@item dip25
336-
Implements @uref{https://wiki.dlang.org/DIP25} (Sealed references).
338+
Implements @uref{https://github.com/dlang/DIPs/blob/master/DIPs/archive/DIP25.md}
339+
(Sealed references).
337340
@item dtorfields
338341
Turns on generation for destructing fields of partially constructed objects.
339342
@item fieldwise
@@ -383,7 +386,8 @@ are supported:
383386
@item all
384387
Turns off all revertable D language features.
385388
@item dip25
386-
Reverts @uref{https://wiki.dlang.org/DIP25} (Sealed references).
389+
Reverts @uref{https://github.com/dlang/DIPs/blob/master/DIPs/archive/DIP25.md}
390+
(Sealed references).
387391
@item dtorfields
388392
Turns off generation for destructing fields of partially constructed objects.
389393
@item markdown

0 commit comments

Comments
 (0)