From 8c02ba5ee9b89f76605af1909862d10f8ecccc0b Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 20 May 2020 13:39:40 +0900 Subject: [PATCH] doc: update README.md - Fix a broken link (fixes #6780) - Set direct links - Add a link to the Docker installation guide --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3aaa5e7f..ac46fc9cc 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ Jitsi Meet allows very efficient collaboration. Users can stream their desktop o On the client side, no installation is necessary. You just point your browser to the URL of your deployment. This section is about installing a Jitsi Meet suite on your server and hosting your own conferencing service. -Installing Jitsi Meet is a simple experience. For Debian-based system, following the [quick-install](https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md) document, which uses the package system. You can also see a demonstration of the process in [this tutorial video](https://jitsi.org/tutorial). +Installing Jitsi Meet is a simple experience. For Debian-based system, following the [quick install](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart) document, which uses the package system. You can also see a demonstration of the process in [this tutorial video](https://jitsi.org/tutorial). -For other systems, or if you wish to install all components manually, see the [detailed manual installation instructions](https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md). +For other systems, or if you wish to install all components manually, see the [detailed manual installation instructions](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-manual). + +Installation with Docker is also available. Please see the [instruction](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker). ## Download