about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-24 03:51:57 +0000
committerEric Wong <e@80x24.org>2016-02-24 03:51:57 +0000
commit1ac312ae86fb047613ff8558dd8f6ad43ae2ac59 (patch)
tree716b58b0c7e27974aa55b130347b9f1696fbf07f
parentff20ef4d9b3140a6821a28e0b65de3c74146efb1 (diff)
downloadraindrops-1ac312ae86fb047613ff8558dd8f6ad43ae2ac59.tar.gz
RDoc considers indented text to be preformatted and
will not generate links in HTML links for them.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6862311..ab2a253 100644
--- a/README
+++ b/README
@@ -40,12 +40,12 @@ and "tcp_diag" kernel modules are loaded as they do not autoload correctly
 We recommend GCC 4+ (or compatible) to support the __sync builtins
 (__sync_{add,sub}_and_fetch()):
 
-        http://gcc.gnu.org/onlinedocs/gcc/_005f_005fsync-Builtins.html
+http://gcc.gnu.org/onlinedocs/gcc/_005f_005fsync-Builtins.html
 
 For non-GCC 4+ users, we also support compilation with the libatomic_ops
 package starting with Raindrops 0.4.0:
 
-        https://github.com/ivmai/libatomic_ops
+https://github.com/ivmai/libatomic_ops
 
 If you're using a packaged Ruby distribution, make sure you have a C
 compiler and the matching Ruby development libraries and headers.