Skip to content

Commit

Permalink
contracts: proper event link in docs (paritytech#13729)
Browse files Browse the repository at this point in the history
  • Loading branch information
kziemianek authored and nathanwhit committed Jul 19, 2023
1 parent 81d5fe4 commit 78db9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78db9e0

Please sign in to comment.