From: Simon Elsbrock Date: Sun, 16 Sep 2012 20:55:37 +0000 (+0200) Subject: hacking-howto: fix wrong anchor to #_tree_reply X-Git-Tag: 4.3~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=91d6fde7f5ba5a0899f8193ae23d05a15111339b;p=i3%2Fi3 hacking-howto: fix wrong anchor to #_tree_reply --- 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