Skip to content

Commit ff33823

Browse files
authored
Fix more [text][id] links in README.md
This change remove some leftover [text][id] links and replace them with [text](url)
1 parent c43d37a commit ff33823

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,13 @@ the following:
119119
section. Does it match the expected set of completion? If yes,
120120
it might be a display problem. Are you using a completion engine
121121
other than the default, such as ivy or helm? Try turning it off to
122-
confirm, then [file a bug][new_issue].
123-
* If all else fails, [file a bug][new_issue]. Please include the output
124-
of `M-x bash-completion-debug`, the command you're trying to use
125-
and the function or package providing completion for that command and
126-
where to download it.
122+
confirm, then [file a bug](
123+
https://github.com/szermatt/emacs-bash-completion/issues/new).
124+
* If all else fails, [file a bug](
125+
https://github.com/szermatt/emacs-bash-completion/issues/new). Please
126+
include the output of `M-x bash-completion-debug`, the command you're
127+
trying to use and the function or package providing completion for
128+
that command and where to download it.
127129

128130
## CONTRIBUTING
129131

0 commit comments

Comments
 (0)