Skip to content

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

@DanielBelmes

Description

@DanielBelmes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions