File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ Redirect 301 /memory.html http://wiki.dlang.org/Memory_Management
28
28
Redirect 301 /windows.html http://wiki.dlang.org/D_for_Win32
29
29
Redirect 301 /getstarted.html http://wiki.dlang.org/Getting_Started
30
30
Redirect 301 /tools.html http://wiki.dlang.org/Development_tools
31
- Redirect 301 /glossary.html http://wiki.dlang.org/spec/glossary.html
32
31
33
32
Redirect 301 /bugstats.php /bugstats.html
34
33
Redirect 301 /bugstats.php.html /bugstats.html
@@ -56,7 +55,8 @@ RewriteRule ^(spec|intro|lex|grammar|module|declaration|type|property|\
56
55
attribute|pragma|expression|statement|arrays|hash-map|struct|class|interface|\
57
56
enum|const3|function|operatoroverloading|template|template-mixin|contracts|\
58
57
version|traits|errors|unittest|garbage|float|iasm|ddoc|interfaceToC|\
59
- cpp_interface|objc_interface|portability|entity|memory-safe-d|abi|simd)\
58
+ cpp_interface|objc_interface|portability|entity|memory-safe-d|abi|simd|\
59
+ glossary)\
60
60
(\.html)?$ \
61
61
spec/$1 .html [R=301,L ]
62
62
You can’t perform that action at this time.
0 commit comments