awacke1 commited on
Commit
8adf873
ยท
1 Parent(s): cb8f97e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def check_keyword(username, version):
53
  return output_md.strip()
54
  if username in repo:
55
  currenthitcount += 1
56
- output_md += f"_{repo}_\n\n"
57
  if currenthitcount > maxhitcount:
58
  output_md += f"**Found maximum hits**, Count: **{currenthitcount}** in The Stack:\n\n"
59
  return output_md.strip()
 
53
  return output_md.strip()
54
  if username in repo:
55
  currenthitcount += 1
56
+ output_md += f"_<a href=https://github.com/{repo} target=_blank>{repo}</a>_\n\n"
57
  if currenthitcount > maxhitcount:
58
  output_md += f"**Found maximum hits**, Count: **{currenthitcount}** in The Stack:\n\n"
59
  return output_md.strip()