Avoid linking to individual wiki pages
It gets crowded and the wiki might have changed since this document was updated. Keep a general link to the wiki instead.
This commit is contained in:
parent
45a2717d70
commit
7c9a7dcad8
28
README.md
28
README.md
|
@ -29,6 +29,9 @@ Bugs and feature requests can be submitted via
|
|||
[github issues](https://github.com/novnc/noVNC/issues). If you have questions
|
||||
about using noVNC then please first use the
|
||||
[discussion group](https://groups.google.com/forum/?fromgroups#!forum/novnc).
|
||||
We also have a [wiki](https://github.com/novnc/noVNC/wiki/) with lots of
|
||||
helpful information.
|
||||
|
||||
If you are looking for a place to start contributing to noVNC, a good place to
|
||||
start would be the issues that are marked as
|
||||
["patchwelcome"](https://github.com/novnc/noVNC/issues?labels=patchwelcome).
|
||||
|
@ -104,31 +107,6 @@ WebSockets to TCP socket proxy. There is a python proxy included
|
|||
Connect button and enjoy!
|
||||
|
||||
|
||||
### Other Pages
|
||||
|
||||
* [Modules/API](https://github.com/novnc/noVNC/blob/master/docs/API.md) - The library
|
||||
modules and their Javascript API.
|
||||
|
||||
* [Integration](https://github.com/novnc/noVNC/wiki/Integration) - Get noVNC
|
||||
to work in existing projects.
|
||||
|
||||
* [Troubleshooting](https://github.com/novnc/noVNC/wiki/Troubleshooting) - How
|
||||
to troubleshoot problems.
|
||||
|
||||
* [Encrypted Connections](https://github.com/novnc/websockify/wiki/Encrypted-Connections) -
|
||||
Setup websockify so that you can use encrypted connections from noVNC.
|
||||
|
||||
* [Advanced Usage](https://github.com/novnc/noVNC/wiki/Advanced-usage) -
|
||||
Generating an SSL certificate, starting a VNC server, advanced websockify
|
||||
usage, etc.
|
||||
|
||||
* [Testing](https://github.com/novnc/noVNC/wiki/Testing) - Run and write
|
||||
tests.
|
||||
|
||||
* [Translations](https://github.com/novnc/noVNC/wiki/Translations) - Add and
|
||||
modify localization for JavaScript and HTML.
|
||||
|
||||
|
||||
### Authors/Contributors
|
||||
|
||||
* Core team:
|
||||
|
|
Loading…
Reference in New Issue