docs: fix ipc library list formatting
Patch status: merged
Patch by Tony Crisci
To apply this patch, use:
curl http://cr.i3wm.org/patch/576/raw.patch | git am
b/docs/ipc
13 |
@@ -754,15 +754,14 @@ all this on your own). This list names some (if you wrote one, please let me |
14 |
know): |
15 |
|
16 |
C:: |
17 |
- i3 includes a headerfile +i3/ipc.h+ which provides you all constants. |
18 |
- |
19 |
- https://github.com/acrisci/i3ipc-glib |
20 |
+ * i3 includes a headerfile +i3/ipc.h+ which provides you all constants. |
21 |
+ * https://github.com/acrisci/i3ipc-glib |
22 |
Go:: |
23 |
* https://github.com/proxypoke/i3ipc |
24 |
JavaScript:: |
25 |
* https://github.com/acrisci/i3ipc-gjs |
26 |
Lua:: |
27 |
- * https:/github.com/acrisci/i3ipc-lua |
28 |
+ * https://github.com/acrisci/i3ipc-lua |
29 |
Perl:: |
30 |
* https://metacpan.org/module/AnyEvent::I3 |
31 |
Python:: |
32 |
@@ -770,4 +769,4 @@ Python:: |
33 |
* https://github.com/whitelynx/i3ipc (not maintained) |
34 |
* https://github.com/ziberna/i3-py (not maintained) |
35 |
Ruby:: |
36 |
- http://github.com/badboy/i3-ipc |
37 |
+ * http://github.com/badboy/i3-ipc |