Skip to content

Commit f3a38c9

Browse files
authored
Merge pull request #6576 from DougReeder/correct-docs-links
Adjusts links to hubs-docs Limit Access Guide & Customizing Themes
2 parents e3b9cc7 + 9303b55 commit f3a38c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin/src/react-components/pages/system-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const SystemEditorComponent = ({ classes }) => {
150150

151151
<CardSection
152152
ctaCallback={() => {
153-
window.open("https://docs.hubsfoundation.org/hubs-cloud-limiting-user-access.html");
153+
window.open("https://docs.hubsfoundation.org/admin-limiting-user-access");
154154
}}
155155
cta="Limit access guide"
156156
body="Learn how to control who can enter your hub’s rooms."

admin/src/react-components/service-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ class ConfigurationEditor extends Component {
440440
hub&#39;s rooms (More &gt; Preferences &gt; Misc &gt; Theme).More information about customizing your hubs&#39;
441441
themes can be found in our{" "}
442442
<a
443-
href="https://docs.hubsfoundation.org/hubs-cloud-customizing-themes.html"
443+
href="https://docs.hubsfoundation.org/admin-customizing-themes.html"
444444
target="_blank"
445445
rel="noopener noreferrer"
446446
className="link"

0 commit comments

Comments
 (0)