about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 20:32:45 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 20:32:45 +0200
commit1913bd092d8730ec4bd6eca1df64e84639cb6419 (patch)
tree0359eab380024e661f7af1a10ddb3b625b055e2d /README.md
parentc0069dec0cc8792e61192feff350b5d32fa50e03 (diff)
README.md: Update a few links
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 09992b2..92e53c8 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ sequences can never support TUIs. However, the idea behind `saneterm` is
 that terminals shouldn't be used to implement TUIs anyhow and should
 instead focus on line-based CLIs. By focusing on line-based CLIs, a
 variety of features normally implemented in CLI programs themselves
-(like readline-keybindings) can be implemented directly in the terminal
-emulator.
+(like [readline][readline web]-keybindings) can be implemented directly
+in the terminal emulator.
 
 ## Status
 
@@ -40,7 +40,7 @@ things can be simplified and improved. `saneterm` is presently just a
 prototype and currently provides only the following features:
 
 * Full Unicode support
-* Support for [readline][readline web]-like line editing
+* Support for readline-like line editing
 
 Planned features include:
 
@@ -104,7 +104,7 @@ bindings for Gtk.
 ## Related Work
 
 This work is heavily inspired by the Plan 9 terminal emulator, usage of
-which is further described in the [`rio(1)` man page][rio man page].
+which is further described in the [`rio(1)`][rio man page] man page.
 This terminal emulator was also [ported to Unix][9term man page] as part
 of [plan9port][plan9port web].