Skip to content

Commit

Permalink
Redirection workaround because Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahAndrews committed Feb 14, 2018
1 parent da490bc commit b2f602f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/switching.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://openftc.github.io/OpenRC/switching">
<meta http-equiv="refresh" content="0; url=https://openftc.github.io/OpenRC/switching">
<h1>Redirecting…</h1>
<a href="https://openftc.github.io/OpenRC/switching">Click here if you are not redirected.</a>
<script>location="https://openftc.github.io/OpenRC/switching"</script>
</html>
10 changes: 10 additions & 0 deletions content/updating.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://openftc.github.io/OpenRC/updating">
<meta http-equiv="refresh" content="0; url=https://openftc.github.io/OpenRC/updating">
<h1>Redirecting…</h1>
<a href="https://openftc.github.io/OpenRC/switching">Click here if you are not redirected.</a>
<script>location="https://openftc.github.io/OpenRC/updating"</script>
</html>

0 comments on commit b2f602f

Please sign in to comment.