From 723ac8392cec7868ab812651ae43b8ce8d4ac80b Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 25 Jun 2017 12:03:45 -0700 Subject: [PATCH] Doc erratum --- doc/2_examples.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/2_examples.qbk b/doc/2_examples.qbk index e6c6d7d8..0fdf034b 100644 --- a/doc/2_examples.qbk +++ b/doc/2_examples.qbk @@ -72,7 +72,7 @@ This example implements a very simple HTTP server with some optimizations suitable for calculating benchmarks. * [repo_file example/http-server-fast/fields_alloc.hpp] -* [repo_file example/http-server-fast/http_server.cpp] +* [repo_file example/http-server-fast/http_server_fast.cpp] [endsect]