Repository: incubator-htrace Updated Branches: refs/heads/master ab94ce6f1 -> 45e69c888
HTRACE-352. Dependency info in site documentation should refer to htrace-core4 (Masatake Iwasaki via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/45e69c88 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/45e69c88 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/45e69c88 Branch: refs/heads/master Commit: 45e69c8884c4f7b842f83e4f4b3c9cd185c15ab0 Parents: ab94ce6 Author: Colin P. Mccabe <[email protected]> Authored: Mon Apr 4 14:45:44 2016 -0700 Committer: Colin P. Mccabe <[email protected]> Committed: Mon Apr 4 14:45:44 2016 -0700 ---------------------------------------------------------------------- src/main/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/45e69c88/src/main/site/site.xml ---------------------------------------------------------------------- diff --git a/src/main/site/site.xml b/src/main/site/site.xml index 4197159..544db38 100644 --- a/src/main/site/site.xml +++ b/src/main/site/site.xml @@ -37,7 +37,7 @@ <item name="License" href="license.html" /> <item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/incubator/htrace/" /> <item name="Distribution" href="dependency-management.html" /> - <item name="Dependency" href="dependency-info.html" /> + <item name="Dependency" href="htrace-core4/dependency-info.html" /> <item name="Issue Tracking" href="issue-tracking.html" /> <item name="CI" href="integration.html" /> <item name="Mailing Lists" href="mail-lists.html" />
