Skip to content

Commit cd981b3

Browse files
committed
fix links
1 parent 47ec74e commit cd981b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci_scripts/render_templated_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _get_formatted_names(path_file):
115115
sorted_csv = sorted(dict_csv, key=lambda d: d["name"])
116116
return "\n".join(
117117
f"- [{m['name']} @{m['github_username']}]"
118-
f"(https://github.com/{m['github_username']}>)"
118+
f"(https://github.com/{m['github_username']})"
119119
for m in sorted_csv
120120
)
121121

0 commit comments

Comments
 (0)