Skip to content

Instantly share code, notes, and snippets.

@idkshite
idkshite / Redirector.json
Created July 1, 2022 19:59
Redirector rule to transform german godot docs to english
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2022-07-01T19:23:18.025Z",
"redirects": [
{
"description": "Always open english godot",
"exampleUrl": "https://docs.godotengine.org/de/stable/tutorials/inputs/inputevent.html",
"exampleResult": "https://docs.godotengine.org/en/stable/tutorials/inputs/inputevent.html",
"error": null,
"includePattern": "(docs\\.godotengine.org)\\/(de)\\/(.*)",