diff --git a/README.md b/README.md index 44f8a3b..e6898a3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Every wealth platform in India re-implements reverse feed processing from scratc ```bash # 1. Clone + venv + install -git clone https://github.com/openreversefeed/openreversefeed.git +git clone https://github.com/AngelOneWealth/openreversefeed.git cd openreversefeed python3.11 -m venv .venv && source .venv/bin/activate pip install -e ".[dev]" diff --git a/pyproject.toml b/pyproject.toml index b3d3742..599ee0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,9 +60,9 @@ dev = [ orf = "openreversefeed.cli:app" [project.urls] -Homepage = "https://github.com/openreversefeed/openreversefeed" -Issues = "https://github.com/openreversefeed/openreversefeed/issues" -Documentation = "https://github.com/openreversefeed/openreversefeed#readme" +Homepage = "https://github.com/AngelOneWealth/openreversefeed" +Issues = "https://github.com/AngelOneWealth/openreversefeed/issues" +Documentation = "https://github.com/AngelOneWealth/openreversefeed#readme" [tool.hatch.build.targets.wheel] packages = ["src/openreversefeed"]