From 31d5bd053c5fb759461a3c7e0e3ed3043cb4319c Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 1 Mar 2017 14:50:53 +0100 Subject: [PATCH] Update to new location --- .gitmodules | 4 ++-- README.md | 6 +++--- frontend/index.html | 10 +++++----- stats/package.json | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitmodules b/.gitmodules index f459154..14d744d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "CleanTypeUnifier"] path = backend/CleanTypeUnifier - url = https://github.com/camilstaps/CleanTypeUnifier + url = https://github.com/clean-cloogle/CleanTypeUnifier [submodule "backend/CleanPrettyPrint"] path = backend/CleanPrettyPrint - url = https://github.com/camilstaps/CleanPrettyPrint.git + url = https://github.com/clean-cloogle/CleanPrettyPrint.git [submodule "backend/clean-platform"] path = backend/clean-platform url = https://gitlab.science.ru.nl/clean-and-itasks/clean-platform.git diff --git a/README.md b/README.md index e087aae..88048ba 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Use any of the available frontends: - Web app at [cloogle.org](https://cloogle.org/). - The `!cloogle` bang on DuckDuckGo. - [@CloogleBot](https://telegram.me/CloogleBot) on Telegram (see - [camilstaps/CloogleBot](https://github.com/camilstaps/CloogleBot)). -- [KDercksen/cloogle-cli](https://github.com/KDercksen/cloogle-cli), a command - line interface to the api. + [camilstaps/CloogleBot](https://github.com/clean-cloogle/CloogleBot)). +- [cloogle-cli](https://github.com/clean-cloogle/cloogle-cli), a command line + interface to the api. - The `:Cloogle` command in [camilstaps/vim-clean](https://github.com/camilstaps/vim-clean). - An email to `query@cloogle.org` with the query in the subject (see diff --git a/frontend/index.html b/frontend/index.html index 7c2400d..819e353 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,7 +14,7 @@

- + follow link for the sourcecode

@@ -54,18 +54,18 @@
diff --git a/stats/package.json b/stats/package.json index 54c7e1f..ad66525 100644 --- a/stats/package.json +++ b/stats/package.json @@ -13,12 +13,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/dopefishh/cloogle.git" + "url": "git+https://github.com/clean-cloogle/cloogle.git" }, "author": ["Mart Lubbers", "Camil Staps"], "license": "GPL-3.0", "bugs": { - "url": "https://github.com/dopefishh/cloogle/issues" + "url": "https://github.com/clean-cloogle/cloogle/issues" }, - "homepage": "https://github.com/dopefishh/cloogle#readme" + "homepage": "https://github.com/clean-cloogle/cloogle#readme" } -- GitLab