Skip to content

Commit

Permalink
remove trailing slash from links
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Dec 2, 2024
1 parent 5cda947 commit a8599f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/indexers/testing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ properties:
data.
- `streamConfigurationOptions`: options returned in the `config` object from
the script. These options are compared between reruns to detect any changes.
- `testOptions`: options related to testing. See [the options page](/docs/indexers/testing/options/)
- `testOptions`: options related to testing. See [the options page](/docs/indexers/testing/options)
to learn about the available options.
- `stream[].input`: input stream data generated by connecting to a DNA stream.
- `stream[].output`: values returned by applying the indexer transform
Expand Down
4 changes: 2 additions & 2 deletions docs/integrations/mongo/options/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ This page contains a reference of all available options for the MongoDB sink.
## Advanced

- `replaceDataInsideTransaction: bool`: if set to `true`, the sink will use
[MongoDB transactions](https://www.mongodb.com/docs/manual/core/transactions/)
[MongoDB transactions](https://www.mongodb.com/docs/manual/core/transactions)
to replace data between subsequent pending blocks. Notice that
[replication](https://www.mongodb.com/docs/manual/replication/) is required for
[replication](https://www.mongodb.com/docs/manual/replication) is required for
this feature to work correctly. If you are using [MongoDB
Atlas](/docs/integrations/mongo/how-to-atlas) it will work out of the box.
2 changes: 1 addition & 1 deletion docs/networks/starknet/devnet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and [katana](https://github.com/dojoengine/dojo/tree/main/crates/katana).

You will need the following tools installed:

- [Docker and Docker Compose](https://docs.docker.com/compose/) - required.
- [Docker and Docker Compose](https://docs.docker.com/compose) - required.
- [Httpie](https://httpie.io/) - optional.
- [grpcurl](https://github.com/fullstorydev/grpcurl) - optional.

Expand Down
6 changes: 3 additions & 3 deletions docs/v2/dna/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ updatedAt: 2024-09-20

This section describes the internals of DNA v2.

- [Wire protocol](/docs/v2/dna/protocol/): describes the gRPC streaming
- [Wire protocol](/docs/v2/dna/protocol): describes the gRPC streaming
protocol. This page is useful if you're connecting directly to the stream or
are adding support for a new programming language.
- [Architecture](/docs/v2/dna/architecture/): describes the high-level components of DNA v2.
- [Adding a new chain](/docs/v2/dna/add-new-chain/): describes what you
- [Architecture](/docs/v2/dna/architecture): describes the high-level components of DNA v2.
- [Adding a new chain](/docs/v2/dna/add-new-chain): describes what you
need to do to bring DNA to a new chain. It digs deeper into anything
chain-specific like storage and filters.

2 changes: 1 addition & 1 deletion docs/v2/networks/evm/filter/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@ const filter = {
address: "0xAB...",
}],
};
```
```

0 comments on commit a8599f8

Please sign in to comment.