Repository: trafficserver Updated Branches: refs/heads/master 45e1573fb -> 370ad860d
Fix the docs link for storage.config Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/370ad860 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/370ad860 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/370ad860 Branch: refs/heads/master Commit: 370ad860db14ab24f2a33f35388f7dd138429c47 Parents: 45e1573 Author: Leif Hedstrom <[email protected]> Authored: Tue Oct 6 12:39:24 2015 +0800 Committer: Leif Hedstrom <[email protected]> Committed: Tue Oct 6 12:39:24 2015 +0800 ---------------------------------------------------------------------- proxy/config/storage.config.default.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/370ad860/proxy/config/storage.config.default.in ---------------------------------------------------------------------- diff --git a/proxy/config/storage.config.default.in b/proxy/config/storage.config.default.in index 77cf1ce..3904be8 100644 --- a/proxy/config/storage.config.default.in +++ b/proxy/config/storage.config.default.in @@ -45,7 +45,7 @@ # do not need to specify the partition size. It's automatically # detected. For more examples and a complete documentation see # -# https://trafficserver.apache.org/docs/trunk/admin/configuration-files/storage.config +# https://docs.trafficserver.apache.org/en/latest/reference/configuration/storage.config.en.html # # # A small default cache (256MB). This is set to allow for the regression test to succeed
