From 4a8826b7a1fafe3b17b28cc29be58af536459ee4 Mon Sep 17 00:00:00 2001 From: nelind Date: Fri, 12 Jun 2026 00:57:34 +0200 Subject: [PATCH] fix(docs): i forgor auto links need absolute URIs ... lets use normal links instead --- docs/3_DEBUGGING_YOUR_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3_DEBUGGING_YOUR_SETUP.md b/docs/3_DEBUGGING_YOUR_SETUP.md index c267b90..b1e6906 100644 --- a/docs/3_DEBUGGING_YOUR_SETUP.md +++ b/docs/3_DEBUGGING_YOUR_SETUP.md @@ -4,7 +4,7 @@ PDSs are part of a distributed system with many different actors and services in > View the note on backups at the bottom of "Welcome to Tranquil PDS". # General -As always debugging starts with good tools for investigating what is going wrong. For atproto those tools are primarily and . They are your friends! Get acquainted with them. +As always debugging starts with good tools for investigating what is going wrong. For atproto those tools are primarily [PDSls](https://pdsls.dev) and [debug.hose.cam](https://debug.hose.cam). They are your friends! Get acquainted with them. PDSls is (as the name implies) good for debugging the PDS side of things: is your PDS up? accessible to the outside world (or at least your PC)? what does the firehose coming from your PDS look like? but also other account level details: is your handle valid? what are your current rotation keys? signing key? etc.