From a9cef81657890992dd5dbab5919856883d6fd9d3 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 29 May 2022 21:52:15 +0100 Subject: [PATCH] Minor formatting corrections --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f45c6e2..1421a92 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Makefile for your system. You may then type "`make`" to build everything. Note that GNU _make_ is required; this may be installed as _gmake_ on some systems, so if typing "`make`" gives an error, try "`gmake`" instead. -See the file "doc/INSTALL" for more about the _configure_ script. +See the file "[doc/INSTALL](./doc/INSTALL)" for more about the _configure_ script. Developers note that you can run "`./configure --enable-debugging`" to cause debugging support to be built in, and the `--enable-profiling` option builds @@ -40,14 +40,14 @@ Author and acknowledgements This package is copyright 2022 Andrew Wood, and is being distributed under the terms of the Artistic License 2.0. For more details of this license, -see the file "doc/COPYING". +see the file "[doc/COPYING](./doc/COPYING)". Report bugs in **pv** using the contact form linked from the home page, or though the [project issue tracker](https://github.com/a-j-wood/pv/issues). -The `pv' home page is at: +The **pv** home page is at: - http://www.ivarch.com/programs/pv.shtml +  [http://www.ivarch.com/programs/pv.shtml](http://www.ivarch.com/programs/pv.shtml) The latest version can always be found here.