You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ta...@apache.org on 2017/06/05 17:33:47 UTC

incubator-predictionio git commit: Fix duplicate org name

Repository: incubator-predictionio
Updated Branches:
  refs/heads/livedoc f5aeaa7c4 -> de950e298


Fix duplicate org name

Closes #390


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/de950e29
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/de950e29
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/de950e29

Branch: refs/heads/livedoc
Commit: de950e2989df265e6eabcf14af178cfeb1cbc82a
Parents: f5aeaa7
Author: Hugo Duksis <du...@users.noreply.github.com>
Authored: Tue Jun 6 02:30:46 2017 +0900
Committer: Naoki Takezoe <ta...@apache.org>
Committed: Tue Jun 6 02:33:00 2017 +0900

----------------------------------------------------------------------
 .../source/partials/shared/quickstart/_create_engine.html.md.erb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/de950e29/docs/manual/source/partials/shared/quickstart/_create_engine.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/partials/shared/quickstart/_create_engine.html.md.erb b/docs/manual/source/partials/shared/quickstart/_create_engine.html.md.erb
index 61ec3c6..a715c0d 100644
--- a/docs/manual/source/partials/shared/quickstart/_create_engine.html.md.erb
+++ b/docs/manual/source/partials/shared/quickstart/_create_engine.html.md.erb
@@ -18,7 +18,7 @@ limitations under the License.
 Now let's create a new engine called *<%= engine_name %>* by downloading the <%= template_name %>. Go to a directory where you want to put your engine and run the following:
 
 ```
-$ git clone https://github.com/apache/<%= template_repo %>.git <%= engine_name %>
+$ git clone https://github.com/<%= template_repo %>.git <%= engine_name %>
 $ cd <%= engine_name %>
 ```