branch: externals/dtache
commit 28e7e0d28d7153acda3859a4c5f51f09730787a7
Author: Protesilaos Stavrou <[email protected]>
Commit: Niklas Eklund <[email protected]>
Fix small markup error in README files
This way the link and inline code are displayed correctly.
---
README.md | 2 +-
README.org | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4706d11bea..ae3195d609 100644
--- a/README.md
+++ b/README.md
@@ -831,5 +831,5 @@ This package wouldn't have been were it is today without
these contributors.
- [Daniel Mendler](https://gitlab.com/minad) for helping out in improving
`dtache`, among other things integration with other packages such as `embark`
and `consult`.
-- [Ambrevar](https://gitlab.com/ambrevar) who indirectly contributed by
inspiring me with his
`[[https://www.reddit.com/r/emacs/comments/6y3q4k/yes_eshell_is_my_main_shell/][yes
eshell is my main shell]]. It was through that I discovered his
[[https://github.com/Ambrevar/dotfiles/blob/master/.emacs.d/lisp/package-eshell-detach.el][package-eshell-detach]]
which got me into the idea of using =dtach` as a base for detached shell
commands.
+- [Ambrevar](https://gitlab.com/ambrevar) who indirectly contributed by
inspiring me with his [yes eshell is my main
shell](https://www.reddit.com/r/emacs/comments/6y3q4k/yes_eshell_is_my_main_shell/).
It was through that I discovered his
[package-eshell-detach](https://github.com/Ambrevar/dotfiles/blob/master/.emacs.d/lisp/package-eshell-detach.el)
which got me into the idea of using `dtach` as a base for detached shell
commands.
diff --git a/README.org b/README.org
index 925064ad63..c579fe6e5a 100644
--- a/README.org
+++ b/README.org
@@ -473,4 +473,4 @@ This package wouldn't have been were it is today without
these contributors.
- [[https://gitlab.com/minad][Daniel Mendler]] for helping out in improving
=dtache=, among other things integration with other packages such as =embark=
and =consult=.
-- [[https://gitlab.com/ambrevar][Ambrevar]] who indirectly contributed by
inspiring me with his
=[[https://www.reddit.com/r/emacs/comments/6y3q4k/yes_eshell_is_my_main_shell/][yes
eshell is my main shell]]. It was through that I discovered his
[[https://github.com/Ambrevar/dotfiles/blob/master/.emacs.d/lisp/package-eshell-detach.el][package-eshell-detach]]
which got me into the idea of using =dtach= as a base for detached shell
commands.
+- [[https://gitlab.com/ambrevar][Ambrevar]] who indirectly contributed by
inspiring me with his
[[https://www.reddit.com/r/emacs/comments/6y3q4k/yes_eshell_is_my_main_shell/][yes
eshell is my main shell]]. It was through that I discovered his
[[https://github.com/Ambrevar/dotfiles/blob/master/.emacs.d/lisp/package-eshell-detach.el][package-eshell-detach]]
which got me into the idea of using =dtach= as a base for detached shell
commands.