branch: scratch/editorconfig-cc
commit 3e87c37ce76ddc8ef7a7d8c10f08ac0b4279ce5c
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Use reference link
---
 README.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 901ac3f21d..153aa42eac 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@
 
 ## Setup
 
-This package is available from [MELPA](https://melpa.org/#/editorconfig)
-and [MELPA Stable](https://stable.melpa.org/#/editorconfig).
+This package is available from [MELPA][] and [MELPA Stable][].
 Install from there and enable global minor-mode `editorconfig-mode`:
 
 ```emacs-lisp
@@ -144,7 +143,7 @@ init.el:
 
 ### Development
 
-Make and [CMake](https://cmake.org) must be installed to run the tests
+Make and [CMake][] must be installed to run the tests
 locally:
 
     $ make test
@@ -166,6 +165,13 @@ General Public License for more details.
 You should have received a copy of the GNU General Public License along
 with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+
+
+[Emacs]: https://www.gnu.org/software/emacs/
+[MELPA]: https://melpa.org/#/editorconfig
+[MELPA Stable]: https://stable.melpa.org/#/editorconfig
+[use-package]: https://www.emacswiki.org/emacs/UsePackage
 [EditorConfig]: https://editorconfig.org
 [EditorConfig C Core]: https://github.com/editorconfig/editorconfig-core-c
 [properties]: https://editorconfig.org/#supported-properties
+[CMake]: https://cmake.org

Reply via email to