We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c5e68 commit de79527Copy full SHA for de79527
constellation/templates/links.html.j2
@@ -28,7 +28,7 @@
28
<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>)
29
<strong>Collection</strong>: {{ record.collection }}
30
<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>
+-> <a href="https://pdsls.dev/at://{{ record.did().0 }}/{{ record.collection }}/{{ record.rkey }}">browse record</a></pre>
32
{% endfor %}
33
34
{% if let Some(c) = cursor %}
0 commit comments