File tree 1 file changed +4
-0
lines changed
src/rocqproverorg_web/lib
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ let distrib req =
52
52
let old_sites_modules req =
53
53
Dream. (redirect ~status: `Found req (" /css/coq-stdlib/" ^ target req))
54
54
55
+ let old_sites_files req =
56
+ Dream. (redirect ~status: `Moved_Permanently req (" https://github.com/rocq-prover/coq.github.io/blob/master" ^ target req))
57
+
55
58
let documentation req =
56
59
Dream. (redirect ~status: `Moved_Permanently req " /docs" )
57
60
@@ -95,6 +98,7 @@ let t =
95
98
Dream. get " /library/**" distrib;
96
99
Dream. get " /sites/**" old_sites_modules;
97
100
Dream. get " /modules/**" old_sites_modules;
101
+ Dream. get " /files/**" old_sites_files;
98
102
Dream. get " /documentation" documentation;
99
103
Dream. get " /doc" documentation;
100
104
make ~permanent: true [ (" /opam-packaging.html" , Url. opam_packaging) ];
You can’t perform that action at this time.
0 commit comments