Created
March 26, 2019 16:13
-
-
Save CoolOppo/d64f2381dab34354d9b38c75f2ad4686 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createdBy": "Redirector v3.2.1", | |
"createdAt": "2019-03-26T16:13:16.006Z", | |
"redirects": [ | |
{ | |
"description": "Redirect to latest docs", | |
"exampleUrl": "https://docs.rs/amethyst_gltf/0.5.1/amethyst_gltf/struct.GltfPrefab.html", | |
"exampleResult": "https://docs.rs/amethyst_gltf/*/amethyst_gltf/struct.GltfPrefab.html", | |
"error": null, | |
"includePattern": "https://docs.rs/*/*/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://docs.rs/$1/*/$3", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Fix rust book second-edition links", | |
"exampleUrl": "https://doc.rust-lang.org/book/second-edition/ch09-03-to-panic-or-not-to-panic.html", | |
"exampleResult": "https://doc.rust-lang.org/book/ch09-03-to-panic-or-not-to-panic.html", | |
"error": null, | |
"includePattern": "https://doc.rust-lang.org/book/second-edition/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://doc.rust-lang.org/book/$1", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment