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
af1c80aa
Commit
af1c80aa
authored
Nov 02, 2021
by
Dario Pinto
Browse files
update urls
parent
0eaa74e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
src/urls.ml
src/urls.ml
+16
-5
No files found.
src/urls.ml
View file @
af1c80aa
...
...
@@ -4,9 +4,7 @@
(* (OLD URL, NEW URL) *)
let
old_to_new
=
(* NO EQUIVALENT *)
[
(
"/fr/recrutement-ocamlpro/"
,
"/internships"
)
;
(
"/fr/recrutement-ocamlpro/"
,
"/jobs"
)
;
(
"https://www.ocamlpro.com/pre-inscription-a-une-session-de-formation-inter-entreprises/"
[
(
"https://www.ocamlpro.com/pre-inscription-a-une-session-de-formation-inter-entreprises/"
,
"/"
)
;
(
"https://www.ocamlpro.com/fr/preinscription-aux-formations-ocamlpro/"
,
"/"
)
]
...
...
@@ -17,10 +15,12 @@ let old_to_new =
;
(
"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/#equipe/"
,
"/team"
)
;
(
"/fr/recrutement-ocamlpro/"
,
"/index"
)
;
(
"/fr/lequipe-ocamlpro"
,
"/team"
)
;
(
"/fr/lequipe-ocamlpro/"
,
"/team"
)
;
(
"/fr/accueil/#expertise/"
,
"/index"
)
...
...
@@ -74,7 +74,18 @@ let old_to_new =
;
(
"/fr/author/alain/"
,
"?"
)
]
(*CATEGORIES*)
@
[]
@
[
(
"/category/ocaml-opam-tooling/"
,
"/blog/category/tooling"
)
;
(
"/category/alt-ergo/"
,
"/blog/category/formal_methods"
)
;
(
"/category/trainings/"
,
"/blog/category/trainings"
)
;
(
"/category/ocamlpro/"
,
"/blog/category/ocamlpro"
)
;
(
"/category/blockchains/"
,
"/blog/category/blockchains"
)
;
(
"/category/blog"
,
""
)
;
(
"/category/flambda/"
,
"/blog/category/ocaml"
)
;
(
"/category/highlights/"
,
"/blog/category/ocamlpro"
)
;
(
"/category/opam/"
,
"/blog/category/tooling"
)
;
(
"/category/rust/"
,
"/blog/category/rust"
)
;
(
"/category/ocaml/"
,
"/blog/category/ocaml"
)
]
(*TAGS*)
@
[]
(* BLOG *)
...
...
@@ -296,6 +307,6 @@ let old_to_new =
]
@
(* FILES *)
[
(
"https:/files.ocamlpro.com/files/tuareg-mode.pdf"
,
"/"
)
(
"https:/files.ocamlpro.com/files/tuareg-mode.pdf"
,
"/"
)
;
(
"/files/try-alt-ergo.why"
,
"/"
)
]
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