Skip to content

Commit 730fff6

Browse files
committed
Fix IndexerWriter.md links.
1 parent bddfb21 commit 730fff6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/tutorials/IndexerWriter.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ graph LR;
3636

3737
## Node (algod with follow mode)
3838

39-
This is the blockchain data source. When in [follow mode](follow-mode-doc), algod is controlled by Conduit to ensure the two services are always operating on the same block. In this way algod is able to
39+
This is the blockchain data source. When in [follow mode][follow-mode-doc], algod is controlled by Conduit to ensure the two services are always operating on the same block. In this way algod is able to
4040
store the minimum number of blocks required to stream data to Conduit.
4141

4242
We will cover a basic installation using `update.sh`, for [additional
43-
information refer to the developer portal.](node-install-doc)
43+
information refer to the developer portal.][node-install-doc]
4444

4545
```bash
4646
# Download update.sh script.
@@ -80,7 +80,7 @@ When finished, this command will stop the node:
8080

8181
This document cannot go into the complete details for configuring your
8282
database. PostgreSQL or a compatible database like Amazon Aurora are suitable
83-
for the Indexer API. See the [Indexer](indexer-readme) documentation more details.
83+
for the Indexer API. See the [Indexer][indexer-readme] documentation more details.
8484

8585
For this tutorial the process is simplified by using a local docker image.
8686

@@ -106,7 +106,7 @@ docker rm local-database
106106

107107
Now we will configure Conduit to import data from `algod` and export to `PostgreSQL`.
108108

109-
Download the `conduit` binary [from the releases page](conduit-release). Put
109+
Download the `conduit` binary [from the releases page][conduit-release]. Put
110110
the binary in the current working directory, or install it to your path and use
111111
normally.
112112

@@ -145,9 +145,9 @@ Start Conduit with:
145145

146146
## Indexer API
147147

148-
With data in PostgreSQL, you can now start the [Indexer API](indexer-read-only).
148+
With data in PostgreSQL, you can now start the [Indexer API][indexer-read-only].
149149

150-
Download Indexer 3.x [from the releases page](indexer-release). Put
150+
Download Indexer 3.x [from the releases page][indexer-release]. Put
151151
the `algorand-indexer` binary in the current working directory, or install it to your path and use
152152
normally.
153153

@@ -161,7 +161,7 @@ To test that it's working, here is an example API call:
161161
curl http://localhost:8980/v2/accounts
162162
```
163163

164-
More information about Indexer can be found in the [Indexer README](indexer-readme) and the [Indexer API documentation](indexer-rest-api).
164+
More information about Indexer can be found in the [Indexer README][indexer-readme] and the [Indexer API documentation][indexer-rest-api].
165165

166166
[follow-mode-doc]: https://github.com/algorand/go-algorand/blob/master/docs/follower_node.md
167167
[node-install-doc]: https://developer.algorand.org/docs/run-a-node/setup/install/

0 commit comments

Comments
 (0)