Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to fix download links in doc.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 10 Dec 2020 21:24:43 +0000 (22:24 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 10 Dec 2020 21:24:43 +0000 (22:24 +0100)
docs/source/_ext/showfile.py

index 7894d6d..b65ecf6 100644 (file)
@@ -38,7 +38,7 @@ class ShowFileDirective(Directive):
           '.. toggle-header::',
           '   :header: View {}'.format(filename),
           '',
-          '   `Download {} <https://framagit.org/simgrid/simgrid/tree/{}>`_'.format(os.path.basename(filename), filename),
+          '   `Download {} <https://framagit.org/simgrid/simgrid/tree/master/{}>`_'.format(os.path.basename(filename), filename),
           '',
           '   .. literalinclude:: ../../{}'.format(filename),
           '      :language: {}'.format(language),