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]