Fix link to basic guide

This commit is contained in:
Nicolás Venturo
2019-08-18 23:31:52 +02:00
parent 1e42749847
commit 5ec7204948
3 changed files with 3 additions and 2 deletions

View File

@ -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]

View File

@ -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

View File

@ -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].