Skip to content

Commit 6d07875

Browse files
committed
Fix broken link in docs
Signed-off-by: Tim Paine <[email protected]>
1 parent f2b05aa commit 6d07875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wiki/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Additionally, a `GatewayModule` can define methods and attributes:
115115

116116
- `rest(self, app: "GatewayWebApp")` which is invoked with an instance of the gateway's FastAPI webserver for mounting custom REST/Websocket endpoints
117117
- `shutdown(self)` to deal with any clean shutdown routines
118-
- `requires: ChannelSelection`, `disable: bool`, `block_set_channels_until: datetime`, `dynamic_keys(self)`, `dynamic_channels(self)`, `dynamic_state_channels(self)`: See [Advanced Usage notes](Develop#Advanced)
118+
- `requires: ChannelSelection`, `disable: bool`, `block_set_channels_until: datetime`, `dynamic_keys(self)`, `dynamic_channels(self)`, `dynamic_state_channels(self)`: See [Advanced Usage notes](Develop#Advanced-Usage)
119119

120120
> [!TIP]
121121
>

0 commit comments

Comments
 (0)