From 29e20ff9bf7de3ed6ea98bd26c821b8567f90b60 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 15 Aug 2019 19:42:23 +0200 Subject: [PATCH] change underscore to dash --- .../modules/ROOT/pages/{gsn_advanced.adoc => gsn-advanced.adoc} | 0 docs/modules/ROOT/pages/gsn.adoc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/modules/ROOT/pages/{gsn_advanced.adoc => gsn-advanced.adoc} (100%) diff --git a/docs/modules/ROOT/pages/gsn_advanced.adoc b/docs/modules/ROOT/pages/gsn-advanced.adoc similarity index 100% rename from docs/modules/ROOT/pages/gsn_advanced.adoc rename to docs/modules/ROOT/pages/gsn-advanced.adoc diff --git a/docs/modules/ROOT/pages/gsn.adoc b/docs/modules/ROOT/pages/gsn.adoc index d2bc86dd0..9aa17b469 100644 --- a/docs/modules/ROOT/pages/gsn.adoc +++ b/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].