From ecf4e668478906770e32e65fc5552ae6d5c9a13a Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Wed, 1 Jun 2022 11:17:44 +0200
Subject: [PATCH] docs: add a link to the repo

---
 docs/index.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/index.md b/docs/index.md
index 93c254b..3d609a2 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,5 +1,7 @@
 # Overview
 
+Source: https://gitlab.tugraz.at/dbp/relay/dbp-relay-auth-bundle
+
 The auth bundle connects the core bundle with an OIDC server. For each request
 it validates the passed access token, creates a Symonfy user and assigns Symfony
 roles to that user.
-- 
GitLab