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 2018/08/11 00:21:00 UTC

[09/13] predictionio git commit: [PIO-155] Fix template link

[PIO-155] Fix template link

Closes #454


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

Branch: refs/heads/develop
Commit: a7c94c313f0f1ad5d1a0737202e784324cb5e869
Parents: c11eba8
Author: Donald Szeto <do...@apache.org>
Authored: Fri Apr 27 14:54:50 2018 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Fri Apr 27 14:54:50 2018 -0700

----------------------------------------------------------------------
 doap.rdf                                  | 2 +-
 docs/manual/source/gallery/templates.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/a7c94c31/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 0f59524..26f430f 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -26,7 +26,7 @@
     <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
     <name>Apache PredictionIO</name>
     <homepage rdf:resource="http://predictionio.apache.org/" />
-    <asfext:pmc rdf:resource="http://apache.org" />
+    <asfext:pmc rdf:resource="http://predictionio.apache.org" />
     <shortdesc>PredictionIO is an open source Machine Learning Server built on top of state-of-the-art open source stack, that enables developers to manage and deploy production-ready predictive services for various kinds of machine learning tasks.</shortdesc>
     <description>PredictionIO is an open source Machine Learning Server built on top of state-of-the-art open source stack, that enables developers to manage and deploy production-ready predictive services for various kinds of machine learning tasks.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/PIO" />

http://git-wip-us.apache.org/repos/asf/predictionio/blob/a7c94c31/docs/manual/source/gallery/templates.yaml
----------------------------------------------------------------------
diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml
index ddb4547..d3aae5f 100644
--- a/docs/manual/source/gallery/templates.yaml
+++ b/docs/manual/source/gallery/templates.yaml
@@ -74,7 +74,7 @@
 
 - template:
     name: Topic Labelling with Wikipedia
-    repo: "https://github.com/peoplehum/template-Labelling-Topics-with-wikipedia"
+    repo: "https://github.com/rajdeepd/template-Labelling-Topics-with-wikipedia"
     description: |-
       This template will label topics (e.g. topic generated through LDA topic modeling) with relevant category by referring to Wikipedia as a knowledge base.
     tags: [clustering, nlp]