Skip to content

Commit 053ac74

Browse files
authored
Fixed broken links (#1068)
1 parent 32a4211 commit 053ac74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/en/subgraphs/guides/subgraph-linter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Subgraph Linter
33
sidebarTitle: Static Analysis with Subgraph Linter
44
---
55

6-
[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.
6+
[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.
77

88
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.
99

@@ -146,4 +146,4 @@ Settings (prefix `subgraphLinter`):
146146

147147
Subgraph Linter is designed to grow as new subgraph failure patterns are discovered.
148148

149-
See [ADDING_CHECKS.md](https://github.com/graphops/subgraph-linter/blob/main/ADDING_CHECKS.md) in the repository for a step-by-step guide.
149+
See [adding checks](https://github.com/graphprotocol/subgraph-linter/blob/main/ADDING_CHECKS.md) in the repository for a step-by-step guide.

0 commit comments

Comments
 (0)