docs(gitbook): use full links for gitbook

This commit is contained in:
Florian Pellissier
2024-08-21 16:04:58 +02:00
parent c42fb76816
commit 35eda6261c
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ The models below are used for communication between Substreams and Tycho indexer
Our indexer expects to receive a `BlockChanges` output from your Substreams package.
{% @github-files/github-code-block url="https://github.com/propeller-heads/propeller-protocol-lib/blob/main/proto/tycho/evm/v1/" %}
{% @github-files/github-code-block url="https://github.com/propeller-heads/propeller-protocol-lib/blob/main/proto/tycho/evm/v1/common.proto" %}
Please be aware that changes need to be aggregated on the transaction level, it is considered an error to emit `BlockChanges` with duplicated transactions present in the `changes` attributes.

View File

@@ -96,4 +96,4 @@ Read our [Substreams README.md](../../../substreams/README.md) for more informat
### Testing
Read the [Substreams testing docs](../../../substreams/README.md#test-your-implementation) for more information on how to test your integration.
Read the [Substreams testing docs](https://github.com/propeller-heads/propeller-venue-lib/blob/main/testing/README.md) for more information on how to test your integration.