From 61c061d42b2a43a2ea9ab5d292ec232968d67bbd Mon Sep 17 00:00:00 2001 From: Alexander Laktionov Date: Mon, 20 Sep 2021 23:45:58 +0300 Subject: [PATCH 1/2] Remove broken "Open in google shell" --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e6f441a..8d9bdbb 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,7 @@ $ cd sherlock $ python3 -m pip install -r requirements.txt ``` - -[![Open in Cloud Shell](https://user-images.githubusercontent.com/27065646/92304704-8d146d80-ef80-11ea-8c29-0deaabb1c702.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/sherlock-project/sherlock&tutorial=README.md) [![Run on Repl.it](https://user-images.githubusercontent.com/27065646/92304596-bf719b00-ef7f-11ea-987f-2c1f3c323088.png)](https://repl.it/github/sherlock-project/sherlock) +[![Run on Repl.it](https://user-images.githubusercontent.com/27065646/92304596-bf719b00-ef7f-11ea-987f-2c1f3c323088.png)](https://repl.it/github/sherlock-project/sherlock) ## Usage From a3bfd2f3313da7420e2113a2b57d937d6b468b3b Mon Sep 17 00:00:00 2001 From: Alexander Laktionov Date: Mon, 20 Sep 2021 23:48:53 +0300 Subject: [PATCH 2/2] repl is broken too :( --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8d9bdbb..bd5e75c 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ $ cd sherlock $ python3 -m pip install -r requirements.txt ``` -[![Run on Repl.it](https://user-images.githubusercontent.com/27065646/92304596-bf719b00-ef7f-11ea-987f-2c1f3c323088.png)](https://repl.it/github/sherlock-project/sherlock) - ## Usage ```console