From 27296d8880436e50ee8621bea3b78e4048b20c2d Mon Sep 17 00:00:00 2001 From: Lucy <12953208+elvece@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:02:59 -0400 Subject: [PATCH] update docs links (#2452) * update docs links * update backups links * add anchor tag back to trust root ca link --------- Co-authored-by: Matt Hill --- .../components/backup-drives/backup-drives.component.html | 4 ++-- .../src/app/components/widget-list/widget-list.component.ts | 6 +++--- .../ui/src/app/pages/login/ca-wizard/ca-wizard.component.ts | 2 +- .../ui/src/app/pages/server-routes/lan/lan.page.html | 2 +- .../app/pages/server-routes/server-show/server-show.page.ts | 2 +- .../src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts | 2 +- .../ui/src/app/pages/server-routes/wifi/wifi.page.html | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/projects/ui/src/app/components/backup-drives/backup-drives.component.html b/frontend/projects/ui/src/app/components/backup-drives/backup-drives.component.html index f10c3f9c5..49f5a9744 100644 --- a/frontend/projects/ui/src/app/components/backup-drives/backup-drives.component.html +++ b/frontend/projects/ui/src/app/components/backup-drives/backup-drives.component.html @@ -33,7 +33,7 @@ a folder on another computer that is connected to the same network as your Start9 server. View the = - {} as ElementRef + @ViewChild('gridContent') + gridContent: ElementRef = {} as ElementRef @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', diff --git a/frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.ts b/frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.ts index 444210fe2..98916fd6e 100644 --- a/frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.ts +++ b/frontend/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.ts @@ -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', ) diff --git a/frontend/projects/ui/src/app/pages/server-routes/lan/lan.page.html b/frontend/projects/ui/src/app/pages/server-routes/lan/lan.page.html index 2d68fbc5b..30a981fd7 100644 --- a/frontend/projects/ui/src/app/pages/server-routes/lan/lan.page.html +++ b/frontend/projects/ui/src/app/pages/server-routes/lan/lan.page.html @@ -15,7 +15,7 @@

For a secure local connection and faster Tor experience, diff --git a/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts b/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts index 51e9d6e85..82e5e3ff1 100644 --- a/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts +++ b/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts @@ -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', ), diff --git a/frontend/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts b/frontend/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts index f2336586c..476835566 100644 --- a/frontend/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts +++ b/frontend/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts @@ -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, diff --git a/frontend/projects/ui/src/app/pages/server-routes/wifi/wifi.page.html b/frontend/projects/ui/src/app/pages/server-routes/wifi/wifi.page.html index 588756b91..9a83774cb 100644 --- a/frontend/projects/ui/src/app/pages/server-routes/wifi/wifi.page.html +++ b/frontend/projects/ui/src/app/pages/server-routes/wifi/wifi.page.html @@ -23,7 +23,7 @@ Ethernet cable and move the device anywhere you want. StartOS will automatically connect to available networks.