mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
version instead of os query param
This commit is contained in:
@@ -29,7 +29,7 @@ export class DocsLinkDirective {
|
||||
const path = this.path()
|
||||
const relative = path.startsWith('/') ? path : `/${path}`
|
||||
|
||||
return `https://docs.start9.com${relative}?os=${this.version}${this.fragment()}`
|
||||
return `https://docs.start9.com${relative}?version=${this.version}${this.fragment()}`
|
||||
})
|
||||
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user