Skip to content

Commit

Permalink
substring(3) not 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 15, 2024
1 parent b06d9b4 commit c87b977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/_404_redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
window.location.assign("https://olddocs.fenicsproject.org/")
}
if(url.startsWith("qa/")){
window.location.assign("https://oldqa.fenicsproject.org/" + url.substring(8))
window.location.assign("https://oldqa.fenicsproject.org/" + url.substring(3))
}
if(url == "qa"){
window.location.assign("https://oldqa.fenicsproject.org/")
Expand Down

0 comments on commit c87b977

Please sign in to comment.