Skip to content

Commit ceef073

Browse files
dokutokudlang-bot
authored andcommitted
Fix some invalid links
1 parent af1df70 commit ceef073

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

changelog/2.082.0.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ from the Objective-C runtime can be used instead [2].
309309
)
310310

311311
$(P
312-
[1] $(LINK2 Fragile Binary Interface Problem, https://en.wikipedia.org/wiki/Fragile_binary_interface_problem)
313-
[2] $(LINK2 Objective-C Runtime, https://developer.apple.com/documentation/objectivec/objective_c_runtime)
312+
[1] $(LINK2 https://en.wikipedia.org/wiki/Fragile_binary_interface_problem, Fragile Binary Interface Problem)
313+
[2] $(LINK2 https://developer.apple.com/documentation/objectivec/objective_c_runtime, Objective-C Runtime)
314314
)
315315
)
316316

changelog/2.095.0.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ This deprecation will become an error in 2.105.
228228
$(LI $(LNAME2 extern-pascal,`extern(Pascal)` has been removed)
229229
$(CHANGELOG_SOURCE_FILE dmd, changelog/extern-pascal.dd)
230230
$(P
231-
This unused linkage was deprecated in $(LINK2 v2.084.0, https://dlang.org/changelog/2.084.0.html#deprecated_extern_pascal) and has now been removed.
231+
This unused linkage was deprecated in $(LINK2 https://dlang.org/changelog/2.084.0.html#deprecated_extern_pascal, v2.084.0) and has now been removed.
232232
)
233233
)
234234

changelog/2.097.0.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,8 @@ All public symbols are still accessible using `std.math` as usual.
546546
$(LI $(LNAME2 splitwhen,splitWhen added to std.algorithm.iteration)
547547
$(CHANGELOG_SOURCE_FILE phobos, changelog/splitwhen.dd)
548548
$(P
549-
$(REF splitWhen, std, algortihm, iteration) is a variant of the existing $(REF
550-
chunkBy, std, algortihm, iteration) function that does not require its predicate
549+
$(REF splitWhen, std, algorithm, iteration) is a variant of the existing $(REF
550+
chunkBy, std, algorithm, iteration) function that does not require its predicate
551551
to be an equivalence relation, allowing it to be used in ways that chunkBy
552552
cannot. For example:
553553
)

index.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ $(DIVC call_to_donate,
324324
$(BR)
325325
$(BR)
326326
Lots of $(WHY_D_ICON heart) to our $(LINK2 $(ROOT_DIR)foundation/sponsors.html, sponsors) and
327-
$(LINK2 $(ROOT_DIR)foundation/contributors, contributors).
327+
$(LINK2 $(ROOT_DIR)foundation/contributors.html, contributors).
328328
</p>
329329
)
330330

spec/cpp_interface.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ static assert(foo() == 1 && bar() == 2);
235235

236236
$(P Note that the `extern (C++, `ns`)` linkage attribute affects only the ABI (name mangling and calling convention) of
237237
these declarations. Importing them follows the usual
238-
$(LINK2 spec/module, D module import semantics).)
238+
$(LINK2 spec/module.html, D module import semantics).)
239239

240240
$(P Alternatively, the non-string form can be used to introduce a scope. Note that the
241241
enclosing module already provides a scope for the symbols declared in the namespace.

spec/importc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ $(H2 $(LNAME2 visualc-extensions, Visual C Extensions))
808808
$(H3 $(LNAME2 __pragma, `__pragma` Attribute Extensions))
809809

810810
$(P The following
811-
$(LINK@ https://learn.microsoft.com/en-us/cpp/preprocessor/pragma-directives-and-the-pragma-keyword?view=msvc-170, `__pragma` extensions):)
811+
$(LINK2 https://learn.microsoft.com/en-us/cpp/preprocessor/pragma-directives-and-the-pragma-keyword?view=msvc-170, `__pragma` extensions):)
812812

813813
$(OL
814814
$(LI `__pragma(pack(N))`)

0 commit comments

Comments
 (0)