Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check tutorial redirection rules #1959

Closed
2 tasks
cuihtlauac opened this issue Jan 16, 2024 · 2 comments
Closed
2 tasks

Check tutorial redirection rules #1959

cuihtlauac opened this issue Jan 16, 2024 · 2 comments
Assignees
Labels
beginner can be done by an OCaml beginner good first issue Good for newcomers help wanted

Comments

@cuihtlauac
Copy link
Collaborator

cuihtlauac commented Jan 16, 2024

The file src/ocamlorg_web/lib/redirection.ml contains redirection rules (for backward compatibility with previous versions of the site). Some of them apply to documents that have either disappeared or been renamed.

This task is about fixing these redirections. Here is the list I found.

src/ocamlorg_web/lib/redirection.ml:Url.tutorial "tour-of-ocaml"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "calling-c-libraries"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "calling-fortran-libraries"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "cli-arguments"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "common-errors"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "data-structures-comparison"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "compiling-ocaml-projects"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "data-types"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "debugging"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "error-handling"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "file-manipulation"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "formatting-text"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "functional-programming"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "functors"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "garbage-collection"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "guidelines"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "hash-tables"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "if-statements-and-loops"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "labels"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "lists"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "map"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "modules"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "null-pointers-asserts-and-warnings"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "objects"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "profiling"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "pointers"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "sets"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "streams"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "up-and-running"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "first-hour"
src/ocamlorg_web/lib/redirection.ml:Url.tutorial "tour-of-ocaml"
  • Remove redirections pointing to removed tutorials
  • Correct slug of renamed tutorial

Note: Ths slug is the identifier of the tutorial, the argument to the Url.tutorial function.

@cuihtlauac cuihtlauac added good first issue Good for newcomers beginner can be done by an OCaml beginner help wanted labels Jan 16, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in OCaml.org Jan 16, 2024
@0xGlitchbyte
Copy link
Contributor

I'll take this one, would you mind assigning it to me?

@cuihtlauac
Copy link
Collaborator Author

Hi @0xGlitchbyte, thanks for volunteering on this.

@sabine sabine closed this as completed Feb 1, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in OCaml.org Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner can be done by an OCaml beginner good first issue Good for newcomers help wanted
Projects
Archived in project
Development

No branches or pull requests

3 participants