Fix release notes link for cpp-client-api After building the site from the 0.10 branch, I noticed that the api docs landed in /cpp-client-api instead of /apidocs/cpp-client-api as I'd written in the release notes.
Change-Id: I84fd6ceb9c7f147021e9e3e198cfeafa4d6aa74a Reviewed-on: http://gerrit.cloudera.org:8080/4068 Reviewed-by: Mike Percy <[email protected]> Tested-by: Todd Lipcon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/2504dafd Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/2504dafd Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/2504dafd Branch: refs/heads/master Commit: 2504dafdcd356da8cb398a46afeb86020b4bddb6 Parents: 30bad3d Author: Todd Lipcon <[email protected]> Authored: Fri Aug 19 18:26:11 2016 -0700 Committer: Todd Lipcon <[email protected]> Committed: Sun Aug 21 01:18:36 2016 +0000 ---------------------------------------------------------------------- docs/release_notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/2504dafd/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index d2555c7..50e0539 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -205,7 +205,7 @@ To upgrade to Kudu 0.10.0, see link:installation.html#upgrade[Upgrade from 0.9.x incremental increase in disk space usage. - The Kudu C++ client library now has Doxygen-based - link:http://kudu.apache.org/apidocs/cpp-client-api/[API documentation] + link:http://kudu.apache.org/cpp-client-api/[API documentation] available online. - Kudu now
