@@ -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
@@ -116,10 +116,10 @@ $(H2 $(LNAME2 storage_allocation, Storage Allocation))
116116
117117 $(LI Registering the pointer with the garbage collector with the
118118
119- $(DPLLINK $(ROOT_DIR) phobos/core_memory.html#addRoot, std.gc.addRoot())
119+ $(DPLLINK phobos/core_memory.html#addRoot, std.gc.addRoot())
120120 or
121121
122- $(DPLLINK $(ROOT_DIR) phobos/core_memory.html#addRange, std.gc.addRange())
122+ $(DPLLINK phobos/core_memory.html#addRange, std.gc.addRange())
123123 calls.)
124124
125125 )
@@ -253,7 +253,7 @@ $(H2 $(LNAME2 structs_and_unions, Structs and Unions))
253253 with shift and mask operations,
254254 or use the $(LINK2 $(ROOT_DIR)phobos/std_bitmanip.html#bitfields, std.bitmanip.bitfields)
255255 library type.
256- $(DPLLINK $(ROOT_DIR) htod.html, htod) will convert bit fields to inline
256+ $(DPLLINK htod.html, htod) will convert bit fields to inline
257257 functions that
258258 do the right shift and masks.
259259 )
0 commit comments