[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/bash-completion ff338230b4 3/3: Fix more [text][id] links
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/bash-completion ff338230b4 3/3: Fix more [text][id] links in README.md |
Date: |
Sat, 28 Dec 2024 15:59:34 -0500 (EST) |
branch: elpa/bash-completion
commit ff338230b4d342091d3578db21896845aa49d113
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: GitHub <noreply@github.com>
Fix more [text][id] links in README.md
This change remove some leftover [text][id] links and replace them with
[text](url)
---
README.md | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index a5e4c0c613..f6e786b3af 100644
--- a/README.md
+++ b/README.md
@@ -119,11 +119,13 @@ the following:
section. Does it match the expected set of completion? If yes,
it might be a display problem. Are you using a completion engine
other than the default, such as ivy or helm? Try turning it off to
- confirm, then [file a bug][new_issue].
-* If all else fails, [file a bug][new_issue]. Please include the output
- of `M-x bash-completion-debug`, the command you're trying to use
- and the function or package providing completion for that command and
- where to download it.
+ confirm, then [file a bug](
+ https://github.com/szermatt/emacs-bash-completion/issues/new).
+* If all else fails, [file a bug](
+ https://github.com/szermatt/emacs-bash-completion/issues/new). Please
+ include the output of `M-x bash-completion-debug`, the command you're
+ trying to use and the function or package providing completion for
+ that command and where to download it.
## CONTRIBUTING