fix: restore some more broken links
All checks were successful
deploy / build (push) Successful in 5m42s

This commit is contained in:
Lucien Cartier-Tilet 2024-09-21 15:37:31 +02:00
parent c02d6690ed
commit bbb77f27c8
Signed by: phundrak
GPG Key ID: 347803E8073EACE0
3 changed files with 5 additions and 5 deletions

View File

@ -1031,7 +1031,7 @@ displayed as ~0~). Here is what the possible actions are:
In this category you will find other keybindings that do not fit in other
categories. For now, the only keybinding that is in this category is for
toggling the touchpads tapping ability. This is linked to a special script I
wrote [[file:./scripts.md#toggle-touchpad-tapping][here]].
wrote [[file:/scripts.md#toggle-touchpad-tapping][here]].
#+NAME: sc-misc
| Key | Modifiers | Lambda? | Action | What it does | Group |
|--------------------+-----------+---------+-----------+-------------------------+-------|

View File

@ -235,7 +235,7 @@ Keywords=Text;Editor;
#+end_src
I also have ~mu4e.desktop~ which is used to set my default email client.
It relies on ~emacsmail~ defined in [[file:bin.org::#Emacsmail-afffb7cd][this document]].
It relies on ~emacsmail~ defined in [[file:./scripts.md#emacsmail][this document]].
#+begin_src conf-desktop :tangle ~/.local/share/applications/mu4e.desktop
[Desktop Entry]
Name=Mu4e
@ -344,7 +344,7 @@ Type=Application
*** YouTube ~.desktop~ files
The first ~.desktop~ file related to YouTube is ~ytdl.desktop~ which runs
~ytdl~ defined in [[file:bin.org::#ytdl-a-youtube-dl-wrapper-03bd63e0][this document]].
~ytdl~ defined in [[file:scripts.md#ytdl][this document]].
#+begin_src conf-desktop :tangle ~/.local/share/applications/ytdl.desktop
[Desktop Entry]
Version=0.3
@ -357,7 +357,7 @@ Type=Application
Categories=Network;Video
#+end_src
There is also ~ytplay.desktop~ for ~ytplay~ defined in [[file:bin.org::#Media-youtube-dl-wrappers-ytplay-z6ka39h0m9j0][this document]].
There is also ~ytplay.desktop~ for ~ytplay~ defined in [[file:scripts.md#ytplay][this document]].
#+begin_src conf-desktop
[Desktop Entry]
Type=Application

View File

@ -498,7 +498,7 @@ configuration for the ~mu4e~ package itself.
Quick sidenote: on Arch Linux, youll need to install either ~mu~ or
~mu-git~ from the AUR in order to use mu4e. I also have a ~.desktop~ file
to make it possible to open mu4e directly from my program picker. It
uses the shell script ~emacsmail~ Ive written [[file:./scripts.md#emacsmail][here]].
uses the shell script ~emacsmail~ Ive written [[file:/scripts.md#emacsmail][here]].
#+header: :mkdirp yes
#+begin_src conf-desktop :tangle ~/.local/share/applications/mu4e.desktop
[Desktop Entry]