Skip to content

Commit 72c859c

Browse files
committed
Fix broken links
1 parent bfd175c commit 72c859c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/indexer/quickstart/how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Finally, there are three types of mapping handlers (you can have more than one i
7575
* TransactionHandlers: On each and every transaction that matches optional filter criteria, run a mapping function
7676
* LogHandlers: On each and every log that matches optional filter criteria, run a mapping function
7777
78-
The hello-world project has a transaction handler called "handleTransaction" and a LogHandler called "handleLog". These are exported functions that will be explained in the [mapping handlers]((../build/mapping/ethereum.md)) section. When a filter condition is met, the associated handler is called.
78+
The hello-world project has a transaction handler called "handleTransaction" and a LogHandler called "handleLog". These are exported functions that will be explained in the [mapping handlers]((../build/mapping/ethereum.md)) section. When a filter condition is met, the associated handler is called.
7979
8080
:::details handlers
8181
```ts
@@ -111,7 +111,7 @@ handlers: [
111111
112112
## The GraphQL schema file
113113
114-
The schema.graphql file outlines the various GraphQL schemas being used. The structure of this file essentially dictates the shape of your data from SubQuery. For more information, click [here](../build/graphql.md)
114+
The schema.graphql file outlines the various GraphQL schemas being used. The structure of this file essentially dictates the shape of your data from SubQuery. For more information, click [here](../build/graphql/reference.md)
115115
116116
The hello-world project has two entities. A Transfer entity and an Approval entity. Both these entities contain six fields with their associated type such as string or bigint. An exclamation mark indicates that the field is mandatory.
117117
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Check out our [Mappings](../../build/mappings/mapping/cosmos.md) documentation and get information on the mapping functions in detail.
1+
Check out our [Mappings](../../build/mapping-functions/mapping/cosmos.md) documentation and get information on the mapping functions in detail.

0 commit comments

Comments
 (0)