Skip to content

Commit

Permalink
updated old links to digitalmars.com
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Apr 21, 2016
1 parent 1c469c5 commit 465ca85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cppstrings.dd
Expand Up @@ -391,7 +391,7 @@ int main (char[][] args)
$(LINK2 http://www.gutenberg.org/files/11/old/alice30.txt, alice30.txt)
is the text of "Alice in Wonderland."
The D compiler,
<a HREF="http://ftp.digitalmars.com/dmd.zip" title="download D compiler">dmd</a>,
<a HREF="http://dlang.org/download.html" title="download D compiler">dmd</a>,
and the C++ compiler,
<a HREF="http://ftp.digitalmars.com/dmc.zip" title="download dmc.zip">dmc</a>,
share the same
Expand Down
4 changes: 2 additions & 2 deletions faq.dd
Expand Up @@ -54,7 +54,7 @@ $(H2 General D FAQ)
$(LI $(LINK2 comparison.html, What does D have that C++ doesn't?))
$(ITEMR q1, Why the name D?)
$(ITEMR q1_1, Could you change the name? D is kind of hard to search for on search engines.)
$(LI $(LINK2 http://www.digitalmars.com/d/download.html, Where can I get a D compiler?))
$(LI $(LINK2 http://dlang.org/download.html, Where can I get a D compiler?))
$(ITEMR q1_2, Is there linux port of D?)
$(ITEMR gdc, Is there a GNU version of D?)
$(ITEMR backend, How do I write my own D compiler for CPU X?)
Expand Down Expand Up @@ -239,7 +239,7 @@ $(ITEM q5, Is D open source?)
The back end for dmd is licensed from Symantec,
and is not compatible with open-source licenses such as the GPL.
Nonetheless, the complete source comes with the
$(LINK2 http://www.digitalmars.com/d/download.html, compiler),
$(LINK2 http://dlang.org/download.html, compiler),
and all development takes place publically on
$(LINK2 https://github.com/dlang/dmd, github).
Compilers using the DMD front end and the GCC and LLVM open source
Expand Down
5 changes: 3 additions & 2 deletions howto-promote.dd
Expand Up @@ -55,13 +55,15 @@ $(H3 Promoting the Project)
)

$(UL
$(LI $(LINK2 http://www.digitalmars.com/pnews/indexing.php?server=news.digitalmars.com$(AMP)group=digitalmars.D.announce, digitalmars.D.announce) newsgroup)
$(LI $(LINK2 http://forum.dlang.org/group/announce, newsgroup))
$(LI $(LINK2 https://wiki.dlang.org/, D wiki))
$(LI $(LINK2 https://www.google.com/addurl/?continue=/addurl, Google web crawler))
$(LI $(LINK2 https://groups.google.com/group/google-code-search/post?subject=Please+add+the+following+repositories+to+Code+Search$(AMP)body=Enter+your+code+repository+type+(SVN%2C+CVS%2C+Hg%2C+Git%2C+Archive)+and+URL+here%3A, Google code search) for source code zips)
$(LI $(LINK2 http://www.dzone.com/, dzone) developer news)
$(LI $(LINK2 http://www.betamarker.com/, beta marker) for releases, including betas)
$(LI $(LINK2 https://www.digg.com/, Digg) under the Developer category)
$(LI $(LINK2 http://slashdot.org/, Slashdot) news for nerds)
$(LI $(LINK2 https://news.ycombinator.com/, Hacker News) reddit for nerds)
$(LI $(LINK2 http://www.gamedev.net/, gamedev.net) anything game related)
$(LI $(LINK2 http://www.artima.com/, Artima Developer) developer articles)
$(LI $(LINK2 http://www.download.com/, download.com) software downloads)
Expand All @@ -83,7 +85,6 @@ $(H3 Promoting the Project)
)

$(UL
$(LI $(LINK2 http://www.ddj.com, Dr. Dobb's Journal))
$(LI $(LINK2 http://www.sdexpo.com/, SDWest))
$(LI $(LINK2 http://www.oopsla.org/, OOPSLA))
)
Expand Down

0 comments on commit 465ca85

Please sign in to comment.