From: Kefu Chai Date: Fri, 8 Jul 2022 14:54:19 +0000 (+0800) Subject: doc/dev/crimson: Correct the link to Scylla X-Git-Tag: v18.0.0~537^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47023%2Fhead;p=ceph.git doc/dev/crimson: Correct the link to Scylla the old one brings us to 404. Signed-off-by: Kefu Chai --- diff --git a/doc/dev/crimson/crimson.rst b/doc/dev/crimson/crimson.rst index 8276bea34400..481c24674c10 100644 --- a/doc/dev/crimson/crimson.rst +++ b/doc/dev/crimson/crimson.rst @@ -335,7 +335,7 @@ Debugging with GDB The `tips`_ for debugging Scylla also apply to Crimson. -.. _tips: https://github.com/scylladb/scylla/blob/master/docs/guides/debugging.md#tips-and-tricks +.. _tips: https://github.com/scylladb/scylla/blob/master/docs/dev/debugging.md#tips-and-tricks Human-readable backtraces with addr2line ----------------------------------------