]> git.sur5r.net Git - i3/i3/commitdiff
hacking-howto: fix wrong anchor to #_tree_reply
authorSimon Elsbrock <simon@iodev.org>
Sun, 16 Sep 2012 20:55:37 +0000 (22:55 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 16 Sep 2012 21:28:20 +0000 (23:28 +0200)
docs/hacking-howto

index 7f2c35e65d0b6ba06727ffb37159a0632264f874..8a246efc3efc03c5220c20f6658799d3a0c2af79 100644 (file)
@@ -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