Repository: samza Updated Branches: refs/heads/master 7e7747fb9 -> 6939b8cf9
Fix hyphens in url for committer instructions Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/6939b8cf Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/6939b8cf Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/6939b8cf Branch: refs/heads/master Commit: 6939b8cf9c4a7b34d2426fb45c0c55d10ebfeafe Parents: 7e7747f Author: Jacob Maes <[email protected]> Authored: Fri Feb 17 15:37:22 2017 -0800 Committer: Jacob Maes <[email protected]> Committed: Fri Feb 17 15:37:22 2017 -0800 ---------------------------------------------------------------------- docs/contribute/contributors-corner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/6939b8cf/docs/contribute/contributors-corner.md ---------------------------------------------------------------------- diff --git a/docs/contribute/contributors-corner.md b/docs/contribute/contributors-corner.md index b41bca7..454ce59 100644 --- a/docs/contribute/contributors-corner.md +++ b/docs/contribute/contributors-corner.md @@ -97,7 +97,7 @@ If you are a committer you need to use https instead of http to check in, otherw * Set the `JIRA_USERNAME` and `JIRA_PASSWORD` environment variables with the appropriate credentials for interacting with Jira. This is required to correctly close the JIRA associated with the PR 2. Setup aliases for the remote repositories:â(Samza Github repo and Apache Samza Repo) * Add ASF git repo for committing the PR - ```git remote add samza-apache https://gitÂwipÂus.apache.org/repos/asf/samza.git``` + ```git remote add samza-apache https://git-wip-us.apache.org/repos/asf/samza.git``` * Add Github repo for fetching the patch from the PR ```git remote add samza-github https://github.com/apache/samza.git``` 3. Set up API tokens for Git
