You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2018/10/18 19:03:20 UTC

[predictionio] branch livedoc updated: [PIO-185] livedoc Gitbox Link Update

This is an automated email from the ASF dual-hosted git repository.

donald pushed a commit to branch livedoc
in repository https://gitbox.apache.org/repos/asf/predictionio.git


The following commit(s) were added to refs/heads/livedoc by this push:
     new 2041a8f  [PIO-185] livedoc Gitbox Link Update
2041a8f is described below

commit 2041a8f9a6426b8551d1a435bc05c24c38c75858
Author: Wei Chen <we...@gmail.com>
AuthorDate: Thu Oct 18 14:03:14 2018 -0500

    [PIO-185] livedoc Gitbox Link Update
---
 docs/manual/source/community/contribute-documentation.html.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/source/community/contribute-documentation.html.md b/docs/manual/source/community/contribute-documentation.html.md
index 1645066..e4b1d55 100644
--- a/docs/manual/source/community/contribute-documentation.html.md
+++ b/docs/manual/source/community/contribute-documentation.html.md
@@ -196,7 +196,7 @@ Make sure the **apache.org** remote is attached to your `predictionio` repo, and
 
 ```
 $ git remote -v
-$ git remote add apache https://git-wip-us.apache.org/repos/asf/predictionio.git
+$ git remote add apache https://gitbox.apache.org/repos/asf/predictionio.git
 ```
 
 Then, push the `livedoc` branch. (It will be published and synced with the public GitHub mirror):