Skip to content

Commit de79527

Browse files
committed
browser records: fuck vercel. link to pdsls.dev.
(also since the vercel app was broken by bots, but mostly because fuck vercel.)
1 parent f4c5e68 commit de79527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constellation/templates/links.html.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<pre style="display: block; margin: 1em 2em" class="code"><strong>DID</strong>: {{ record.did().0 }} (<a href="/links/all?target={{ record.did().0|urlencode }}">DID links</a>)
2929
<strong>Collection</strong>: {{ record.collection }}
3030
<strong>RKey</strong>: {{ record.rkey }}
31-
-> <a href="https://atproto-browser-plus-links.vercel.app/at/{{ record.did().0|urlencode }}/{{ record.collection }}/{{ record.rkey }}">browse record</a></pre>
31+
-> <a href="https://pdsls.dev/at://{{ record.did().0 }}/{{ record.collection }}/{{ record.rkey }}">browse record</a></pre>
3232
{% endfor %}
3333

3434
{% if let Some(c) = cursor %}

0 commit comments

Comments
 (0)