Browse Source

fix link

(cherry picked from commit 1e42749847d5dabb871677202f036f009513cb60)
Francisco Giordano 6 năm trước cách đây
mục cha
commit
00947dee3d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/modules/ROOT/pages/gsn.adoc

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

@@ -2,7 +2,7 @@
 
 The https://gsn.ethereum.org[Gas Station Network] allows you to build apps where you pay for your users transactions, so they do not need to hold Ether to pay for gas, easing their onboarding process. In this guide, we will learn how to write smart contracts that can receive transactions from the GSN, by using OpenZeppelin Contracts.
 
-If you're new to the GSN, you probably want to first take a look at the xref:ROOT:gsn/what-is-the-gsn.adoc[light overview of the system], to get a clearer picture of how gasless transactions are achieved. Otherwise, strap in!
+If you're new to the GSN, you probably want to first take a look at the xref:openzeppelin::gsn/what-is-the-gsn.adoc[light overview of the system], to get a clearer picture of how gasless transactions are achieved. Otherwise, strap in!
 
 NOTE: This feature is being released in the next version of `@openzeppelin/contracts`, available right now through `npm install @openzeppelin/contracts@next`. It is also available on the `@openzeppelin/contracts-ethereum-package` variant.