From: Guus Sliepen Date: Mon, 28 Sep 2009 16:33:30 +0000 (+0200) Subject: Fix broken image links in windows installation example. X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=commitdiff_plain;h=9b1fa68828f4b7f44c5bf3d2183be1a62bfa292c Fix broken image links in windows installation example. --- diff --git a/examples/windows-install.mdwn b/examples/windows-install.mdwn index c41c8f7..f6bb8a7 100644 --- a/examples/windows-install.mdwn +++ b/examples/windows-install.mdwn @@ -39,7 +39,7 @@ tinc daemons you want to connect. You should also specify the network interface that tinc will use. We will create that interface later, we will assume it is called something like `VPN`. -[[!img examples/windows/editconf.png]] +[[!img examples/windows/edittincconf.png]] In the current directory, you have to create a directory called `hosts`. In this directory the host configuration files are stored. First you have to create one @@ -49,7 +49,7 @@ variable, indicating which IP addresses your tinc daemon represents on the VPN. This is probably just a single address, we will assume the subnet is 10.20.40.1/32. -[[!img examples/windows/hostshome.png]] +[[!img examples/windows/edithostshome.png]] Now you have to generate the public and private key for your tinc daemon. You do this by starting command.com. Go to the directory where tinc is installed.