Skip to content

Commit

Permalink
feat: fix redirect URL to branch root
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Nov 8, 2023
1 parent e51f562 commit 737c723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting to the OHCA book</title>
<meta http-equiv="refresh" content="2; URL=https://js2264.github.io/OHCA/devel/">
<link rel="canonical" href="https://js2264.github.io/OHCA/devel/">
<meta http-equiv="refresh" content="2; URL=https://js2264.github.io/OHCA/docs/devel/">
<link rel="canonical" href="https://js2264.github.io/OHCA/docs/devel/">

<html>
<head>
Expand Down

0 comments on commit 737c723

Please sign in to comment.