mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-16 22:16:48 +01:00
Link to headscale.net for docs
This commit is contained in:
committed by
nblock
parent
a445278f76
commit
18e13f6ffa
@@ -57,7 +57,7 @@ func OIDCCallback(user, verb string) *elem.Element {
|
||||
P(elem.Text("Check out the documentation to learn more about headscale and Tailscale:")),
|
||||
Ul(
|
||||
elem.Li(nil,
|
||||
externalLink("https://github.com/juanfont/headscale/tree/main/docs", "Headscale documentation"),
|
||||
externalLink("https://headscale.net/stable/", "Headscale documentation"),
|
||||
),
|
||||
elem.Li(nil,
|
||||
externalLink("https://tailscale.com/kb/", "Tailscale knowledge base"),
|
||||
|
||||
@@ -119,7 +119,7 @@ func TestTemplateExternalLinkSecurity(t *testing.T) {
|
||||
name: "OIDC Callback",
|
||||
html: templates.OIDCCallback("test@example.com", "Logged in").Render(),
|
||||
externalURLs: []string{
|
||||
"https://github.com/juanfont/headscale/tree/main/docs",
|
||||
"https://headscale.net/stable/",
|
||||
"https://tailscale.com/kb/",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user