diff --git a/website/src/pages/en/subgraphs/guides/subgraph-linter.mdx b/website/src/pages/en/subgraphs/guides/subgraph-linter.mdx index 9288511cd7a8..46c976d00f0e 100644 --- a/website/src/pages/en/subgraphs/guides/subgraph-linter.mdx +++ b/website/src/pages/en/subgraphs/guides/subgraph-linter.mdx @@ -3,7 +3,7 @@ title: Subgraph Linter sidebarTitle: Static Analysis with Subgraph Linter --- -[Subgraph Linter](https://github.com/graphops/subgraph-linter) is a static analysis tool for The Graph subgraphs. It analyzes your subgraph code before deployment and surfaces common patterns that lead to runtime crashes, corrupted entity state, silent data errors, or unnecessary performance overhead. +[Subgraph Linter](https://github.com/graphprotocol/subgraph-linter) is a static analysis tool for The Graph subgraphs. It analyzes your subgraph code before deployment and surfaces common patterns that lead to runtime crashes, corrupted entity state, silent data errors, or unnecessary performance overhead. It complements existing tools by helping you catch problems locally while writing code, rather than discovering them after deployment or in production. It does not replace testing (runtime or unit tests), but it can reduce the number of bugs that make it to production. @@ -146,4 +146,4 @@ Settings (prefix `subgraphLinter`): Subgraph Linter is designed to grow as new subgraph failure patterns are discovered. -See [ADDING_CHECKS.md](https://github.com/graphops/subgraph-linter/blob/main/ADDING_CHECKS.md) in the repository for a step-by-step guide. +See [adding checks](https://github.com/graphprotocol/subgraph-linter/blob/main/ADDING_CHECKS.md) in the repository for a step-by-step guide.