diff --git a/README.md b/README.md
index 8f05c5f..60e844c 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,23 @@
# AsyncIO Services Fork
-
-
-
-
-
+
+
+
+
+
---
-**Documentation**: https://faust-streaming.github.io/mode/
+**Documentation**: https://numberly.github.io/mode/
-**Source Code**: https://github.com/faust-streaming/mode
+**Source Code**: https://github.com/numberly/mode
---
## Why the fork
-We have decided to fork the original *Mode* project because there is a critical process of releasing new versions which causes uncertainty in the community. Everybody is welcome to contribute to this *fork*, and you can be added as a maintainer.
-
-We want to:
-
-- Ensure continues release
-- Code quality
-- Support latest Python versions
-- Update the documentation
-
-and more...
+This fork is based on [faust-streaming/mode](https://github.com/faust-streaming/mode)
## What is Mode?
diff --git a/mkdocs.yml b/mkdocs.yml
index 84d2b1f..77e9ad9 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -27,8 +27,8 @@ theme:
- content.tabs.link
- content.code.annotate
-repo_name: faust-streaming/mode
-repo_url: https://github.com/faust-streaming/mode
+repo_name: numberly/mode
+repo_url: https://github.com/numberly/mode
nav:
- Mode:
diff --git a/pyproject.toml b/pyproject.toml
index d193c06..87013e7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,11 +16,11 @@ build-backend = "setuptools.build_meta"
universal = true
[project]
-name = "mode-streaming"
+name = "mode-continued"
dynamic = [
"version",
]
-description = "AsyncIO Service-based programming"
+description = "AsyncIO Service-based programming (fork continued)"
readme = "README.md"
requires-python = ">=3.8"
keywords = ["asyncio", "service", "bootsteps", "graph", "coroutine"]
@@ -70,9 +70,9 @@ uvloop = [
]
[project.urls]
-Homepage = "https://github.com/faust-streaming/mode"
-Documentation = "https://faust-streaming.github.io/mode/"
-Repository = "https://github.com/faust-streaming/mode"
+Homepage = "https://github.com/numberly/mode"
+Documentation = "https://numberly.github.io/mode/"
+Repository = "https://github.com/numberly/mode"
[tool.pytest.ini_options]
minversion = "6.0"