@@ -68,25 +68,32 @@ Redirect 301 /dlangupb-scholarship.html https://dlang.org/foundation/updscholars
68
68
Redirect 301 /donate.html https://dlang.org/foundation/donate.html
69
69
70
70
# Legacy article pages
71
- Redirect 301 /ctod.html /articles/ctod.html
72
- Redirect 301 /cpptod.html /articles/cpptod.html
73
- Redirect 301 /pretod.html /articles/pretod.html
71
+ Redirect 301 /articles.html /articles/index.html
72
+ Redirect 301 /builtin.html /articles/builtin.html
74
73
Redirect 301 /code_coverage.html /articles/code_coverage.html
74
+ Redirect 301 /const-faq.html /articles/const-faq.html
75
+ Redirect 301 /cppcontracts.html /articles/cppcontracts.html
76
+ Redirect 301 /cpptod.html /articles/cpptod.html
77
+ Redirect 301 /ctarguments.html /articles/ctarguments.html
78
+ Redirect 301 /ctod.html /articles/ctod.html
79
+ Redirect 301 /d-array-article.html /articles/d-array-article.html
80
+ Redirect 301 /d-floating-point.html /articles/d-floating-point.html
81
+ Redirect 301 /dll-linux.html /articles/dll-linux.html
75
82
Redirect 301 /exception-safe.html /articles/exception-safe.html
83
+ Redirect 301 /faq.html /articles/faq.html
76
84
Redirect 301 /hijack.html /articles/hijack.html
77
85
Redirect 301 /intro-to-datetime.html /articles/intro-to-datetime.html
78
86
Redirect 301 /lazy-evaluation.html /articles/lazy-evaluation.html
79
87
Redirect 301 /migrate-to-shared.html /articles/migrate-to-shared.html
80
88
Redirect 301 /mixin.html /articles/mixin.html
89
+ Redirect 301 /pretod.html /articles/pretod.html
81
90
Redirect 301 /regular-expression.html /articles/regular-expression.html
82
91
Redirect 301 /safed.html /articles/safed.html
92
+ Redirect 301 /template-comparison.html /articles/template-comparison.html
83
93
Redirect 301 /templates-revisited.html /articles/templates-revisited.html
84
- Redirect 301 /ctarguments.html /articles/ctarguments.html
85
94
Redirect 301 /variadic-function-templates.html /articles/variadic-function-templates.html
86
- Redirect 301 /d-array-article.html /articles/d-array-article.html
87
- Redirect 301 /cppcontracts.html /articles/cppcontracts.html
88
- Redirect 301 /template-comparison.html /articles/template-comparison.html
89
- Redirect 301 /dll-linux.html /articles/dll-linux.html
95
+ Redirect 301 /warnings.html /articles/warnings.html
96
+ Redirect 301 /rationale.html /articles/rationale.html
90
97
91
98
# Error pages
92
99
ErrorDocument 404 /404 .html
0 commit comments