Skip to content

Wiki url paths should be case-insensitive #202

Open
@Joehuu

Description

@Joehuu

https://opentabletdriver.net/Wiki/FAQ/MacOS and https://opentabletdriver.net/Wiki/FAQ/macOS

The correct casing of macOS 404s. Should be corrected, but making paths case-insensitive and redirect to the desired casing has to happen too (to prevent the first link from not working). Wikipedia and the osu! wiki does case-insensitive.

Noticed that on lazer, there was no faq listed on macOS because it was outdated. I wanted to update it, but had to resort to this:

$@"https://opentabletdriver.net/Wiki/FAQ/{(RuntimeInfo.OS == RuntimeInfo.Platform.macOS ? @"MacOS" : RuntimeInfo.OS)}"

because RuntimeInfo.OS returns macOS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwikiImprovements or additions to the wiki

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions