Skip to content

Commit 9a6f164

Browse files
authored
Merge pull request #41 from xpepermint/master
Fix broken links
2 parents 023e601 + fc636d7 commit 9a6f164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/guides/non-fungible-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Assets follow [ERC-721](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-72
2222

2323
Apart from the imprint, every asset also includes a URIs, pointing to asset JSON schema and publicly available [JSON](https://en.wikipedia.org/wiki/JSON) metadata file with additional public information about the asset. This information is intended for a public listing on different online services.
2424

25-
This concept is further explained in the [certification](api/guide/certification.html) section.
25+
This concept is further explained in the [certification](/api/guides/certification.html) section.

framework/v2/introduction/non-fungible-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Assets follow [ERC-721](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-72
2424

2525
Apart from the imprint, every asset also includes a URIs, pointing to asset JSON schema and publicly available [JSON](https://en.wikipedia.org/wiki/JSON) metadata file with additional public information about the asset. This information is intended for a public listing on different online services.
2626

27-
This concept is further explained in the [certification](/guide/certification.html) section.
27+
This concept is further explained in the [certification](/framework/v2/guides/certification.html) section.

0 commit comments

Comments
 (0)