update links in README.md

This commit is contained in:
Joshua Arts 2018-07-09 13:52:30 -04:00
parent d239356b1e
commit 637ff5d485
1 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,3 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bigbluebutton/greenlight/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/bigbluebutton/greenlight/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/bigbluebutton/greenlight/badges/build.png?b=master)](https://scrutinizer-ci.com/g/bigbluebutton/greenlight/build-status/master)
[![CircleCI](https://circleci.com/gh/bigbluebutton/greenlight.svg?style=shield)](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).