From 91d6fde7f5ba5a0899f8193ae23d05a15111339b Mon Sep 17 00:00:00 2001 From: Simon Elsbrock Date: Sun, 16 Sep 2012 22:55:37 +0200 Subject: [PATCH] hacking-howto: fix wrong anchor to #_tree_reply --- docs/hacking-howto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hacking-howto b/docs/hacking-howto index 7f2c35e6..8a246efc 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -77,7 +77,7 @@ workspace, the split container we are talking about is the workspace. To get an impression of how different layouts are represented, just play around and look at the data structures -- they are exposed as a JSON hash. See -http://i3wm.org/docs/ipc.html#_get_tree_reply for documentation on that and an +http://i3wm.org/docs/ipc.html#_tree_reply for documentation on that and an example. == Files