mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
Fix links in UI to point to new website (#1249)
* Fix links in UI to point to new website * Typo * Update README.md * Update success.page.html * Update app.component.ts * Update backup-drives.component.html * Update lan.page.html
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<li>Be connected to the same Local Area Network (LAN) as your Embassy.</li>
|
||||
<li>Download and trust your Embassy's SSL Certificate Authority (below).</li>
|
||||
</ol>
|
||||
View the full <a href="https://docs.start9.com/user-manual/general/lan-setup" target="_blank" rel="noreferrer">instructions</a>.
|
||||
View the full <a href="https://start9.com/latest/user-manual/connecting/connecting-lan" target="_blank" rel="noreferrer">instructions</a>.
|
||||
</h2>
|
||||
<ng-container *ngIf="lanDisabled">
|
||||
<br />
|
||||
@@ -40,4 +40,4 @@
|
||||
<!-- hidden element for downloading cert -->
|
||||
<a id="install-cert" href="/public/eos/local.crt" download="Embassy Local CA.crt"></a>
|
||||
|
||||
</ion-content>
|
||||
</ion-content>
|
||||
|
||||
@@ -363,7 +363,7 @@ export class ServerShowPage {
|
||||
icon: 'map-outline',
|
||||
action: () =>
|
||||
window.open(
|
||||
'https://docs.start9.com/user-manual/',
|
||||
'https://start9.com/latest/user-manual/',
|
||||
'_blank',
|
||||
'noreferrer',
|
||||
),
|
||||
@@ -376,7 +376,7 @@ export class ServerShowPage {
|
||||
icon: 'chatbubbles-outline',
|
||||
action: () =>
|
||||
window.open(
|
||||
'https://docs.start9.com/support/contact/',
|
||||
'https://start9.com/latest/support/contact/',
|
||||
'_blank',
|
||||
'noreferrer',
|
||||
),
|
||||
|
||||
@@ -13,7 +13,7 @@ import { GenericInputComponent, GenericInputOptions } from 'src/app/modals/gener
|
||||
export class SSHKeysPage {
|
||||
loading = true
|
||||
sshKeys: SSHKey[] = []
|
||||
readonly docsUrl = 'https://docs.start9.com/user-manual/general/developer-options/ssh-setup.html'
|
||||
readonly docsUrl = 'https://start9.com/latest/user-manual/ssh'
|
||||
|
||||
constructor (
|
||||
private readonly loadingCtrl: LoadingController,
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
Ethernet cable and move the device anywhere you want. Embassy will
|
||||
automatically connect to available networks.
|
||||
<a
|
||||
href="https://docs.start9.com/user-manual/general/wifi.html"
|
||||
href="https://start9.com/latest/user-manual/wifi"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>View instructions</a
|
||||
|
||||
Reference in New Issue
Block a user