Skip to content

Commit

Permalink
Merge pull request #1412 from wilzbach/https_tour
Browse files Browse the repository at this point in the history
Use secure HTTP for the Dlang Tour
  • Loading branch information
Hackerpilot committed Jul 6, 2016
2 parents 735d07c + 7d70a14 commit 53330ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion areas-of-d-usage.dd
Expand Up @@ -239,7 +239,7 @@ $(AREA_SECTION3 $(LNAME2 teaching, Teaching), $(ARTICLE_FA_ICON graduation-cap),
advantages of $(I static) type checking.
)
$(P Last but not least, there are $(LINK2 http://ddili.org/ders/d.en/index.html,
books) and $(LINK2 http://tour.dlang.org/, tutorials) freely available online
books) and $(LINK2 https://tour.dlang.org/, tutorials) freely available online
which can be used as resources.
)
))
Expand Down
2 changes: 1 addition & 1 deletion dlang.org.ddoc
Expand Up @@ -211,7 +211,7 @@ _=

NAVIGATION=
$(DIVID cssmenu, $(UL
$(MENU http://tour.dlang.org, Learn)
$(MENU https://tour.dlang.org, Learn)
$(MENU_W_SUBMENU_LINK $(ROOT_DIR)documentation.html, Documentation)
$(NAVIGATION_DOCUMENTATION)
$(MENU $(ROOT_DIR)download.html, Downloads)
Expand Down
2 changes: 1 addition & 1 deletion dpl-docs/views/layout.dt
Expand Up @@ -41,7 +41,7 @@ html(lang='en-US')
#cssmenu
ul
li
a(href="http://tour.dlang.org")
a(href="https://tour.dlang.org")
span Learn
li.expand-container
a.expand-toggle(href="#{root_dir}documentation.html")
Expand Down
2 changes: 1 addition & 1 deletion index.dd
Expand Up @@ -94,7 +94,7 @@ $(DIVC boxes,
)
)
$(TOUR graduation-cap, Learn,
$(P Take the $(LINK2 http://tour.dlang.org,
$(P Take the $(LINK2 https://tour.dlang.org,
Tour), explore
$(LINK2 $(ROOT_DIR)overview.html, major features) in D,
quick start with $(LINK2 $(ROOT_DIR)ctod.html, C) or
Expand Down

0 comments on commit 53330ae

Please sign in to comment.