Skip to content

Instantly share code, notes, and snippets.

@trentm
Created August 6, 2010 22:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save trentm/512126 to your computer and use it in GitHub Desktop.
From 47331252e0174a04ae9eab44c948e04fb85a6cf5 Mon Sep 17 00:00:00 2001
From: Trent Mick <trentm@gmail.com>
Date: Fri, 6 Aug 2010 15:28:08 -0700
Subject: [PATCH] markdown fix
---
doc/api.markdown | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/api.markdown b/doc/api.markdown
index c8e7b70..0879bc2 100644
--- a/doc/api.markdown
+++ b/doc/api.markdown
@@ -3188,7 +3188,7 @@ knowledge of several libraries:
descriptor to become readable, wait for a timer, or wait for a signal to
received one will need to interface with libev. That is, if you perform
any I/O, libev will need to be used. Node uses the `EV_DEFAULT` event
- loop. Documentation can be found http:/cvs.schmorp.de/libev/ev.html[here].
+ loop. Documentation can be found [here](http:/cvs.schmorp.de/libev/ev.html).
- libeio, C thread pool library. Used to execute blocking POSIX system
calls asynchronously. Mostly wrappers already exist for such calls, in
--
1.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment