Skip to content

Commit 9ff029b

Browse files
committed
Update links to the new D Language Foundation Overview page
1 parent 7293323 commit 9ff029b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dlang.org.ddoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ COMPATIBILITY_BOX_EXPERIMENTAL = $(MESSAGE_BOX orange, $(B Experimental) - $0)
5050
_=
5151

5252
CONSOLE=$(TC pre, console notranslate, $0)
53-
COPYRIGHT_FOUNDATION=Copyright © 1999-$(YEAR) by the $(LINK2 $(ROOT_DIR)foundation.html, D Language Foundation)
53+
COPYRIGHT_FOUNDATION=Copyright © 1999-$(YEAR) by the $(LINK2 $(ROOT_DIR)foundation_overview.html, D Language Foundation)
5454
CPPCODE=$(TC pre, cppcode notranslate, $0)
5555
CPPLISTING=$(CPPCODE $0)
5656
CROSS=✘
@@ -66,7 +66,7 @@ DDOC=
6666
<!--
6767
Copyright (c) 1999-$(YEAR) by the D Language Foundation
6868
All Rights Reserved.
69-
https://dlang.org/foundation.html
69+
https://dlang.org/foundation_overview.html
7070
-->
7171
<head>
7272
<meta charset="utf-8">
@@ -267,7 +267,7 @@ $(SUBMENU_MANUAL
267267
$(SUBMENU_LINK $(ROOT_DIR)bugstats.html, Issues)
268268
$(SUBMENU_LINK https://wiki.dlang.org/Get_involved, Get involved)
269269
$(SUBMENU_LINK_DIVIDER $(ROOT_DIR)contributors.html, Contributors)
270-
$(SUBMENU_LINK $(ROOT_DIR)foundation.html, Foundation)
270+
$(SUBMENU_LINK $(ROOT_DIR)foundation_overview.html, Foundation)
271271
$(SUBMENU_LINK $(ROOT_DIR)donate.html, Donate)
272272
$(SUBMENU_LINK $(ROOT_DIR)sponsors.html, Sponsors)
273273
)

dpl-docs/views/layout.dt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ html(lang='en-US')
55
//
66
| Copyright (c) 1999-$#{year} by the D Language Foundation
77
| All Rights Reserved.
8-
| https://dlang.org/foundation.html
8+
| https://dlang.org/foundation_overview.html
99
- import std.process : environment;
1010
- import std.array : replace;
1111
- string version_id = environment["GIT_TARGET"];
@@ -212,7 +212,7 @@ html(lang='en-US')
212212
#quickindex.quickindex
213213

214214
#copyright.smallprint
215-
| Copyright &copy; 1999-#{year} by the <a href="#{root_dir}foundation.html">D Language Foundation</a> | Page generated by <a href="https://github.com/rejectedsoftware/ddox">ddox</a>.
215+
| Copyright &copy; 1999-#{year} by the <a href="#{root_dir}foundation_overview.html">D Language Foundation</a> | Page generated by <a href="https://github.com/rejectedsoftware/ddox">ddox</a>.
216216

217217
script(type='text/javascript', src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js')
218218
|

ebook.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DDOC=
55
<!--
66
Copyright (c) 1999-$(YEAR) by the D Language Foundation
77
All Rights Reserved.
8-
https://dlang.org/foundation.html
8+
https://dlang.org/foundation_overview.html
99
-->
1010

1111
<head>

index.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ $(DIVC boxes,
397397
Browse the $(LINK2 https://wiki.dlang.org/, wiki) where among
398398
other things you can find the
399399
$(LINK2 https://wiki.dlang.org/Vision/2017H2, high-level vision)
400-
of the $(LINK2 $(ROOT_DIR)foundation.html, D Language Foundation).
400+
of the $(LINK2 $(ROOT_DIR)foundation_overview.html, D Language Foundation).
401401
)
402402
)
403403
$(TOUR book, Documentation,
@@ -669,7 +669,7 @@ $(DIVC call_to_donate,
669669
</p>
670670
<p class="center">
671671
<a href="$(ROOT_DIR)donate.html" class="btn call_to_donate_btn">Donate</a>
672-
<a href="$(ROOT_DIR)foundation.html" class="btn subdued">Learn More About The Foundation</a>
672+
<a href="$(ROOT_DIR)foundation_overview.html" class="btn subdued">Learn More About The Foundation</a>
673673
$(BR)
674674
$(BR)
675675
Lots of $(WHY_D_ICON heart) to our $(LINK2 $(ROOT_DIR)sponsors.html, sponsors) and

0 commit comments

Comments
 (0)