Skip to content

Commit 7ec333e

Browse files
authored
Merge pull request #214 from DougReeder/admin-fix
Fixes a number of broken links and changes http: links to https:
2 parents 4673399 + 84c2550 commit 7ec333e

7 files changed

+20
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repo is for the documentation for Hubs, and related products such as Community Edition and Spoke.
44

5-
The documentation is under active development. If there are any changes or updates you recommend, feel free to submit a pull request or let us know in our [Discord Server](http://discord.gg/wHmY4nd).
5+
The documentation is under active development. If there are any changes or updates you recommend, feel free to submit a pull request or let us know in our [Discord Server](https://discord.gg/wHmY4nd).
66

77
This website was created with [Docusaurus](https://docusaurus.io/).
88

docs/admin-enable-scene-editor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: admin-enable-scene-editor
3-
title: Recipe: Enable Scene Editor
4-
sidebar_label: Recipe: Enable Scene Editor
3+
title: "Recipe: Enable Scene Editor"
4+
sidebar_label: "Recipe: Enable Scene Editor"
55
---
66

7-
Hubs Cloud includes an unbranded version of [Spoke](http://hubs.local:3000/docs/spoke-creating-projects.html) called the **Scene Editor** can you can use to create custom 3D scenes.
7+
Hubs Cloud includes an unbranded version of [Spoke](./spoke-creating-projects.md) called the **Scene Editor** can you can use to create custom 3D scenes.
88

99
Out of the box, it is disabled for non-administrators. If you want your users to be able to create and edit custom scenes when using your hub, you can enable the Scene Editor for all users.
1010

docs/hubs-cloud-accessing-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Advanced: SSH Access
66

77
To access your servers over SSH, in the [Admin Console](./admin-getting-started) choose **Server Access** and follow the guide. Note that 2-factor authentication is set up by default, so you will need a 2FA device with an application installed like Google Authenticator to connect to your servers.
88

9-
Your servers are running [Ubuntu 18.04 Bionic Beaver](http://releases.ubuntu.com/18.04/).
9+
Your servers are running [Ubuntu 18.04 Bionic Beaver](https://releases.ubuntu.com/18.04/).
1010

1111
### Biome Services
1212

docs/hubs-faq.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,24 @@ Check out the [troubleshooting](hubs-troubleshooting.html#there-is-echo-in-the-r
112112

113113
Hubs rooms can only be accessed by individuals with the URL.
114114

115-
<!-- Authentication can be done either the [Hubs Discord Bot](hubs-discord-bot.html), or using an approved list of users in [Hubs Cloud](https://hubs.mozilla.com/cloud). -->
115+
Authentication can be done using the [Hubs Discord Bot](hubs-discord-bot.html).
116116

117-
<!-- ## Can I run custom code in a Hubs room?
117+
[//]: # ( , or using an approved list of users in [Hubs Cloud]&#40;https://hubs.mozilla.com/cloud&#41;.)
118118

119-
You can't run custom code in the main Hubs website (hubs.mozilla.com) but you can add your own if you self-host using Hubs Cloud (see previous answers). To add custom code you will need to create your own custom fork of the Hubs Cloud client.
119+
[//]: # (## Can I run custom code in a Hubs room?)
120120

121-
For more information, see our documentation on [custom clients](./hubs-cloud-custom-clients.html). -->
121+
[//]: # ()
122+
[//]: # (You can't run custom code in the main Hubs website &#40;hubs.mozilla.com&#41; but you can add your own if you self-host using Hubs Cloud &#40;see previous answers&#41;. To add custom code you will need to create your own custom fork of the Hubs Cloud client.)
122123

123-
<!-- ## Is it possible for me to create a custom version of Hubs which has different features or styling?
124+
[//]: # ()
125+
[//]: # (For more information, see our documentation on [custom clients]&#40;./hubs-cloud-custom-clients.html&#41;. )
126+
127+
128+
[//]: # (## Is it possible for me to create a custom version of Hubs which has different features or styling? )
129+
130+
[//]: # ()
131+
[//]: # (See previous answer. )
124132

125-
See previous answer. -->
126133

127134
## Can I pay Hubs-Foundation to do X, Y, Z?
128135
It's not possible to pay Hubs-Foundation for custom work, however, our code is open source and we welcome external contributors in [GitHub](http://github.com/Hubs-Foundation/hubs). You can post in the #work-for-hire channel of our [Discord chat server](https://discord.gg/wHmY4nd) if you are interested in paying someone to build something for you.

docs/intro-avatars.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ The most straightforward way to customize an avatar for Hubs is to upload a cust
3333
### Create a robot texture
3434

3535
The easiest way to design a new skin for a robot avatar is to use our avatar re-skinning tool 'Quilt' to mix together image files, preview what they look like on a robot and export a single texture map file.
36-
<!-- Try it yourself at [tryquilt.io](http://tryquilt.io/). -->
3736

3837
![Examples of robot avatars](img/intro-hubs-tryquilt.jpeg)
3938

docs/setup-custom-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you need more assistance, we recommend following along with our [Custom Clien
3636

3737
3. Change directory into the folder of your project and run `npm run dev` to start a development server. Once the code has compiled, you will be able to access this development server at `localhost:8080` on your web browser.
3838

39-
4. Add your customizations to the Hubs code. See the [For Developers](http://localhost:3000/docs/system-overview.html) section of these docs for information about how to get started with your customizations.
39+
4. Add your customizations to the Hubs code. See the [For Developers](./system-overview.html) section of these docs for information about how to get started with your customizations.
4040

4141
&nbsp;&nbsp;&nbsp;<u>**Troubleshooting**</u>
4242

website/core/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Footer extends React.Component {
7676
</div>
7777
<div>
7878
<h5>Community</h5>
79-
<a href="http://discord.gg/wHmY4nd">Discord Chat</a>
79+
<a href="https://discord.gg/wHmY4nd">Discord Chat</a>
8080
{/* <a
8181
href="https://twitter.com/hubsfoundation"
8282
target="_blank"

0 commit comments

Comments
 (0)