diff --git a/README.md b/README.md index 794275e..dbd5250 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ directory**. If you want to generate a pacman package, run ## Scripts There's a page dedicated to user scripts -[over on the wiki](https://spmenu.speedie.site/index.php/User+scripts). Feel +[over on the wiki](https://spmenu.speedie.site/User+scripts). Feel free to contribute and try scripts on there. ## More information diff --git a/docs/spmenu.conf b/docs/spmenu.conf index 8e63a87..5c62143 100644 --- a/docs/spmenu.conf +++ b/docs/spmenu.conf @@ -240,7 +240,7 @@ spmenu = { /* Mouse bindings * - * See https://spmenu.speedie.site/index.php/Configurable+keybindings for a list of valid options. + * See https://spmenu.speedie.site/Configurable+keybindings for a list of valid options. */ mouse = ( /* Click Button Function Argument */ @@ -257,7 +257,7 @@ spmenu = { * Please note that at least on the US standard keyboard layout, * `key` will differ if Shift is held down and the key is a number or symbol. * - * See https://spmenu.speedie.site/index.php/Configurable+keybindings for a list of valid options. + * See https://spmenu.speedie.site/Configurable+keybindings for a list of valid options. */ keys = ( /* Mode Modifier Key Function Argument */ diff --git a/libs/keybinds.h b/libs/keybinds.h index b197e6c..7155c14 100644 --- a/libs/keybinds.h +++ b/libs/keybinds.h @@ -1,7 +1,4 @@ /* These are all your hardcoded keybinds. - * It is recommended you set keybinds in ~/.config/spmenu/spmenu.conf instead. - * - * See https://spmenu.speedie.site/index.php/keybinds.h+documentation for more information. * See LICENSE file for copyright and license details. */ diff --git a/libs/mouse.h b/libs/mouse.h index f8c1321..0571542 100644 --- a/libs/mouse.h +++ b/libs/mouse.h @@ -1,7 +1,4 @@ /* Mouse bindings - * These are all your hardcoded mouse bindings. It is recommended you set these in ~/.config/spmenu/spmenu.conf though. - * - * See https://spmenu.speedie.site/index.php/mouse.h+documentation for more information. * See LICENSE file for copyright and license details. */ diff --git a/scripts/spmenu_run b/scripts/spmenu_run index 6bba4ec..d7abbea 100755 --- a/scripts/spmenu_run +++ b/scripts/spmenu_run @@ -77,7 +77,7 @@ fail_mac() { [ -f "/usr/local/share/spmenu/allowusageonmac" ] && return cat << EOF spmenu_run currently does not support macOS due to the outdated Bash version. -See https://spmenu.speedie.site/index.php/Using+spmenu+on+macOS for more information. +See https://spmenu.speedie.site/Using+spmenu+on+macOS for more information. If you wish to ignore this warning anyway, touch /usr/local/share/spmenu/allowusageonmac. EOF