From c17918ee6926fd038220681598adada7cefdff80 Mon Sep 17 00:00:00 2001 From: Felipe Alvarado Date: Wed, 5 Jun 2024 13:20:11 +0200 Subject: [PATCH] Apply PR suggestion --- pages/core-api/api-safe-transaction-service.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/core-api/api-safe-transaction-service.mdx b/pages/core-api/api-safe-transaction-service.mdx index ec5286f4..e15eed16 100644 --- a/pages/core-api/api-safe-transaction-service.mdx +++ b/pages/core-api/api-safe-transaction-service.mdx @@ -167,7 +167,7 @@ Supported and configured networks on `safe-eth-py`: - [**Blockscout** configured networks](https://github.com/safe-global/safe-eth-py/blob/master/gnosis/eth/clients/blockscout_client.py#L21) -The following [Guides](../core-api/transaction-service-guides/data-decoder.mdx) show how to decode contract interactions data of a transaction from the Safe Transaction Service. +Follow our [guides](../core-api/transaction-service-guides/data-decoder.mdx) to learn how to decode contract interaction data using the Safe Transaction Service for a transaction. ## Running and Maintenance