Try again to make link work
authorKeith Packard <keithp@keithp.com>
Fri, 15 Jul 2016 00:06:54 +0000 (17:06 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 15 Jul 2016 00:06:54 +0000 (17:06 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
ChaosKey/VirtualMachine.mdwn
ChaosKey/index.mdwn

index 7aa5848904fc714e77c2e5319d74cc7c4285db71..d1719597b9a62e2f951ae922ebac9febb4c5870c 100644 (file)
@@ -18,21 +18,21 @@ inside the guest.
 Virt-manager provides a graphical interface to managing virtual
 machines.
 
-[[!img images/virt-manager.png]]
+<img src="images/virt-manager.png"/>
 
 Select the host you want to add the virtio-rng device to, open it up
 and click on the lightbulb (Show virtual hardware details) button:
 
-[[!img images/machine-overview.png]]
+<img src="images/machine-overview.png"/>
 
 Click on the +Add Hardware button to open up the Add New Virtual
 Hardware dialog:
 
-[[!img images/add-hardware.png]]
+<img src="images/add-hardware.png"/>
 
 Select RNG to show the Random Number Generator view:
 
-[[!img images/add-rng.png]]
+<img src="images/add-rng.png"/>
 
 Click on Finish and you're all done.
 
index 40bb1cd6a34fff9eeac94b730b3a6d36dd2914bc..3ec588fff7d760d4dc2b76da42b14c04d819a76c 100644 (file)
@@ -5,7 +5,7 @@ This is a hardware True Random Number Generator that attaches via USB.
 The Linux Kernel, starting with version 4.1, includes source for this
 driver. It should be built by default in your distribution. If your
 using Linux + KVM to host other Linux instances, read the
-[VirtualMachine] page to see how you can configure the guests to share
+[VirtualMachine](VirtualMachine.html) page to see how you can configure the guests to share
 the host entropy source.
 
 ## Version 1.0 ##