From 410e4f8ab9d388f20d497a3f6307c3bcc07be39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Wed, 15 Jan 2020 14:44:09 -0300 Subject: [PATCH] Fix link to GSN overview (#2053) * Fix link to GSN overview * Update contracts/GSN/README.adoc Co-authored-by: Francisco Giordano --- contracts/GSN/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/GSN/README.adoc b/contracts/GSN/README.adoc index 7788512ce..16c1297ea 100644 --- a/contracts/GSN/README.adoc +++ b/contracts/GSN/README.adoc @@ -4,7 +4,7 @@ _Available since v2.4.0._ This set of contracts provide all the tools required to make a contract callable via the https://gsn.openzeppelin.com[Gas Station Network]. -TIP: If you're new to the GSN, head over to our xref:openzeppelin::gsn/what-is-the-gsn.adoc[overview of the system] and basic guide to xref:ROOT:gsn.adoc[creating a GSN-capable contract]. +TIP: If you're new to the GSN, head over to our xref:learn::sending-gasless-transactions.adoc[overview of the system] and basic guide to xref:ROOT:gsn.adoc[creating a GSN-capable contract]. The core contract a recipient must inherit from is {GSNRecipient}: it includes all necessary interfaces, as well as some helper methods to make interacting with the GSN easier.