Skip to content

Commit a2fc1d2

Browse files
committed
fix: links
1 parent 5563d65 commit a2fc1d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### 1. Clone the repository
66
```bash
7-
git clone https://github.com/codebydivine/token-api.git
7+
git clone https://github.com/divinescreener/thegraph-token-api.git
88
cd token-api
99
```
1010

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We actively maintain only the latest released version. Please upgrade to the new
1010

1111
If you believe you have found a security issue, please contact us before disclosing it publicly.
1212

13-
- Create a [security advisory](https://github.com/codebydivine/token-api/security/advisories) on GitHub.
13+
- Create a [security advisory](https://github.com/divinescreener/thegraph-token-api/security/advisories) on GitHub.
1414
- Or email **[email protected]** (PGP available on request).
1515

1616
We aim to respond within **3 business days**. During this time please keep the details confidential. We will work with you to validate and address the issue as quickly as possible.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dev = [
4646
]
4747

4848
[project.urls]
49-
Homepage = "https://github.com/codebydivine/token-api"
50-
Issues = "https://github.com/codebydivine/token-api/issues"
49+
Homepage = "https://github.com/divinescreener/thegraph-token-api"
50+
Issues = "https://github.com/divinescreener/thegraph-token-api/issues"
5151

5252
[tool.setuptools.packages.find]
5353
where = ["src"]

0 commit comments

Comments
 (0)