Skip to content

Commit 4201c36

Browse files
authored
Merge pull request #2323 from wilzbach/fix-18702
Fix Issue 18702 - FAQ item 'What does D have that C++ doesn't?' comparison link merged-on-behalf-of: Mike Franklin <JinShil@users.noreply.github.com>
2 parents 8fc54e0 + 598ba59 commit 4201c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/faq.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $(H2 General D FAQ)
5151

5252
$(LI $(LINK2 http://www.prowiki.org/wiki4d/wiki.cgi?FaqRoadmap, The D wiki FAQ page)
5353
with many more questions answered)
54-
$(LI $(LINK2 comparison.html, What does D have that C++ doesn't?))
54+
$(LI $(LINK2 $(ROOT_DIR)comparison.html, What does D have that C++ doesn't?))
5555
$(ITEMR q1, Why the name D?)
5656
$(ITEMR q1_1, Could you change the name? D is kind of hard to search for on search engines.)
5757
$(LI $(LINK2 http://dlang.org/download.html, Where can I get a D compiler?))
@@ -277,7 +277,7 @@ $(ITEM q6, Why $(I no) fall through on switch statements?)
277277
$(ITEM q7, Why should I use D instead of Java?)
278278

279279
$(P D is distinct from Java in purpose, philosophy and reality.
280-
See this $(LINK2 comparison.html, comparison).
280+
See this $(LINK2 $(ROOT_DIR)comparison.html, comparison).
281281
)
282282

283283
$(P Java is designed to be write once, run everywhere. D is designed for writing

0 commit comments

Comments
 (0)