forked from External/greenlight
update links in README.md
This commit is contained in:
parent
d239356b1e
commit
637ff5d485
10
README.md
10
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
|
||||||
|
|
||||||
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
|
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
|
## 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
|
# 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).
|
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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue