Update URLs with the non-php version

This commit is contained in:
speedie 2023-06-10 14:36:44 +02:00
parent e06f2031d9
commit 355c3299c5
5 changed files with 4 additions and 10 deletions

View file

@ -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

View file

@ -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 */

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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