Fix link to Cydia package.
[wiki] / examples / windows-install.mdwn
index c41c8f7..40eaa7a 100644 (file)
@@ -1,8 +1,8 @@
-[[!meta title="installing tinc on Windows 2000/XP"]]
+[[!meta title="installing tinc on Windows 2000/XP/7/8"]]
 
-## Example: installing tinc on Windows 2000/XP
+## Example: installing tinc on Windows 2000/XP/7/8
 
-This example shows how to install and configure tinc on Windows 2000 or XP. It
+This example shows how to install and configure tinc on Windows 2000, XP, 7 or 8. It
 is not a HOWTO, it is recommended that you read the manual as well.
 
 [[!toc levels=2]]
@@ -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.