From 35eda6261ce4d4a9cfaee884f4fb7b497cf2517a Mon Sep 17 00:00:00 2001 From: Florian Pellissier <111426680+flopell@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:04:58 +0200 Subject: [PATCH] docs(gitbook): use full links for gitbook --- docs/indexing/overview.md | 2 +- docs/indexing/vm-integration/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/indexing/overview.md b/docs/indexing/overview.md index 8d8175a..1338701 100644 --- a/docs/indexing/overview.md +++ b/docs/indexing/overview.md @@ -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. diff --git a/docs/indexing/vm-integration/README.md b/docs/indexing/vm-integration/README.md index e7de893..f12967d 100644 --- a/docs/indexing/vm-integration/README.md +++ b/docs/indexing/vm-integration/README.md @@ -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.