Ignore repo and branch in URL

This commit is contained in:
video-prize-ranch 2023-03-28 18:00:22 -04:00
parent a3f60cea18
commit fa769b728e
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -14,7 +14,7 @@ from to [status]
```
* Lines starting with `#` are ignored
* `from` - the path to redirect from
* `from` - the path to redirect from (Note: repository and branch names are removed from request URLs)
* `to` - the path or URL to redirect to
* `status` - status code to use when redirecting (default 301)