From eb1b1baf56a9e1263e15ce67a24b84ff6a4aa99f Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 15 Feb 2017 08:44:36 +0100 Subject: [PATCH] Fix links --- book.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/book.json b/book.json index 9ccf0b7c7b..f132f99c38 100755 --- a/book.json +++ b/book.json @@ -28,27 +28,27 @@ "adminguide": { "name": "Server Administration", - "link": "https://keycloak.gitbooks.io/keycloak-documentation/content/server_admin/index.html" + "link": "https://keycloak.gitbooks.io/documentation/content/server_admin/index.html" }, "developerguide": { - "name": "Server Developer Guide", - "link": "https://keycloak.gitbooks.io/server-developer-guide/content/" + "name": "Server Development", + "link": "https://keycloak.gitbooks.io/documentation/content/server_development/index.html" }, "installguide": { "name": "Server Installation and Configuration", - "link": "https://keycloak.gitbooks.io/keycloak-documentation/content/server_installation/index.html" + "link": "https://keycloak.gitbooks.io/documentation/content/server_installation/index.html" }, "adapterguide": { "name": "Securing Applications and Services Guide", - "link": "https://keycloak.gitbooks.io/securing-client-applications-guide/content/" + "link": "https://keycloak.gitbooks.io/documentation/content/securing_apps/index.html" }, "gettingstarted": { "name": "Getting Started Tutorial", - "link": "https://keycloak.gitbooks.io/securing-client-applications-guide/content/" + "link": "https://keycloak.gitbooks.io/documentation/content/getting_started/index.html" }, "apidocs": { "name": "API Documentation", - "link": "http://keycloak.org/docs" + "link": "http://www.keycloak.org/documentation.html" }, "quickstartRepo": "https://github.com/keycloak/keycloak-quickstarts",