Skip to content

Commit 82ff511

Browse files
committed
Fix links in docs
- Relates #166
1 parent cd10c70 commit 82ff511

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

spring-security-kerberos-docs/modules/ROOT/pages/samples.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ You may need to use custom kerberos config with Linux either by using
6666

6767
[NOTE]
6868
====
69-
See <<setupwinkerberos>> for more instructions how to work with
70-
windows kerberos environment.
69+
See xref:appendix.adoc#setupwinkerberos[Setup Windows Domain Controller]
70+
for more instructions how to work with windows kerberos environment.
7171
====
7272

7373
Login to `Windows 8.1` using domain credentials and access sample
@@ -107,8 +107,8 @@ This sample demonstrates how a server can be configured to accept a
107107
Spnego based negotiation from a browser while still being able to fall
108108
back to a form based authentication.
109109

110-
Using a `user1` principal <<setupmitkerberos>>, do a kerberos login
111-
manually using credentials.
110+
Using a `user1` principal xref:appendix.adoc#setupmitkerberos[Setup MIT Kerberos],
111+
do a kerberos login manually using credentials.
112112
[source,text]
113113
----
114114
$ kinit user1
@@ -149,8 +149,8 @@ authentication with existing ticket.
149149

150150
[NOTE]
151151
====
152-
See <<browserspnegoconfig>> for more instructions for configuring
153-
browsers to use Spnego.
152+
See xref:appendix.adoc#browserspnegoconfig[Configure Browsers for Spnego Negotiation]
153+
for more instructions for configuring browsers to use Spnego.
154154
====
155155

156156
[source,yaml,indent=0]
@@ -189,8 +189,8 @@ app:
189189
----
190190

191191

192-
Using a `user1` principal <<setupmitkerberos>>, do a kerberos login
193-
manually using credentials.
192+
Using a `user1` principal xref:appendix.adoc#setupmitkerberos[Setup MIT Kerberos],
193+
do a kerberos login manually using credentials.
194194
[source,text,subs="attributes"]
195195
----
196196
$ java -jar sec-client-rest-template-{version}.jar --app.user-principal --app.keytab-location

spring-security-kerberos-docs/modules/ROOT/pages/ssk.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ include::example$KerberosLdapContextSourceConfig.java[tags=snippetA]
9393

9494
[TIP]
9595
====
96-
Sample <<samples-sec-server-win-auth>> is currently configured to
97-
query user details from AD if authentication happen via kerberos.
96+
Sample xref:samples.adoc#samples-sec-server-win-auth[Security Server Windows Auth Sample]
97+
is currently configured to query user details from AD if authentication happen via kerberos.
9898
====

0 commit comments

Comments
 (0)