Skip to content

Commit

Permalink
Merge pull request #733 from thewtex/docsify-redirects
Browse files Browse the repository at this point in the history
docs(docsify): Add redirects for shared links
  • Loading branch information
thewtex authored Jan 25, 2023
2 parents 9e810c1 + 8d1bd81 commit b191f55
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url='https://wasm.itk.org/'" />
</head>
<body>
<p>Redirecting to the itk-wasm docs <a href="https://wasm.itk.org/">the itk-wasm docs</a>.</p>
</body>
</html>
9 changes: 9 additions & 0 deletions docs/docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url='https://wasm.itk.org/'" />
</head>
<body>
<p>Redirecting to the itk-wasm docs <a href="https://wasm.itk.org/">the itk-wasm docs</a>.</p>
</body>
</html>
9 changes: 9 additions & 0 deletions docs/examples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url='https://wasm.itk.org/'" />
</head>
<body>
<p>Redirecting to the itk-wasm docs <a href="https://wasm.itk.org/">the itk-wasm docs</a>.</p>
</body>
</html>
9 changes: 9 additions & 0 deletions docs/tutorial/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url='https://wasm.itk.org/'" />
</head>
<body>
<p>Redirecting to the itk-wasm docs <a href="https://wasm.itk.org/">the itk-wasm docs</a>.</p>
</body>
</html>

0 comments on commit b191f55

Please sign in to comment.