diff --git a/README.md b/README.md
index fa546e1..035827b 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ auto-typing-final . --import-style typing-final
## VS Code Extension
-
+
The extension uses LSP server bundled with the CLI (executable name is `auto-typing-final-lsp-server`). To get started, add `auto-typing-final` to your project:
diff --git a/package.json b/package.json
index ac39815..7b23671 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/vrslev/auto-typing-final.git"
+ "url": "https://github.com/community-of-python/auto-typing-final.git"
},
"keywords": ["python", "linting", "mypy"],
"engines": {
diff --git a/pyproject.toml b/pyproject.toml
index a36820e..39a7c27 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
dynamic = ["version"]
[project.urls]
-Repository = "https://github.com/vrslev/auto-typing-final"
+Repository = "https://github.com/community-of-python/auto-typing-final"
[project.scripts]
auto-typing-final = "auto_typing_final.main:main"