From a48a810263d4435f8f299e8ca4bb9b5fd64c7ba0 Mon Sep 17 00:00:00 2001
From: Pixtxa <pixtxa+gitlab@vspace.one>
Date: Sat, 19 Dec 2020 14:16:34 +0000
Subject: [PATCH] added hyperlink to l0dables/blinky

---
 Documentation/overview.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/overview.rst b/Documentation/overview.rst
index ae7506a7f..159d7450b 100644
--- a/Documentation/overview.rst
+++ b/Documentation/overview.rst
@@ -75,11 +75,13 @@ interface with the :ref:`epicardium_api`.
 
 Note: this feature is disabled by default and has to be enabled in :ref:`card10_cfg`. A :ref:`card10_cfg` file dropped into the :ref:`usb_file_transfer` of the badge containing ``execute_elf = true`` is enough.
 
-l0dables are currently built within the source tree of the main repository. See ``l0dables/blinky`` for an example of a hello-world-like program. Within those programs, you can access the :ref:`epicardium_api` to control the hardware and behaviour of the badge.
+l0dables are currently built within the source tree of the main repository. See |l0dables_blinky|_ for an example of a hello-world-like program. Within those programs, you can access the :ref:`epicardium_api` to control the hardware and behaviour of the badge.
 
 Once you have a built ELF file, you can drop it into the FAT filesystem of the flash (eg. via :ref:`usb_file_transfer`) and it will be available from the menu program of the badge.
 
 .. _Rustcardium: https://git.card10.badge.events.ccc.de/astro/rust-card10
+.. |l0dables_blinky| replace:: ``l0dables/blinky``
+.. _l0dables_blinky: https://git.card10.badge.events.ccc.de/card10/firmware/-/tree/master/l0dables
 
 Program Flow Diagram
 --------------------
-- 
GitLab