Repository: mesos Updated Branches: refs/heads/master 958dff7d7 -> cdcaca740
Updated post-review installation link. Review: https://reviews.apache.org/r/32070 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cdcaca74 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cdcaca74 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/cdcaca74 Branch: refs/heads/master Commit: cdcaca7408fbd248396ee6693658938de514c261 Parents: 958dff7 Author: Akanksha Agrawal <[email protected]> Authored: Mon Mar 16 12:42:57 2015 -0700 Committer: Vinod Kone <[email protected]> Committed: Mon Mar 16 12:43:42 2015 -0700 ---------------------------------------------------------------------- docs/mesos-developers-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/cdcaca74/docs/mesos-developers-guide.md ---------------------------------------------------------------------- diff --git a/docs/mesos-developers-guide.md b/docs/mesos-developers-guide.md index 0ba9dbe..6023f2c 100644 --- a/docs/mesos-developers-guide.md +++ b/docs/mesos-developers-guide.md @@ -53,7 +53,7 @@ layout: documentation 1. You're ready to submit your patch for review! 1. Log in or create an account at [Apache Review Board](http://reviews.apache.org) 2. The easiest (and recommended) way to submit reviews is through `post-reviews.py` a wrapper around post-review. - 3. First, install post-review. [See Instructions](http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/) + 3. First, install RBTools. [See Instructions](https://www.reviewboard.org/docs/rbtools/dev/) 4. Configure post-review. The easiest method is to symlink to the sample config: ln -s support/reviewboardrc .reviewboardrc 5. Log into Review Board from the command line: run `rbt status` 6. From your local branch run `support/post-reviews.py`.
