From b0337964afbd84ac0d3d637780aab0b62f198a5a Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 14 Mar 2019 13:59:01 +0100 Subject: [PATCH] Fix aux links --- docs/_config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 31a64cb..03dac68 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,11 +6,11 @@ search_enabled: true # Aux links for the upper right navigation aux_links: - "DIAS": - - "https//dias.epfl.ch/" - "Twitter": - - "https://twitter.com/dias_EPFL" - "GitHub": - - "https//github.com/epfl-dias/project" + "DIAS": + - "https://dias.epfl.ch/" + "Twitter": + - "https://twitter.com/dias_EPFL" + "GitHub": + - "https://github.com/epfl-dias/project" remote_theme: pmarsceill/just-the-docs