-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
25,830 additions
and
1,093 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/stable/* /0.2.1/:splat 302 | ||
/stable/* /0.2.2/:splat 302 | ||
|
||
/v0.1/* /0.1.6/:splat 302 | ||
/0.1/* /0.1.6/:splat 302 | ||
|
||
# We let users specify what Mavo version use. Not only 0.1.6. but any available 0.1.x. | ||
# We let users specify what Mavo version to use. Not only 0.1.6. but any available 0.1.x. | ||
/v0.1* /0.1:splat 302 | ||
|
||
/v0.2/* /0.2.0/:splat 302 | ||
/0.2/* /0.2.0/:splat 302 | ||
/v0.2/* /0.2.2/:splat 302 | ||
/0.2/* /0.2.2/:splat 302 | ||
|
||
# We need a separate rule for the addresses like 0.2.x. | ||
# We need a separate rule for versions like 0.2.x. | ||
/v0.2* /0.2:splat 302 |
Large diffs are not rendered by default.
Oops, something went wrong.
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