Browse Source

change underscore to dash

Francisco Giordano 6 years ago
parent
commit
29e20ff9bf
2 changed files with 1 additions and 1 deletions
  1. 0 0
      docs/modules/ROOT/pages/gsn-advanced.adoc
  2. 1 1
      docs/modules/ROOT/pages/gsn.adoc

+ 0 - 0
docs/modules/ROOT/pages/gsn_advanced.adoc → docs/modules/ROOT/pages/gsn-advanced.adoc


+ 1 - 1
docs/modules/ROOT/pages/gsn.adoc

@@ -135,6 +135,6 @@ Recipients may withdraw their balance from the system at any point, but remember
 == Further reading
 
 * The https://medium.com/@rrecuero/eth-onboarding-solution-90607fb81380[GSN announcement post] provides a good *overview of the system*, along with some use cases to take inspiration from.
-* If you want to learn how to use *OpenZeppelin Contract's pre-made accept and charge strategies*, head to the xref:gsn_advanced.adoc[Advanced GSN Guide].
+* If you want to learn how to use *OpenZeppelin Contract's pre-made accept and charge strategies*, head to the xref:gsn-advanced.adoc[Advanced GSN Guide].
 * If instead you wish to know more about how to *use GSN from your application*, head to the https://github.com/OpenZeppelin/openzeppelin-gsn-provider[OpenZeppelin GSN provider guides].
 * For information on how to *test GSN-enabled contracts*, go to the https://github.com/OpenZeppelin/openzeppelin-gsn-helpers[OpenZeppelin test helpers documentation].