From 92097d57b47c0bd4481787e0bc9062bf520403aa Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 31 Jul 2013 18:23:42 -0700 Subject: [PATCH] Updated Build Instructions (markdown) --- Build-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Instructions.md b/Build-Instructions.md index 900070e..6966394 100644 --- a/Build-Instructions.md +++ b/Build-Instructions.md @@ -69,4 +69,4 @@ To deploy the Server, copy the generated .war file to the tomcat `webapps` direc `cp openid-connect-server/target/openid-connect-server.war /var/lib/tomcat6/webapps` -To configure the server for local use, see the [Server Configuration](wiki/Server-configuration) documentation. Most importantly, the `issuer` value in the server configuration bean needs to be set to the URL that the server can be accessed from. The default value for the `issuer` is `http://localhost:8080/openid-connect-server/`. \ No newline at end of file +To configure the server for local use, see the [Server Configuration](Server-configuration) documentation. Most importantly, the `issuer` value in the server configuration bean needs to be set to the URL that the server can be accessed from. The default value for the `issuer` is `http://localhost:8080/openid-connect-server/`. \ No newline at end of file