From 28a3e46db21451c66f005c36eb7f5ecfd836645d Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Wed, 4 May 2022 20:05:50 +0300 Subject: [PATCH] fixed markdown links in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e4c910c..35835a1 100644 --- a/README.md +++ b/README.md @@ -154,10 +154,10 @@ thankfully most NIC vendors seem to provide, and a number of useful network utilities which come with their own TCP/IP stack (mTCP and WATTCP). The following are recommended: - - [http://www.brutman.com/mTCP](mTCP) - - [http://www.watt-32.net](WATTCP) - - [http://sshdos.sourceforge.net](ssh2dos) - - [http://www.2net.co.uk/rsync.html](rsync) + - [mTCP](http://www.brutman.com/mTCP) + - [WATTCP](http://www.watt-32.net) + - [ssh2dos](http://sshdos.sourceforge.net) + - [rsync](http://www.2net.co.uk/rsync.html) Here's an example batch file I'm using to set up the network: -- 1.7.10.4