Skip to content

Commit

Permalink
bugfix(doap): updated latest redirect to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Jul 22, 2023
1 parent 75a5d8d commit 3c5fbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/assets/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ RedirectMatch /static/1.1.0(.*) /static/current$1
RedirectMatch /static/1.0.0-incubating(.*) /static/current$1

# latest
RedirectMatch /static/current(.*) /static/1.11.0$1
RedirectMatch /static/latest(.*) /static/1.11.0$1
RedirectMatch /static/current(.*) /static/1.12.0$1
RedirectMatch /static/latest(.*) /static/1.12.0$1

0 comments on commit 3c5fbdb

Please sign in to comment.