Skip to content

Commit

Permalink
Update generate_foops_badge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark authored Jun 23, 2024
1 parent f21dd60 commit f5a9633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/generate_foops_badge.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def update_readme(badge_url):
with open(readme_file, "w") as file:
for line in content:
if line.startswith("![FOOPS Score]"):
file.write(f"![FOOPS Score]({badge_url})\n")
file.write(f"[![FOOPS Score]({badge_url})](https://foops.linkeddata.es/FAIR_validator.html)\n")
else:
file.write(line)

Expand Down

0 comments on commit f5a9633

Please sign in to comment.