Skip to content

Commit ef27f21

Browse files
committed
Updated README
1 parent acc985b commit ef27f21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ A high performance, single threaded, HTTP server written in C++ to serve as a kq
88
## Features
99
* Clean, documented code
1010
* Efficient socket management with kqueue
11-
* Easy to understand HTTP protocol parser (from my ByteBuffer project)
11+
* Easy to understand HTTP protocol parser (from my [ByteBuffer](https://github.com/RamseyK/ByteBufferCpp) project)
1212
* Tested on FreeBSD and MacOS
1313

1414
## Compiling
15-
* Only BSD based systems are supported. Linux _may_ work when libkqueue is compiled from Github sources and linked, but this is unsupported.
15+
* Only BSD based systems are supported. Linux _may_ work when [libkqueue is compiled from Github sources](https://github.com/mheily/libkqueue) and linked, but this is unsupported.
1616
* On FreeBSD, compile with gmake
1717

1818
## Usage

0 commit comments

Comments
 (0)