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:
Lucy
2023-10-13 11:02:59 -04:00
committed by GitHub
parent 8549b9bc37
commit 27296d8880
7 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@
a folder on another computer that is connected to the same network a folder on another computer that is connected to the same network
as your Start9 server. View the as your Start9 server. View the
<a <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" target="_blank"
noreferrer noreferrer
style="text-decoration: none" style="text-decoration: none"
@@ -109,7 +109,7 @@
a physical drive that is plugged directly into your Start9 Server. a physical drive that is plugged directly into your Start9 Server.
View the View the
<a <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" target="_blank"
noreferrer noreferrer
style="text-decoration: none" style="text-decoration: none"

View File

@@ -14,8 +14,8 @@ import { Card, Dimension } from '../widget-card/widget-card.component'
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,
}) })
export class WidgetListComponent { export class WidgetListComponent {
@ViewChild('gridContent') gridContent: ElementRef<HTMLElement> = @ViewChild('gridContent')
{} as ElementRef<HTMLElement> gridContent: ElementRef<HTMLElement> = {} as ElementRef<HTMLElement>
@HostListener('window:resize', ['$event']) @HostListener('window:resize', ['$event'])
onResize() { onResize() {
this.setContainerDimensions() this.setContainerDimensions()
@@ -71,7 +71,7 @@ export class WidgetListComponent {
icon: 'map-outline', icon: 'map-outline',
color: 'var(--alt-yellow)', color: 'var(--alt-yellow)',
description: 'Discover what StartOS can do', 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', title: 'Contact Support',

View File

@@ -39,7 +39,7 @@ export class CAWizardComponent {
instructions() { instructions() {
this.windowRef.open( 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', '_blank',
'noreferrer', 'noreferrer',
) )

View File

@@ -15,7 +15,7 @@
<h2> <h2>
For a secure local connection and faster Tor experience, For a secure local connection and faster Tor experience,
<a <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" target="_blank"
rel="noreferrer" rel="noreferrer"
> >

View File

@@ -622,7 +622,7 @@ export class ServerShowPage {
icon: 'map-outline', icon: 'map-outline',
action: () => action: () =>
window.open( window.open(
'https://docs.start9.com/latest/user-manual', 'https://docs.start9.com/0.3.5.x/user-manual',
'_blank', '_blank',
'noreferrer', 'noreferrer',
), ),

View File

@@ -20,7 +20,7 @@ import {
export class SSHKeysPage { export class SSHKeysPage {
loading = true loading = true
sshKeys: SSHKey[] = [] 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( constructor(
private readonly loadingCtrl: LoadingController, private readonly loadingCtrl: LoadingController,

View File

@@ -23,7 +23,7 @@
Ethernet cable and move the device anywhere you want. StartOS will Ethernet cable and move the device anywhere you want. StartOS will
automatically connect to available networks. automatically connect to available networks.
<a <a
href="https://docs.start9.com/latest/user-manual/wifi" href="https://docs.start9.com/0.3.5.x/user-manual/wifi"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >