diff --git a/.gitmodules b/.gitmodules index f459154df6ade7940b475d32531e6a5f8795ae36..14d744d52a83ced5b2573777d7319d7b385222b0 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 e087aae3e78399ae31747ca15678b3561a44f256..88048baf2e8d245fe1fa1e2a86fcd08cfc1a7b72 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 7c2400d7585422e3eccf0a96f9c00c6e59957216..819e353f61a82cd0e8b379fae94bd08a7e180d78 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 54c7e1f9af673f5cc3e7f248add53c0ef3d6b7cc..ad66525f60daea1ec87f3ab4843ac7e1b1a3d9db 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" }