Update bug tracker link

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

Branch: refs/heads/develop
Commit: acd0e2f0234a8d082c341f00d9b1b8dba459c76c
Parents: 3919d25
Author: Donald Szeto <don...@prediction.io>
Authored: Mon Apr 11 10:27:51 2016 -0700
Committer: Donald Szeto <don...@prediction.io>
Committed: Mon Apr 11 10:27:51 2016 -0700

----------------------------------------------------------------------
 docs/manual/Gemfile                                  |  1 -
 docs/manual/Gemfile.lock                             |  6 ------
 docs/manual/source/community/contribute-code.html.md | 11 +++++------
 docs/manual/source/partials/_action_call.html.slim   |  2 +-
 docs/manual/source/partials/_footer.html.slim        |  2 +-
 5 files changed, 7 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/acd0e2f0/docs/manual/Gemfile
----------------------------------------------------------------------
diff --git a/docs/manual/Gemfile b/docs/manual/Gemfile
index f4df6bc..a0c588c 100644
--- a/docs/manual/Gemfile
+++ b/docs/manual/Gemfile
@@ -9,7 +9,6 @@ gem 'middleman-s3_sync'
 gem 'middleman-search_engine_sitemap'
 
 gem 'slim'
-gem 'therubyracer'
 gem 'oj'
 gem 'redcarpet', '>= 3.2.3'
 gem 'travis'

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/acd0e2f0/docs/manual/Gemfile.lock
----------------------------------------------------------------------
diff --git a/docs/manual/Gemfile.lock b/docs/manual/Gemfile.lock
index 5cfff32..495ec1c 100644
--- a/docs/manual/Gemfile.lock
+++ b/docs/manual/Gemfile.lock
@@ -91,7 +91,6 @@ GEM
     kramdown (1.6.0)
     launchy (2.4.3)
       addressable (~> 2.3)
-    libv8 (3.16.14.7)
     listen (2.10.0)
       celluloid (~> 0.16.0)
       rb-fsevent (>= 0.9.3)
@@ -182,7 +181,6 @@ GEM
     rb-inotify (0.9.5)
       ffi (>= 0.5.0)
     redcarpet (3.3.4)
-    ref (1.0.5)
     rouge (1.8.0)
     ruby-progressbar (1.7.5)
     sass (3.4.22)
@@ -200,9 +198,6 @@ GEM
       sprockets (~> 2.0)
       tilt (~> 1.1)
     temple (0.7.6)
-    therubyracer (0.12.2)
-      libv8 (~> 3.16.14.0)
-      ref
     thor (0.19.1)
     thread_safe (0.3.5)
     tilt (1.4.1)
@@ -247,7 +242,6 @@ DEPENDENCIES
   rainbow
   redcarpet (>= 3.2.3)
   slim
-  therubyracer
   travis
   tzinfo-data
   wdm (~> 0.1.0)

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/acd0e2f0/docs/manual/source/community/contribute-code.html.md
----------------------------------------------------------------------
diff --git a/docs/manual/source/community/contribute-code.html.md 
b/docs/manual/source/community/contribute-code.html.md
index a9e8767..b424646 100644
--- a/docs/manual/source/community/contribute-code.html.md
+++ b/docs/manual/source/community/contribute-code.html.md
@@ -20,8 +20,7 @@ show features that are highly sought after by the community.
 
 ## How to Report an Issue
 
-If you wish to report an issue you found,  you can do so on [GitHub 
Issues](https://github.com/PredictionIO/PredictionIO/issues)
-or [PredictionIO JIRA](https://predictionio.atlassian.net).
+If you wish to report an issue you found,  you can do so on [GitHub 
Issues](https://github.com/PredictionIO/PredictionIO/issues).
 
 ## How to Help Resolve Existing Issues
 
@@ -36,7 +35,7 @@ bug fixes will follow a different path.
 3. Verify the patch and issue a pull request to the main repository.
 4. Once merged to the main repository, critical bug fixes will be merged to the
    "master" branch and new binary will be built and distributed.
-   
+
 
 ## How to Add / Propose a New Feature
 
@@ -45,12 +44,12 @@ bug fixes will follow a different path.
    (https://groups.google.com/forum/#!forum/predictionio-dev) or email us 
directly at supp...@prediction.io.
 2. Discuss with the community and the core development team on what needs to be
    done, and lay down concrete plans on deliverables.
-3. Once solid plans are made, start creating tickets in the [issue tracker]
-   (https://predictionio.atlassian.net/secure/RapidBoard.jspa?rapidView=1).
+3. Once solid plans are made, start creating tickets on [GitHub
+   Issues](https://github.com/PredictionIO/PredictionIO/issues).
 4. Work side by side with other developers using PredictionIO Development 
Google
    Group as primary mode of communication. You never know if someone else has a
    better idea. ;)
-  
+
 
 ## How to Issue a Pull Request
 

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/acd0e2f0/docs/manual/source/partials/_action_call.html.slim
----------------------------------------------------------------------
diff --git a/docs/manual/source/partials/_action_call.html.slim 
b/docs/manual/source/partials/_action_call.html.slim
index 72ea27b..7554540 100644
--- a/docs/manual/source/partials/_action_call.html.slim
+++ b/docs/manual/source/partials/_action_call.html.slim
@@ -24,4 +24,4 @@
             a> href="//github.com/PredictionIO/PredictionIO" target="blank"  
GitHub
             | and report issues on the
             = succeed "." do
-              a href="//predictionio.atlassian.net/secure/Dashboard.jspa" 
target="blank"  Bug Tracker
\ No newline at end of file
+              a href="//github.com/PredictionIO/PredictionIO/issues" 
target="blank"  Bug Tracker

http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/acd0e2f0/docs/manual/source/partials/_footer.html.slim
----------------------------------------------------------------------
diff --git a/docs/manual/source/partials/_footer.html.slim 
b/docs/manual/source/partials/_footer.html.slim
index 3d9a528..e40f2f4 100644
--- a/docs/manual/source/partials/_footer.html.slim
+++ b/docs/manual/source/partials/_footer.html.slim
@@ -23,7 +23,7 @@ footer
           ul
             li: a href="//docs.prediction.io/community/contribute-code/" 
target="blank" Contribute
             li: a href="//github.com/PredictionIO/PredictionIO" target="blank" 
Source Code
-            li: a href="//predictionio.atlassian.net/secure/Dashboard.jspa" 
target="blank" Bug Tracker
+            li: a href="//github.com/PredictionIO/PredictionIO/issues" 
target="blank" Bug Tracker
             li: a href="//groups.google.com/forum/#!forum/predictionio-dev" 
target="blank" Contributors&#146; Forum
             li: a href="//prediction.io/cla" Contributor Agreement
             li: a 
href="//predictionio.uservoice.com/forums/219398-general/filters/top" Request 
Features

Reply via email to