1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
From: hgsgtk <hgsgtk@gmail.com>
Date: Wed, 27 Oct 2021 09:43:49 +0900
Subject: Fix typo in README; make links INSTALL and DISCLAIMER.
Applied-Upstream: commit:77fe9f9b27fa84f8fc8a13fbdfb65d7e5a99faac
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c35db8d..ebc7643 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ This program is mostly intended for technically-oriented users.
They should know what to do.
# Install
-Read INSTALL for instructions on how to build a released version.
+Read [INSTALL](./INSTALL) for instructions on how to build a released version.
If you build the development repository, run `./autogen.sh` first.
# License
@@ -32,8 +32,8 @@ Information and/or latest release should be available from these places:
I take no responsibility for what you do with this software. It has
the potential to do dangerous things, like disabling the protection
-you system administrator has set up for the local network. Read the
-DISCLAIMER file.
+your system administrator has set up for the local network. Read the
+[DISCLAIMER file](./DISCLAIMER).
# Usage & Documentation
There are two programs: `hts` and `htc`. `hts` is the *httptunnel server*
|