Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
helpmefindaname committed Oct 26, 2023
1 parent b523f8d commit 7fa1726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/redirect.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting to https://flairnlp.github.io/</title>
<title>Redirecting to https://flairnlp.github.io/flair/[VERSION]/</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; URL=https://flairnlp.github.io/[VERSION]/index.html">
<link rel="canonical" href="https://flairnlp.github.io/">
<meta http-equiv="refresh" content="0; URL=https://flairnlp.github.io/flair/[VERSION]/">
<link rel="canonical" href="https://flairnlp.github.io/flair/[VERSION]/">
</head>
</html>

0 comments on commit 7fa1726

Please sign in to comment.