Fix links to bouncers guide

(cherry picked from commit d8a25d17aa)
This commit is contained in:
Nicolás Venturo
2019-08-18 23:48:43 +02:00
committed by Francisco Giordano
parent 99dca07f5f
commit a0e74cd756
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import "./GSNBouncerBase.sol";
import "../../cryptography/ECDSA.sol";
/**
* @dev A xref:ROOT:gsn-advanced.adoc#gsn-bouncers[GSN Bouncer] that allows relayed transactions through when they are
* @dev A xref:ROOT:gsn-bouncers.adoc#gsn-bouncers[GSN Bouncer] that allows relayed transactions through when they are
* accompanied by the signature of a trusted signer. The intent is for this signature to be generated by a server that
* performs validations off-chain. Note that nothing is charged to the user in this scheme. Thus, the server should make
* sure to account for this in their economic and threat model.