From 9975a6fc763cf440c58209868a852a5af1d507fe Mon Sep 17 00:00:00 2001 From: "Nicola Spanti (RyDroid)" Date: Sun, 5 Jun 2016 22:16:21 -0300 Subject: [PATCH] Improving README --- README.md | 12 ++++++------ check.pc.in | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 27259f3..6196d30 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ tutorial. The tutorial is also available as `info check`. Check has the following dependencies: -* automake-1.9.6 (1.11.3 on OS X if you are using /usr/bin/ar) -* autoconf-2.59 -* libtool-1.5.22 -* pkg-config-0.20 -* texinfo-4.7 (for documentation) +* [automake](https://www.gnu.org/software/automake/)-1.9.6 (1.11.3 on OS X if you are using /usr/bin/ar) +* [autoconf](https://www.gnu.org/software/autoconf/)-2.59 +* [libtool](https://www.gnu.org/software/libtool/)-1.5.22 +* [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)-0.20 +* [texinfo](https://www.gnu.org/software/texinfo/)-4.7 (for documentation) * tetex-bin (or any texinfo-compatible TeX installation, for documentation) -* POSIX sed +* POSIX [sed](https://en.wikipedia.org/wiki/Sed) The versions specified may be higher than those actually needed. diff --git a/check.pc.in b/check.pc.in index f23110e..9aa76f0 100644 --- a/check.pc.in +++ b/check.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: Check Description: A unit test framework for C -URL: http://check.sourceforge.net +URL: https://libcheck.github.io/check/ Version: @VERSION@ Requires.private: @LIBSUBUNIT_PC@ Libs: -L${libdir} -lcheck -- 2.49.0