Skip to content

Commit 7aef92a

Browse files
committed
fix(go): update oauth docs link;
1 parent 96e2c29 commit 7aef92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pro/auth/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ var htmlBaseTemplate = `<!DOCTYPE html>
9393
</html>`
9494

9595
var oauthNotConfigured = fmt.Sprintf(htmlBaseTemplate, `<h2>Your Netmaker server does not have OAuth configured.</h2>
96-
<p>Please visit the docs <a href="https://docs.netmaker.io/docs/server-installation/integrating-oauth" target="_blank" rel="noopener">here</a> to learn how to.</p>`)
96+
<p>Please visit the docs <a href="https://docs.netmaker.io/docs/server-installation/identity-provider-integration-guide" target="_blank" rel="noopener">here</a> to learn how to.</p>`)
9797

9898
var oauthStateInvalid = fmt.Sprintf(htmlBaseTemplate, `<h2>Invalid OAuth Session. Please re-try again.</h2>`)
9999

0 commit comments

Comments
 (0)