diff --git a/curl.md b/curl.md
index 551fe76..31f099a 100644
--- a/curl.md
+++ b/curl.md
@@ -390,8 +390,8 @@ fi
 
 ## verify
 
-[bsky.social](https://bsky.social/xrpc/com.atproto.repo.listRecords?repo=bsky.app&collection=app.bsky.graph.verification)
-[syu.is](https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&collection=app.bsky.graph.verification)
+- [bsky.social](https://bsky.social/xrpc/com.atproto.repo.listRecords?repo=bsky.app&collection=app.bsky.graph.verification)
+- [syu.is](https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&collection=app.bsky.graph.verification)
 
 ```sh
 $ curl -sL "https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&collection=app.bsky.graph.verification"|jq ".records.[0]"
@@ -411,8 +411,6 @@ $ curl -sL "https://syu.is/xrpc/com.atproto.repo.listRecords?repo=ai.syu.is&coll
 }
 ```
 
-link
-
 - https://github.com/bluesky-social/atproto/pull/3761/files
 - https://github.com/bluesky-social/social-app/pull/8226