From 357089539112d0c819835fa4a7adbec357625035 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 23 Jun 2017 16:18:54 -0700 Subject: [PATCH] Fix doc example link --- CHANGELOG.md | 6 ++++++ doc/2_examples.qbk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763f596f..30aabfd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 67: + +* Fix doc example link + +-------------------------------------------------------------------------------- + Version 66: * string_param optimizations diff --git a/doc/2_examples.qbk b/doc/2_examples.qbk index a16a17da..310583a4 100644 --- a/doc/2_examples.qbk +++ b/doc/2_examples.qbk @@ -71,7 +71,7 @@ over a TLS connection. Requires OpenSSL to build. This example implements a very simple HTTP server with some optimizations suitable for calculating benchmarks. -* [repo_file example/http-server/fields_alloc.cpp] +* [repo_file example/http-server/fields_alloc.hpp] * [repo_file example/http-server/http_server.cpp] [endsect]