Skip to content

Commit d3cb555

Browse files
committed
spec: Remove unnecessary DPLLINK uses
Links from spec pages to spec pages never need to use absolute URLs, and thus can be simple relative links. This avoids breaking links due to the DPLLINK change in the following commit.
1 parent 7d7c6b4 commit d3cb555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/ddoc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ unittest
925925
------
926926

927927
$(P For more information please see the full section on
928-
$(DPLLINK unittest.html#documented-unittests, documented unit tests).
928+
$(LINK2 unittest.html#documented-unittests, documented unit tests).
929929
)
930930

931931
$(H2 $(LNAME2 using_ddoc_for_other_documentation, Using Ddoc for other Documentation))

spec/interfaceToC.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ int myDfunction(char[] s)
5656
or other such C
5757
$(LINK2 http://www.digitalmars.com/ctg/ctgLanguageImplementation.html#extended, extended type modifiers)
5858
in D. These are handled by
59-
$(DPLLINK attribute.html#linkage, linkage attributes),
59+
$(LINK2 attribute.html#linkage, linkage attributes),
6060
such as $(D extern (C)).)
6161

6262
$(LI There is no volatile type modifier in D. To declare a C function that uses

0 commit comments

Comments
 (0)