@@ -132,7 +132,7 @@ And here's an example of a User Command:
132132
133133<br />
134134
135- Pretty cool, right? To learn more about these two, please read the [ Context Menus guide] ( ./Application-Commands /context-menus ) .
135+ Pretty cool, right? To learn more about these two, please read the [ Context Menus guide] ( ./application-commands /context-menus.mdx ) .
136136
137137## [ Application Commands] ( #application-commands ) vs. [ Prefix Commands] ( ../extensions/commands/prefixed-commands )
138138
@@ -216,7 +216,7 @@ Of course, these aren't their only uses; people have created awesome things with
216216<br />
217217
218218This is what a Button looks like, very simple and modern. To learn more about Buttons, refer to our
219- [ Buttons page] ( ./ui-components/buttons ) .
219+ [ Buttons page] ( ./ui-components/buttons.mdx ) .
220220
221221### [ Select Menus] ( https://docs.pycord.dev/en/master/api.html#discord.ui.Select )
222222
@@ -227,7 +227,7 @@ Select Menus are good for things such as choosing features, pages of a help menu
227227
228228This is what a Select Menu looks like. While not looking as good as Buttons, they still look great
229229and have even greater possibilities. To learn more about Select Menus, please refer to our [ Select
230- Menus page] ( ./ui-components/dropdowns ) .
230+ Menus page] ( ./ui-components/dropdowns.mdx ) .
231231
232232### [ Modal Dialogs] ( https://docs.pycord.dev/en/master/api.html#discord.ui.Modal )
233233
@@ -239,4 +239,4 @@ interacting with another UI Component.
239239![ Text Modal Example Image] ( ../assets/interactions/modal-example.png )
240240
241241This is what a Text Modal looks like, easy to use and one of the most useful Message Components yet. To learn more about Text Modals,
242- please visit our [ Modal Dialogs page] ( ./ui-components/modal-dialogs ) .
242+ please visit our [ Modal Dialogs page] ( ./ui-components/modal-dialogs.mdx ) .
0 commit comments