From: Kefu Chai Date: Wed, 2 Jun 2021 09:10:25 +0000 (+0800) Subject: doc/dev/crimson: update link to scylladb debugging tips X-Git-Tag: v17.1.0~1781^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41638%2Fhead;p=ceph.git doc/dev/crimson: update link to scylladb debugging tips the old one is not reachable anymore. Signed-off-by: Kefu Chai --- diff --git a/doc/dev/crimson/crimson.rst b/doc/dev/crimson/crimson.rst index cd40edf9c060..d8b3871ed181 100644 --- a/doc/dev/crimson/crimson.rst +++ b/doc/dev/crimson/crimson.rst @@ -204,7 +204,7 @@ Debugging with GDB The `tips`_ for debugging Scylla also apply to Crimson. -.. _tips: https://github.com/scylladb/scylla/blob/master/docs/debugging.md#tips-and-tricks +.. _tips: https://github.com/scylladb/scylla/blob/master/docs/guides/debugging.md#tips-and-tricks Human-readable backtraces with addr2line ----------------------------------------