From ba76f8fdfa73f4ca3007820b6204222ff77793d2 Mon Sep 17 00:00:00 2001
From: Antonio Augusto Alves Junior <aalvesju@gmail.com>
Date: Tue, 8 Jun 2021 18:22:59 +0200
Subject: [PATCH] Update conf.py

---
 documentation/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/conf.py b/documentation/conf.py
index 466f1ce12..f20a7ad76 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -14,7 +14,7 @@ def configureDoxyfile(template_file, output_file, input_dir, output_dir):
 
 def getDocumentationUrl(base_name, repo_dir):
 
-    with open(repo_dir + "/.git/HEAD", 'r') as file :
+    with open(repo_dir + ".git/HEAD", 'r') as file :
         lines = file.read().splitlines()
 
     branchname=''
-- 
GitLab