From 2f0f93b303cabff9b4e0467ef349da88d120eca6 Mon Sep 17 00:00:00 2001 From: kanaka Date: Thu, 6 Sep 2012 15:37:59 -0700 Subject: [PATCH] Use more stable version of wiki linking: http://stackoverflow.com/questions/6474045/linking-to-other-wiki-pages-on-github --- Home.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Home.md b/Home.md index 175b674..bebfd32 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)