Repository: mesos Updated Branches: refs/heads/master b72fb052b -> e13eb840e
Fixed a documentation bug in persistent volume doc. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e13eb840 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e13eb840 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e13eb840 Branch: refs/heads/master Commit: e13eb840e5831d60770e6ab454a8f5096565b0fc Parents: b72fb05 Author: Jie Yu <[email protected]> Authored: Wed Sep 9 12:07:27 2015 -0700 Committer: Jie Yu <[email protected]> Committed: Wed Sep 9 12:07:27 2015 -0700 ---------------------------------------------------------------------- docs/persistent-volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/e13eb840/docs/persistent-volume.md ---------------------------------------------------------------------- diff --git a/docs/persistent-volume.md b/docs/persistent-volume.md index e3dfe6d..b5dd6d8 100644 --- a/docs/persistent-volume.md +++ b/docs/persistent-volume.md @@ -224,7 +224,7 @@ reserved disk resources: Note that in 0.23, even after you destroy the persistent volume, its content will still be on the disk. The garbage collection for persistent volumes is -coming soon: [MESOS-2048](https://issues.apache.org/jira/browse/MESOS-2408). +coming soon: [MESOS-2408](https://issues.apache.org/jira/browse/MESOS-2408). ### `/create` (_Coming Soon_)
