diff --git a/nep-15.mediawiki b/nep-15.mediawiki
index 1e4b6a0f..77956f7e 100644
--- a/nep-15.mediawiki
+++ b/nep-15.mediawiki
@@ -46,7 +46,7 @@ The name
is the name of the contract, which can be any valid identi
The groups
field is an array of Group
objects which represent a set of mutually trusted contracts. A contract will trust and allow any contract in the same group to invoke it, and the user interface will not give any warnings.
-The supportedstandards
field describes the [[obsolete/nep-1.mediawiki|NEP-10]] values.
+The supportedstandards
field describes the [[obsolete/nep-10.mediawiki|NEP-10]] values.
The abi
field describes which methods and events are included in the contract and how other contracts interact with them. For technical details of ABI, please refer to [https://github.com/neo-project/proposals/pull/119 NEP-14: NeoContract ABI].