From 06a019ac20cc52aca1e899ace01327bec0896a5a Mon Sep 17 00:00:00 2001
From: jblemee <jblemee@gmail.com>
Date: Fri, 7 Dec 2018 01:16:06 +0100
Subject: [PATCH] update: README: link to the client_id generation
 documentation

---
 .gitignore | 3 ++-
 README.md  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5e6e5fb9..2a939eb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,5 @@
 !/www/lib/sib-core
 !/www/lib/sib-router
 !/www/lib/sib-chat
-!/www/lib/sib-oidc
\ No newline at end of file
+!/www/lib/sib-oidc
+*.iml
\ No newline at end of file
diff --git a/README.md b/README.md
index 8b22d4fa..1489beb1 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ clone then:
 * `make install`
 
 Edit the created `./src/config.pug` file to :
- - update the `client_id` you generated on the server / OIDC provider
+ - update the `client_id` [you generated on the server](https://git.happy-dev.fr/startinblox/applications/sib-app-data-server/blob/master/README.md#openidconnect-configuration) / OIDC provider
  - update the `sdn` / Server Domain Name to match yours
 
 ## Build
-- 
GitLab