From 557cc2aefbb3dbcffcc8cb41a9ef530d37e6a5bc Mon Sep 17 00:00:00 2001 From: kanaka Date: Thu, 1 Dec 2011 07:14:00 -0800 Subject: [PATCH] Fix wiki links that broke for some reason --- Home.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Home.md b/Home.md index 175b674..d3789e2 100644 --- a/Home.md +++ b/Home.md @@ -3,23 +3,23 @@ noVNC is a browser based VNC client implemented using HTML5 technologies (Web So ### Wiki Pages -- [Browser Support](wiki/Browser-support) +- [Browser Support](Browser-support) -- [Projects/Companies using noVNC](wiki/ProjectsCompanies-using-noVNC) +- [Projects/Companies using noVNC](ProjectsCompanies-using-noVNC) -- [Advanced Usage](wiki/Advanced-usage). Generating an SSL +- [Advanced Usage](Advanced-usage). Generating an SSL certificate, starting a VNC server, advanced websockify usage, etc. -- [Modules/API](wiki/ModulesAPI). The library modules that make up +- [Modules/API](ModulesAPI). The library modules that make up noVNC and their Javascript API. -- [Integrating noVNC](wiki/Integration) into existing projects. +- [Integrating noVNC](Integration) into existing projects. -- [Troubleshooting noVNC problems](wiki/Troubleshooting). +- [Troubleshooting noVNC problems](Troubleshooting). -- [Performance Notes](wiki/Performance-notes) +- [Performance Notes](Performance-notes) -- [Keyboard Events](wiki/KeyEvents) +- [Keyboard Events](KeyEvents) - [Compiling Windows Executable](https://github.com/kanaka/websockify/wiki/Compiling-Websockify-as-Windows-Executable)