Skip to content

Commit

Permalink
Merge pull request #363 from mfisher87/index-with-redirect
Browse files Browse the repository at this point in the history
Replace GitHub Pages documentation site with `index.html` that redirects to ReadTheDocs
  • Loading branch information
mfisher87 authored Nov 23, 2023
2 parents 97c1d24 + 4d1dcfe commit b0ad7ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting to https://earthaccess.readthedocs.io/</title>
<meta http-equiv="refresh" content="0; URL=https://earthaccess.readthedocs.io/">
<link rel="canonical" href="https://earthaccess.readthedocs.io/">

0 comments on commit b0ad7ec

Please sign in to comment.