From 0619539154a193eae78ec1ab689d5d920aa5a8d8 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 14 Oct 2020 11:00:34 +0200 Subject: [PATCH] Remove docs (move to root), update links (#7) * Remove (now replaced) docs folder * Fix links --- README.md | 4 ++-- docs/README.md | 1 - docs/all.json | 9 --------- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 docs/README.md delete mode 100644 docs/all.json diff --git a/README.md b/README.md index f121aced9..f984ce4cd 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ A curated list of known less-than-honest sites inclusive of a simple JS utility This list is maintained by the community, and is currently available at https://github.com/polkadot-js/phishing -Any additions can be made by editing [https://github.com/polkadot-js/phishing/edit/master/all.json](/all.json) and additng any new sites in alphabetical order. +Any additions can be made by editing [/all.json](https://github.com/polkadot-js/phishing/edit/master/all.json) and adding any new sites in alphabetical order. ## Contributing -Contributions welcome, either via a PR to the above list of [https://github.com/polkadot-js/phishing/issues](via logging an issue). +Contributions welcome, either via a PR to the above list or [via logging an issue](https://github.com/polkadot-js/phishing/issues). diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 3a6f28117..000000000 --- a/docs/README.md +++ /dev/null @@ -1 +0,0 @@ -Please see https://github.com/polkadot-js/phishing diff --git a/docs/all.json b/docs/all.json deleted file mode 100644 index 98adfd69e..000000000 --- a/docs/all.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "allow": [ - ], - "deny": [ - "polkawallets.site", - "polkadot-dot.info", - "polkodot.network" - ] -}