Skip to content

Commit 7174dcf

Browse files
authored
Update to new ReadTheDocs. 🎉
1 parent c501c42 commit 7174dcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ await ctx.send(components=[action_row])
116116
```
117117

118118
### Advanced
119-
For more advanced use, please refer to our official documentation on [buttons here.](https://discord-py-interactions.readthedocs.io/en/latest/components.html#responding-to-interactions)
119+
For more advanced use, please refer to our official documentation on [buttons here.](https://discord-interactions.readthedocs.io/en/latest/components.html#responding-to-interactions)
120120

121121
## Selects
122122
This basic example shows how to add selects into our bot. Selects offer the same accessibility as buttons do
@@ -141,7 +141,7 @@ await ctx.send(components=[action_row])
141141
```
142142

143143
### Advanced
144-
For more advanced use, please refer to our official documentation on [selects here.](https://discord-py-interactions.readthedocs.io/en/latest/components.html#what-about-selects-dropdowns)
144+
For more advanced use, please refer to our official documentation on [selects here.](https://discord-interactions.readthedocs.io/en/latest/components.html#what-about-selects-dropdowns)
145145

146146
## Context Menus
147147
This basic example shows how to add a message context menu.
@@ -161,7 +161,7 @@ async def commandname(ctx: MenuContext):
161161
```
162162

163163
### Advanced
164-
For more advanced use, please refer to our official documentation on [context menus here.](https://discord-py-interactions.readthedocs.io/en/latest/gettingstarted.html#adding-context-menus)
164+
For more advanced use, please refer to our official documentation on [context menus here.](https://discord-interactions.readthedocs.io/en/latest/gettingstarted.html#adding-context-menus)
165165

166166
--------
167167

0 commit comments

Comments
 (0)