From 3e9f323b56f844cbcdd748e714a8cd0f639629cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Sun, 23 Oct 2022 18:33:00 +0200 Subject: [PATCH] Remove reference to `git://` links. --- scripts/generate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/generate.py b/scripts/generate.py index 14c2043..1833389 100644 --- a/scripts/generate.py +++ b/scripts/generate.py @@ -420,8 +420,6 @@ def render_text_tokens(tokens, acc, headline, graph): link_target = './' + graph['main_headlines'][target_path].id + '.node.html' elif link_target.startswith('attachment:'): logging.warn('Not implemented `attachment:` links. Used on {}'.format(link_target)) - elif link_target.startswith('git://'): - logging.warn('Not implemented `git://`. Used on {}'.format(link_target)) elif link_target.startswith('* '): target_headline = get_headline_with_name(link_target.lstrip('* '), headline.doc) if target_headline is None: