Skip to content

Commit dc43164

Browse files
committed
update links to dlang
1 parent 0308137 commit dc43164

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,12 +708,12 @@ Version history
708708
- disassembly: show symbols, address labels
709709
- fix dstring display
710710
- can list associative array members (needs
711-
https://github.com/D-Programming-Language/dmd/pull/4473 for Win64)
711+
https://github.com/dlang/dmd/pull/4473 for Win64)
712712
- show exception number for Win32 exceptions
713713
- can now load PDB symbols from Microsoft Symbol Server or local
714714
cache folders
715715
- now support lexical scope blocks (helps C++ and D with
716-
https://github.com/D-Programming-Language/dmd/pull/2867)
716+
https://github.com/dlang/dmd/pull/2867)
717717
* cv2pdb:
718718
- improvements for DWARF conversion
719719
* dparser updated to cf26dbe426b10957f6364313cc7121e41083bebe with support for new

doc/BuildFromSource.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Ddoc
22

33
$(P The latest sources of Visual D are available from the github repository at
4-
$(LINK2 https://github.com/D-programming-Language/visuald, https://github.com/D-programming-Language/visuald).)
4+
$(LINK2 https://github.com/dlang/visuald, https://github.com/dlang/visuald).)
55

66
$(H2 Prerequisites)
77

@@ -38,7 +38,7 @@ $(UL
3838
options how to fix this:
3939
$(UL
4040
$(LI enable the LARGE_ADDRESS_AWARE bit inside dmd.exe with this simple tool:
41-
$(LINK https://github.com/D-Programming-Language/visuald/blob/master/tools/largeadr.d) (if you are running a
41+
$(LINK https://github.com/dlang/visuald/blob/master/tools/largeadr.d) (if you are running a
4242
32-bit OS, you will also need to boot with the /3GB switch))
4343
$(LI build DMD with the Microsoft compiler instead of the Digital Mars compiler
4444
(This also has the benefit of an executable that compiles about twice as fast))

doc/StartPage.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ See the $(LINK2 Installation.html, Installation) instructions, especially if not
1010
$(P Visual D aims at providing seamless integration of the D programming language into Visual Studio.)
1111

1212
<div align="right">
13-
$(LINK2 https://github.com/D-Programming-Language/visuald/releases/download/v$(VERSION)/VisualD-v$(VERSION).exe, $(IMG images/download.png))
14-
$(P $(LINK2 https://github.com/D-Programming-Language/visuald/releases, Beta releases))
13+
$(LINK2 https://github.com/dlang/visuald/releases/download/v$(VERSION)/VisualD-v$(VERSION).exe, $(IMG images/download.png))
14+
$(P $(LINK2 https://github.com/dlang/visuald/releases, Beta releases))
1515
</div>
1616
))
1717

@@ -74,7 +74,7 @@ $(LINK2 VersionHistory.html, more...)
7474
$(H2 Download)
7575

7676
$(P The latest installer and older versions can be downloaded
77-
$(LINK2 https://github.com/D-Programming-Language/visuald/releases, here).
77+
$(LINK2 https://github.com/dlang/visuald/releases, here).
7878
You can find even older versions and some additional files in
7979
the $(LINK2 http://www.dsource.org/projects/visuald/browser/downloads/, dsource download directory).)
8080

doc/VersionHistory.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ $(H2 2015-5-16 Version 0.3.41)
132132
$(LI disassembly: show symbols, address labels)
133133
$(LI fix dstring display)
134134
$(LI can list associative array members (needs
135-
https://github.com/D-Programming-Language/dmd/pull/4473 for Win64, new AA
135+
https://github.com/dlang/dmd/pull/4473 for Win64, new AA
136136
implementation in dmd 2.068 not supported yet, though))
137137
$(LI show exception number for Win32 exceptions)
138138
$(LI can now load PDB symbols from Microsoft Symbol Server or local cache folders)
139139
$(LI now supports lexical scope blocks (helps C++ and D with
140-
https://github.com/D-Programming-Language/dmd/pull/2867))
140+
https://github.com/dlang/dmd/pull/2867))
141141
))
142142
$(LI cv2pdb: improvements for DWARF conversion)
143143
$(LI renaming project configuration did not change respective config on all platforms)

doc/dlang.org.ddoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ _=
135135

136136
DOT_PREFIXED=.$1$(DOT_PREFIXED $+)
137137
DOT_PREFIXED_SKIP=$(DOT_PREFIXED $+)
138-
DRUNTIMESRC=$(HTTPS github.com/D-Programming-Language/druntime/blob/master/src/$0, $0)
138+
DRUNTIMESRC=$(HTTPS github.com/dlang/druntime/blob/master/src/$0, $0)
139139
DPLLINK=$(LINK2 $1,$+)
140140
_=
141141

@@ -224,7 +224,7 @@ $(SUBMENU
224224
$(ROOT_DIR)bugstats.php, Bug Tracker,
225225
http://forum.dlang.org, Forums,
226226
irc://irc.freenode.net/d, IRC,
227-
http://github.com/D-Programming-Language, D on GitHub,
227+
http://github.com/dlang, D on GitHub,
228228
http://wiki.dlang.org, Wiki,
229229
http://wiki.dlang.org/Review_Queue, Review Queue,
230230
http://twitter.com/search?q=%23dlang, Twitter,
@@ -276,7 +276,7 @@ $(DIVID tools, $(DIV,
276276
)
277277
)
278278
$(DIVC tip smallprint,
279-
<a href="https://github.com/D-Programming-Language/$(PROJECT)/edit/master/$(SRCFILENAME)">Improve this page</a>
279+
<a href="https://github.com/dlang/$(PROJECT)/edit/master/$(SRCFILENAME)">Improve this page</a>
280280
$(DIV,
281281
Quickly fork, edit online, and submit a pull request for this page.
282282
Requires a signed-in GitHub account. This works well for small changes.
@@ -291,7 +291,7 @@ PC=$(TC p, $1, $+)
291291
_=
292292

293293
PHOBOS=$(SPANC phobos, $(AHTTP dlang.org/phobos/std_$1.html#$2, $(TAIL $+)))
294-
PHOBOSSRC=$(SPANC phobos_src, $(AHTTPS github.com/D-Programming-Language/phobos/blob/master/$0, $0))
294+
PHOBOSSRC=$(SPANC phobos_src, $(AHTTPS github.com/dlang/phobos/blob/master/$0, $0))
295295
_=
296296

297297
RED=$(SPANC red, $0)
@@ -300,7 +300,7 @@ REF_ALTTEXT=<a href="$(PHOBOS_PATH)$3$(UNDERSCORE_PREFIXED_SKIP2 $+).html#$2">$1
300300
RELATIVE_LINK2=$(ALOCAL $1, $+)
301301
_=
302302

303-
SAMPLESRC=$(SPANC sample_src, $(AHTTPS github.com/D-Programming-Language/dmd/blob/master/samples/$0, /dmd/samples/d/$0))
303+
SAMPLESRC=$(SPANC sample_src, $(AHTTPS github.com/dlang/dmd/blob/master/samples/$0, /dmd/samples/d/$0))
304304
SCINI=$(TC pre, scini notranslate, $0)
305305
SCRIPTLOAD=<script type="text/javascript" src="$0"></script>
306306
SEARCHDEFAULT_PHOBOS=

doc/visuald.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SUBNAV=$(SUBNAV_TEMPLATE
1818
$(SUBNAV_HEAD Visual D $(VERSION), StartPage.html, Home, subnav-duplicate)
1919
$(UL
2020
$(MENU StartPage.html, Home)
21-
$(MENU https://github.com/D-Programming-Language/visuald/releases, Downloads)
21+
$(MENU https://github.com/dlang/visuald/releases, Downloads)
2222
$(MENU Installation.html, Installation)
2323
$(MENU_W_SUBMENU Documentation)
2424
$(SUBMENU

0 commit comments

Comments
 (0)