Skip to content

Commit c111ace

Browse files
authored
Merge pull request #3458 from dkorpel/fix-preproc-links
Fix 23541 - [ImportC] dlang.org contains incorrect links
2 parents 7d26f98 + 12469ce commit c111ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/importc.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ $(H2 $(LNAME2 preprocessor, Preprocessor))
188188

189189
$(H4 $(LNAME2 clang-preprocessor, Clang C Preprocessor))
190190

191-
$(P The $(LINK2 https://freecompilercamp.org/clang-basics/, Clang Preprocessor) can be invoked as:)
191+
$(P The Clang Preprocessor can be invoked as:)
192192

193193
$(CONSOLE
194194
clang -E file.c -o file.i
@@ -207,7 +207,7 @@ $(H2 $(LNAME2 preprocessor, Preprocessor))
207207

208208
$(H4 $(LNAME2 dmpp, dmpp C Preprocessor))
209209

210-
$(P The $(LINK2 https://www.DigitalMars/dmpp, dmpp C Preprocessor) can be invoked as:)
210+
$(P The $(LINK2 https://github.com/DigitalMars/dmpp, dmpp C Preprocessor) can be invoked as:)
211211

212212
$(CONSOLE
213213
dmpp file.c

0 commit comments

Comments
 (0)