From 39b6dcc8b5505d510ea03af075a75ccd22a94ed3 Mon Sep 17 00:00:00 2001
From: Philippe Dosch <Philippe.Dosch@loria.fr>
Date: Wed, 19 Mar 2025 15:47:18 +0100
Subject: [PATCH] Changement de taille des URL

---
 config.tex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config.tex b/config.tex
index 278b484..3550c0e 100644
--- a/config.tex
+++ b/config.tex
@@ -59,7 +59,8 @@
     \ex{git config -{}-global core.editor "\emph{chemin vers
         l'éditeur}"}\\
     $\to$ pour définir un éditeur particulier, voir\\
-    \url{https://git-scm.com/book/fr/v2/Commandes-Git-Installation-et-configuration}
+    {\small
+    \url{https://git-scm.com/book/fr/v2/Commandes-Git-Installation-et-configuration}}
     % (exemple de chemin sous Windows pour Atom :\\
     % \ex{C:/Program Files (x86)/atom/atom.exe -{}-wait})
   \end{itemize}
@@ -141,7 +142,7 @@
   \item 
     Un dépôt Github regroupe des \emph{templates} de \ex{.gitignore}
     (par langage / framework)\\
-    \url{https://github.com/github/gitignore}
+    {\small \url{https://github.com/github/gitignore}}
   \end{itemize}
 }
 
-- 
GitLab