From 99dca07f5f1d4dc537c4847d0be5ec412a8c490a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Sun, 18 Aug 2019 23:31:52 +0200 Subject: [PATCH] Fix link to basic guide (cherry picked from commit 5ec7204948f18de4590dd4c445ed87347ece2982) --- docs/modules/ROOT/nav.adoc | 1 + .../modules/ROOT/pages/{gsn-advanced.adoc => gsn-bouncers.adoc} | 2 +- docs/modules/ROOT/pages/gsn.adoc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename docs/modules/ROOT/pages/{gsn-advanced.adoc => gsn-bouncers.adoc} (98%) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 9b4006dcf..11e9f73dd 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -10,6 +10,7 @@ .In Depth * xref:erc20-supply.adoc[ERC20 Supply] +* xref:gsn-bouncers.adoc[GSN Bouncers] .FAQ * xref:api-stability.adoc[API Stability] diff --git a/docs/modules/ROOT/pages/gsn-advanced.adoc b/docs/modules/ROOT/pages/gsn-bouncers.adoc similarity index 98% rename from docs/modules/ROOT/pages/gsn-advanced.adoc rename to docs/modules/ROOT/pages/gsn-bouncers.adoc index bea1df71a..fff6bf2c8 100644 --- a/docs/modules/ROOT/pages/gsn-advanced.adoc +++ b/docs/modules/ROOT/pages/gsn-bouncers.adoc @@ -6,7 +6,7 @@ First, we will explain the Bouncer concept, and then we will showcase how to use Finally, we will cover how to create your own custom Bouncer. -If you're still learning about the basics of the Gas Station Network, you should head over to our xref:api:gsn.adoc[GSN Guide], which will help you get started from scratch. +If you're still learning about the basics of the Gas Station Network, you should head over to our xref:gsn.adoc[GSN Guide], which will help you get started from scratch. [[gsn-bouncers]] == GSN Bouncers diff --git a/docs/modules/ROOT/pages/gsn.adoc b/docs/modules/ROOT/pages/gsn.adoc index af8517300..1c4630e8e 100644 --- a/docs/modules/ROOT/pages/gsn.adoc +++ b/docs/modules/ROOT/pages/gsn.adoc @@ -89,4 +89,4 @@ These functions allow you to implement, for instance, a flow where you charge yo == Further reading -Read our xref:gsn-advanced.adoc[guide on the payment strategies] (called _bouncers_) pre-built and shipped in OpenZeppelin Contracts, or check out xref:api:GSN.adoc[the API reference of the GSN base contracts]. +Read our xref:gsn-bouncers.adoc[guide on the payment strategies] (called _bouncers_) pre-built and shipped in OpenZeppelin Contracts, or check out xref:api:GSN.adoc[the API reference of the GSN base contracts].