Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Mohamed Hernouf
www
Commits
a5112952
Commit
a5112952
authored
Nov 08, 2021
by
Mohamed Hernouf
Browse files
Adding bindings to register page into redirection table
parent
1c4c3c70
Pipeline
#16480
failed with stages
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
src/urls.ml
src/urls.ml
+11
-13
No files found.
src/urls.ml
View file @
a5112952
...
...
@@ -3,20 +3,15 @@
* *)
(* (OLD URL, NEW URL) *)
let
old_to_new
=
(* NO EQUIVALENT *)
[
(
"https://www.ocamlpro.com/pre-inscription-a-une-session-de-formation-inter-entreprises/"
,
"/"
)
;
(
"https://www.ocamlpro.com/fr/preinscription-aux-formations-ocamlpro/"
,
"/"
)
]
(* LEAD TO 404 *)
@
[
(
"https://www.ocamlpro.com/2017/05/04/opam-build"
,
"404"
)
;
(
"https://www.ocamlpro.com/2018/07/26/opam-2-0-0-rc3"
,
"404"
)
;
(
"https://files.ocamlpro.com/pub/opam-full-latest.tar.gz"
,
"404"
)
;
(
"https://files.ocamlpro.com/pub/opam-full-1.1.0.tar.gz"
,
"404"
)
;
(
"https://www.ocamlpro.com/blog/2013/03/14/opam-1.0.0.html"
,
"404"
)
;
(
"https://files.ocamlpro.com/files/tuareg-mode-with-ppx.el"
,
"404"
)
;
(
"http://ocamlpro.com/pub/ny-meetup.pdf"
,
"404"
)
]
[
(
"https://www.ocamlpro.com/2017/05/04/opam-build"
,
"404"
)
;
(
"https://www.ocamlpro.com/2018/07/26/opam-2-0-0-rc3"
,
"404"
)
;
(
"https://files.ocamlpro.com/pub/opam-full-latest.tar.gz"
,
"404"
)
;
(
"https://files.ocamlpro.com/pub/opam-full-1.1.0.tar.gz"
,
"404"
)
;
(
"https://www.ocamlpro.com/blog/2013/03/14/opam-1.0.0.html"
,
"404"
)
;
(
"https://files.ocamlpro.com/files/tuareg-mode-with-ppx.el"
,
"404"
)
;
(
"http://ocamlpro.com/pub/ny-meetup.pdf"
,
"404"
)
]
(* PAGES STATIQUES FR *)
@
[
(
"/fr/accueil/"
,
"/index"
)
;
(
"/fr/accueil"
,
"/index"
)
...
...
@@ -42,6 +37,7 @@ let old_to_new =
;
(
"/fr/formation-passer-a-ocaml/"
,
"/course_ocaml_development"
)
;
(
"/fr/formation-optimiser-du-code-ocaml"
,
"/course_ocaml_code_opti"
)
;
(
"/fr/formation-optimiser-du-code-ocaml/"
,
"/course_ocaml_code_opti"
)
;
(
"/fr/preinscription-aux-formations-ocamlpro/"
,
"/course_register"
)
]
(* STATIC PAGES *)
@
[
(
"/"
,
"/index"
)
...
...
@@ -63,6 +59,8 @@ let old_to_new =
;
(
"/course-ocaml-development/"
,
"/course_ocaml_development"
)
;
(
"/course-ocaml-code-optimization/"
,
"/course_ocaml_code_opti"
)
;
(
"/rust-vocational-training-2/"
,
"/course_rust_vocational_training"
)
;
(
"/pre-inscription-a-une-session-de-formation-inter-entreprises/"
,
"/course_register"
)
]
(* AUTHORS *)
@
[
(
"/fr/author/lefessan/"
,
"/blog/authors/fabrice_le_fessant"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment