contracts: proper event link in docs (#13729)

This commit is contained in:
Kasper Ziemianek
2023-03-28 16:38:13 +02:00
committed by GitHub
parent 9c9492476c
commit acec84cc1e
+1 -1
View File
@@ -5,7 +5,7 @@ The Contract module provides functionality for the runtime to deploy and execute
- [`Call`](https://paritytech.github.io/substrate/master/pallet_contracts/pallet/enum.Call.html)
- [`Config`](https://paritytech.github.io/substrate/master/pallet_contracts/pallet/trait.Config.html)
- [`Error`](https://paritytech.github.io/substrate/master/pallet_contracts/pallet/enum.Error.html)
- [`Event`](https://paritytech.github.io/substrate/master/pallet_contracts/pallet/enum.Error.html)
- [`Event`](https://paritytech.github.io/substrate/master/pallet_contracts/pallet/enum.Event.html)
## Overview