Skip to content

Commit

Permalink
Merge pull request #199 from hnryschfr/patch-1
Browse files Browse the repository at this point in the history
Update index.markdown
  • Loading branch information
lysiszegerman authored Jan 12, 2024
2 parents da912ce + 98481a5 commit d165176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ layout: liste
<td>{{ entry.Name }}</td>
<td>
{% if entry["NIC Handle"] %}{% for handle in entry["NIC Handle"] %}
<a href="https://apps.db.ripe.net/search/query.html?searchtext={{ handle }}&flags=r&types=PERSON" target="_blank">{{ handle }}</a><br>
<a href="https://apps.db.ripe.net/db-web-ui/query?searchtext={{ handle }}&flags=r&types=PERSON" target="_blank">{{ handle }}</a><br>
{% endfor %}{% endif %}
</td>
<td>
{% if entry.ASN %}{% for asn in entry.ASN %}
<a href="https://apps.db.ripe.net/search/query.html?searchtext=AS{{ asn }}&flags=r&types=AUT_NUM" target="_blank">{{ asn }}</a><br>
<a href="https://apps.db.ripe.net/db-web-ui/query?searchtext=AS{{ asn }}&flags=r&types=AUT_NUM" target="_blank">{{ asn }}</a><br>
{% endfor %}{% endif %}
</td>
<td>
Expand Down

0 comments on commit d165176

Please sign in to comment.