nim-lang / website

Code for the official Nim programming language website
https://nim-lang.org
Other
115 stars 78 forks source link

/io.html link now located at /syncio.html should configure a 301 redirect in NGINX #374

Open DanielBelmes opened 1 year ago

DanielBelmes commented 1 year ago

https://nim-lang.org/Nim/io.html Returns a 404 as the module has moved to lib/std/syncio

if nginx is configured with something like:

location = /Nim/io.html {
  return 301 $scheme://$host/Nim/syncio.html;
}

Google will pick up the change eventually as well so it'll eventually stop showing io.html as a result and show syncio.