You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by jm...@apache.org on 2017/02/23 19:27:54 UTC

[08/13] samza git commit: Fix hyphens in url for committer instructions

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/samza-fluent-api-v1
Commit: 6939b8cf9c4a7b34d2426fb45c0c55d10ebfeafe
Parents: 7e7747f
Author: Jacob Maes <jm...@linkedin.com>
Authored: Fri Feb 17 15:37:22 2017 -0800
Committer: Jacob Maes <jm...@linkedin.com>
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:\u200b(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