From ef0803cb4d5fed4928b11092c5ea23422d1c8a2b Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Wed, 3 Mar 2021 12:22:21 +0400 Subject: [PATCH] Redirect github page to old sourceforge page for now. --- docs/index.html | 5 +++++ docs/{index.md => index.md.stock} | 0 2 files changed, 5 insertions(+) create mode 100644 docs/index.html rename docs/{index.md => index.md.stock} (100%) diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..42e19e3 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,5 @@ + + + + + diff --git a/docs/index.md b/docs/index.md.stock similarity index 100% rename from docs/index.md rename to docs/index.md.stock