diff options
author | Gautam Kotian <gautam.kotian@gmail.com> | 2015-10-13 18:16:30 +0200 |
---|---|---|
committer | Gautam Kotian <gautam.kotian@gmail.com> | 2015-10-13 18:16:30 +0200 |
commit | 064b82eab443fa1bc8c1dd0b061bedbc04b60e66 (patch) | |
tree | 9f804f75610dc5c5acd686ecb7652b030b97be63 /d.html.markdown | |
parent | a4d9115decdfaa0346c66994df372e529d343d37 (diff) |
Add wikipedia page links
Link to the wikipedia pages of Walter Bright and Andrei Alexandrescu in
an attempt to at least partially establish their credibility.
Diffstat (limited to 'd.html.markdown')
-rw-r--r-- | d.html.markdown | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/d.html.markdown b/d.html.markdown index 7c23f2dd..d56e08a6 100644 --- a/d.html.markdown +++ b/d.html.markdown @@ -23,8 +23,10 @@ about [D](http://dlang.org/). The D programming language is a modern, general-pu multi-paradigm language with support for everything from low-level features to expressive high-level abstractions. -D is actively developed by a large group of super-smart people and is spearheaded by Walter Bright -and Andrei Alexandrescu. With all that out of the way, let's look at some examples! +D is actively developed by a large group of super-smart people and is spearheaded by +[Walter Bright](https://en.wikipedia.org/wiki/Walter_Bright) and +[Andrei Alexandrescu](https://en.wikipedia.org/wiki/Andrei_Alexandrescu). +With all that out of the way, let's look at some examples! ```c import std.stdio; |