From bbb77f27c80c922b7c9958c5ed39379842f7c149 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 21 Sep 2024 15:37:31 +0200 Subject: [PATCH] fix: restore some more broken links --- docs/deprecated/awesome.org | 2 +- docs/desktop.org | 6 +++--- docs/emacs/packages/applications.org | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/deprecated/awesome.org b/docs/deprecated/awesome.org index 1cb07ac..cfef0b9 100644 --- a/docs/deprecated/awesome.org +++ b/docs/deprecated/awesome.org @@ -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 touchpad’s 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 | |--------------------+-----------+---------+-----------+-------------------------+-------| diff --git a/docs/desktop.org b/docs/desktop.org index 606a4ce..8726513 100644 --- a/docs/desktop.org +++ b/docs/desktop.org @@ -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 diff --git a/docs/emacs/packages/applications.org b/docs/emacs/packages/applications.org index 6afe06c..a0d7c1d 100644 --- a/docs/emacs/packages/applications.org +++ b/docs/emacs/packages/applications.org @@ -498,7 +498,7 @@ configuration for the ~mu4e~ package itself. Quick sidenote: on Arch Linux, you’ll 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~ I’ve written [[file:./scripts.md#emacsmail][here]]. +uses the shell script ~emacsmail~ I’ve written [[file:/scripts.md#emacsmail][here]]. #+header: :mkdirp yes #+begin_src conf-desktop :tangle ~/.local/share/applications/mu4e.desktop [Desktop Entry]