Skip to content

Commit

Permalink
Update book.toml (#334)
Browse files Browse the repository at this point in the history
Fix redirect for selectmenu and trycatch
  • Loading branch information
caramellya-mei committed Jul 16, 2023
1 parent c124425 commit 2098de8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ level = 0
#buttons
"/guides/buttons.html" = "./general/interactions/buttons/aboutButtons.html"
#select menu (based on my archived guides, the old path for errorHandling and selectMenus aren't in camelCase. ~Carmen)
"/guides/selectmenu.html" = "./general/interactions/selectMenus/aboutSelectMenu.html"
"/guides/selectMenu.html" = "./general/interactions/selectMenus/aboutSelectMenu.html"
"/selectmenu.html" = "./guides/general/interactions/selectMenus/aboutSelectMenu.html"
#error handling
"/guides/trycatch.html" = "./general/bds2/errorHandling.html"
"/guides/tryCatch.html" = "./general/bds2/errorHandling.html"
"/trycatch.html" = "./guides/general/bds2/errorHandling.html"
#premium functions
"/bdscript/awaitReactions.html" = "../premium/awaitReactions.html"
"/bdscript/customImage.html" = "../premium/customImage.html"
Expand Down

0 comments on commit 2098de8

Please sign in to comment.