mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Update lan.page.ts
Fixes broken links
This commit is contained in:
committed by
Aiden McClelland
parent
7ff538a526
commit
bd060670e4
@@ -10,8 +10,8 @@ import { ConfigService } from 'src/app/services/config.service'
|
||||
styleUrls: ['./lan.page.scss'],
|
||||
})
|
||||
export class LANPage {
|
||||
torDocs = 'docs.privacy34kn4ez3y3nijweec6w4g54i3g54sdv7r5mr6soma3w4begyd.onion/user-manuals/embassyos/general/secure-lan'
|
||||
lanDocs = 'docs.start9labs.com/user-manuals/embassyos/general/secure-lan'
|
||||
torDocs = 'docs.privacy34kn4ez3y3nijweec6w4g54i3g54sdv7r5mr6soma3w4begyd.onion/user-manual/general/secure-lan'
|
||||
lanDocs = 'docs.start9labs.com/user-manual/general/secure-lan'
|
||||
|
||||
lanAddress: string
|
||||
isTor: boolean
|
||||
@@ -79,4 +79,4 @@ export class LANPage {
|
||||
}
|
||||
}
|
||||
|
||||
type LanSetupIssue = 'NotTor' | 'NotDesktop'
|
||||
type LanSetupIssue = 'NotTor' | 'NotDesktop'
|
||||
|
||||
Reference in New Issue
Block a user