From efe8e6922bb709b26fcf430b8ed8181ada6282de Mon Sep 17 00:00:00 2001 From: Delgan <4193924+Delgan@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:19:01 +0100 Subject: [PATCH] Fix some broken internal link in the Readme (#1451) --- data/render/templates/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/render/templates/README.md b/data/render/templates/README.md index 29094b23f0..277d9cb25f 100644 --- a/data/render/templates/README.md +++ b/data/render/templates/README.md @@ -65,7 +65,8 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com {%- for (language, linters) in linters %} -

{{ language.name }}

+ +

{{ language.name }}

{% for linter in linters %} - [{{linter.name }}]({{linter.homepage }}){% if linter.discussion.is_some() %} [:information_source:](<{{linter.discussion.as_ref().unwrap()}}>){% endif %}{% if linter.deprecated.is_some() && linter.deprecated.unwrap() %} :warning:{% endif %}{% if linter.license == "proprietary" %} :copyright:{% endif %} — {{ linter.description }} @@ -83,7 +84,8 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com {% for (tag, others) in others %} -

{{ tag.name }}

+
+

{{ tag.name }}

{% for other in others %} - [{{ other.name }}]({{ other.homepage }}){% if other.discussion.is_some() %} [:information_source:](<{{other.discussion.as_ref().unwrap()}}>){% endif %}{% if other.deprecated.is_some() && other.deprecated.unwrap() %} :warning:{% endif %}{% if other.license == "proprietary" %} :copyright:{% endif %} — {{ other.description }}