Skip to content
Snippets Groups Projects
Unverified Commit 74ada3a8 authored by Khemissi Amir's avatar Khemissi Amir Committed by GitHub
Browse files

Updated docs links. (#5134)

parent 0fe81da9
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ export default function NavbarSignedIn({ currentUser }) {
<IdentificationIcon className="hi-s me-3" />
{t('user.profile.profile')}
</Nav.Link>
<Nav.Link eventKey={2} href="https://docs.bigbluebutton.org/greenlight/gl-overview.html">
<Nav.Link eventKey={2} href="https://docs.bigbluebutton.org/greenlight/v3/install">
<QuestionMarkCircleIcon className="hi-s me-3" />
{t('help_center')}
</Nav.Link>
......@@ -103,7 +103,7 @@ export default function NavbarSignedIn({ currentUser }) {
<IdentificationIcon className="hi-s me-3" />
{ t('user.profile.profile') }
</NavDropdown.Item>
<NavDropdown.Item href="https://docs.bigbluebutton.org/greenlight/gl-overview.html">
<NavDropdown.Item href="https://docs.bigbluebutton.org/greenlight/v3/install">
<QuestionMarkCircleIcon className="hi-s me-3" />
{t('help_center')}
</NavDropdown.Item>
......
......@@ -28,7 +28,7 @@ export default function Footer() {
return (
<footer id="footer" className="footer background-whitesmoke text-center">
<Container id="footer-container" className="py-3">
<a href="https://docs.bigbluebutton.org/greenlight_v3/gl3-install.html" target="_blank" rel="noreferrer">Greenlight</a>
<a href="https://docs.bigbluebutton.org/greenlight/v3/install" target="_blank" rel="noreferrer">Greenlight</a>
<span className="text-muted"> {env?.VERSION_TAG} </span>
{ links?.Terms
&& (
......
......@@ -18,7 +18,7 @@
# https://www.bigbluebutton.org/.
#
# This gl-install.sh script automates many of the installation and configuration
# steps at https://docs.bigbluebutton.org/greenlight_v3/gl3-install.html
# steps at https://docs.bigbluebutton.org/greenlight/v3/install
#
#
# Examples
......@@ -76,7 +76,7 @@ Sample options for setup a Greenlight 3.x server with pre-owned SSL certificates
SUPPORT:
Community: https://groups.google.com/g/bigbluebutton-greenlight
Source: https://github.com/bigbluebutton/greenlight-run
Docs: https://docs.bigbluebutton.org/greenlight_v3/gl3-install.html
Docs: https://docs.bigbluebutton.org/greenlight/v3/install
HERE
}
......@@ -359,7 +359,7 @@ check_host() {
# This function will install the latest official version of greenlight-v3 and set it as the hosting Bigbluebutton default frontend or update greenlight-v3 if installed.
# Greenlight is a simple to use Bigbluebutton room manager that offers a set of features useful to online workloads especially virtual schooling.
# https://docs.bigbluebutton.org/greenlight/gl-overview.html
# https://docs.bigbluebutton.org/greenlight/v3/install
install_greenlight_v3(){
check_root
install_docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment