You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2011/06/14 18:49:47 UTC

svn commit: r1135695 - /activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala

Author: chirino
Date: Tue Jun 14 16:49:47 2011
New Revision: 1135695

URL: http://svn.apache.org/viewvc?rev=1135695&view=rev
Log:
Fix website link to issue tracker.

Modified:
    activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala

Modified: activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala?rev=1135695&r1=1135694&r2=1135695&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala Tue Jun 14 16:49:47 2011
@@ -30,7 +30,7 @@ object Website {
   val project_slogan= "AcitveMQ's next generation of messaging"
   val project_id= "apollo"
   val project_jira_key= "APLO"
-  val project_issue_url= "https://issues.apache.org/activemq/browse/"+project_jira_key
+  val project_issue_url= "https://issues.apache.org/jira/browse/APLO"
   val project_forums_url= "http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html"
   val project_wiki_url= "https://cwiki.apache.org/confluence/display/ACTIVEMQ/Index"
   val project_logo= "/images/project-logo.png"