mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
update docs links (#2452)
* update docs links * update backups links * add anchor tag back to trust root ca link --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
a folder on another computer that is connected to the same network
|
||||
as your Start9 server. View the
|
||||
<a
|
||||
href="https://docs.start9.com/latest/user-manual/backups/backup-create"
|
||||
href="https://docs.start9.com/0.3.5.x/user-manual/backups/backup-create/#network-folder"
|
||||
target="_blank"
|
||||
noreferrer
|
||||
style="text-decoration: none"
|
||||
@@ -109,7 +109,7 @@
|
||||
a physical drive that is plugged directly into your Start9 Server.
|
||||
View the
|
||||
<a
|
||||
href="https://docs.start9.com/latest/user-manual/backups/backup-setup/backup-physical"
|
||||
href="https://docs.start9.com/0.3.5.x/user-manual/backups/backup-create/#physical-drive"
|
||||
target="_blank"
|
||||
noreferrer
|
||||
style="text-decoration: none"
|
||||
|
||||
@@ -14,8 +14,8 @@ import { Card, Dimension } from '../widget-card/widget-card.component'
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class WidgetListComponent {
|
||||
@ViewChild('gridContent') gridContent: ElementRef<HTMLElement> =
|
||||
{} as ElementRef<HTMLElement>
|
||||
@ViewChild('gridContent')
|
||||
gridContent: ElementRef<HTMLElement> = {} as ElementRef<HTMLElement>
|
||||
@HostListener('window:resize', ['$event'])
|
||||
onResize() {
|
||||
this.setContainerDimensions()
|
||||
@@ -71,7 +71,7 @@ export class WidgetListComponent {
|
||||
icon: 'map-outline',
|
||||
color: 'var(--alt-yellow)',
|
||||
description: 'Discover what StartOS can do',
|
||||
link: 'https://docs.start9.com/latest/user-manual/index',
|
||||
link: 'https://docs.start9.com/0.3.5.x/user-manual/index',
|
||||
},
|
||||
{
|
||||
title: 'Contact Support',
|
||||
|
||||
@@ -39,7 +39,7 @@ export class CAWizardComponent {
|
||||
|
||||
instructions() {
|
||||
this.windowRef.open(
|
||||
'https://docs.start9.com/getting-started/trust-ca/#trust-your-root-ca',
|
||||
'https://docs.start9.com/0.3.5.x/getting-started/trust-ca/#trust-root-ca',
|
||||
'_blank',
|
||||
'noreferrer',
|
||||
)
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<h2>
|
||||
For a secure local connection and faster Tor experience,
|
||||
<a
|
||||
href="https://docs.start9.com/latest/user-manual/connecting/connecting-lan"
|
||||
href="https://docs.start9.com/0.3.5.x/getting-started/connecting-lan"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
||||
@@ -622,7 +622,7 @@ export class ServerShowPage {
|
||||
icon: 'map-outline',
|
||||
action: () =>
|
||||
window.open(
|
||||
'https://docs.start9.com/latest/user-manual',
|
||||
'https://docs.start9.com/0.3.5.x/user-manual',
|
||||
'_blank',
|
||||
'noreferrer',
|
||||
),
|
||||
|
||||
@@ -20,7 +20,7 @@ import {
|
||||
export class SSHKeysPage {
|
||||
loading = true
|
||||
sshKeys: SSHKey[] = []
|
||||
readonly docsUrl = 'https://docs.start9.com/latest/user-manual/ssh'
|
||||
readonly docsUrl = 'https://docs.start9.com/0.3.5.x/user-manual/ssh'
|
||||
|
||||
constructor(
|
||||
private readonly loadingCtrl: LoadingController,
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
Ethernet cable and move the device anywhere you want. StartOS will
|
||||
automatically connect to available networks.
|
||||
<a
|
||||
href="https://docs.start9.com/latest/user-manual/wifi"
|
||||
href="https://docs.start9.com/0.3.5.x/user-manual/wifi"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user