From d3a8f864b29e3c11f87a975fa477c61bb6fc1ac9 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 15 Jul 2019 17:09:01 +0200 Subject: [PATCH] Redirect gh-pages to docs.rs --- .nojekyll | 0 404.html | 3 +++ index.html | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 index.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/404.html b/404.html new file mode 100644 index 000000000..b13eac0ee --- /dev/null +++ b/404.html @@ -0,0 +1,3 @@ + + +Moved to docs.rs diff --git a/index.html b/index.html new file mode 100644 index 000000000..b13eac0ee --- /dev/null +++ b/index.html @@ -0,0 +1,3 @@ + + +Moved to docs.rs