diff --git a/README.md b/README.md index 1c7f940c040c41d7b68a2092414907a7227fafa5..1590786c7ebdc42b043c4da4f62db0de2d368845 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -[](https://scrutinizer-ci.com/g/bigbluebutton/greenlight/?branch=master) -[](https://scrutinizer-ci.com/g/bigbluebutton/greenlight/build-status/master) -[](https://circleci.com/gh/bigbluebutton/greenlight) - # Greenlight GreenLight is a simple (but powerful) front-end interface for your BigBlueButton server. At its core, GreenLight provides a minimalistic web-based application that lets users @@ -20,13 +16,13 @@ For a overview of how GreenLight works, see the following video ## Installation on the BigBlueButton server -We designed GreenLight to install on a [BigBlueButton 1.1-beta](http://docs.bigbluebutton.org/install/green-light.html) (or later) server. This means you don't need a separate server to run GreenLight. +We designed GreenLight to install on a [BigBlueButton 1.1-beta](http://docs.bigbluebutton.org/greenlight-v1.html) (or later) server. This means you don't need a separate server to run GreenLight. -For more informaiton see [Installing GreenLight](http://docs.bigbluebutton.org/install/green-light.html). +For more informaiton see [Installing GreenLight](http://docs.bigbluebutton.org/greenlight-v1.html#installing-greenlight). # Source Code -GreenLight is a rails 5 application. +GreenLight is a rails 5 application. Many developers already know Rails well, and we wanted to create both a full front-end to BigBlueButton but also a reference implementation of how to fully leverage the [BigBlueButton API](http://docs.bigbluebutton.org/dev/api.html).