Skip to content

Commit 55e43a9

Browse files
committed
Remove readability in the surrounding of links in README.md
1 parent 784dee6 commit 55e43a9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,17 @@ 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]
122+
confirm, then [file a bug][new_issue].
123123
* If all else fails, [file a bug][new_issue]. Please include the output
124124
of `M-x bash-completion-debug`, the command you're trying to use
125125
and the function or package providing completion for that command and
126126
where to download it.
127127

128128
## CONTRIBUTING
129129

130-
To report bugs, features or even to ask questions, please open an [issue](https://github.com/szermatt/emacs-bash-completion/issues). To contribute code or documentation, please open a [pull request](https://github.com/szermatt/emacs-bash-completion/pulls).
130+
To report bugs, features or even to ask questions, please open an
131+
[issue][issues]. To contribute code or documentation, please open a
132+
[pull request][pull-requests].
131133

132134
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
133135

@@ -137,3 +139,5 @@ bash-completion.el is known to work with Bash 4.2 and later and Bash
137139
5, on Emacs, starting with version 25.3, under Linux and OSX.
138140

139141
[new_issue]: https://github.com/szermatt/emacs-bash-completion/issues/new
142+
[issues]: https://github.com/szermatt/emacs-bash-completion/issues)
143+
[pull-requests]: (https://github.com/szermatt/emacs-bash-completion/pulls)

0 commit comments

Comments
 (0)