Skip to content

Commit fe100a1

Browse files
committed
updated the link to the issues
1 parent 449b3c7 commit fe100a1

15 files changed

+18
-18
lines changed

_blog-src/_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a href="" class="dropdown-toggle" data-toggle="dropdown">Get Involved<b class="caret"></b></a>
2020
<ul class="dropdown-menu">
2121
<li class="menu-item">
22-
<a href="https://issues.jboss.org/browse/APIMAN">Report a Bug</a>
22+
<a href="https://github.com/apiman/apiman/issues">Report a Bug</a>
2323
</li>
2424
<li class="menu-item">
2525
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/api-manager-restdocs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved<b class="caret"></b></a>
6969
<ul class="dropdown-menu">
7070
<li class="menu-item">
71-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
71+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
7272
</li>
7373
<li class="menu-item">
7474
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/contributors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
6161
<ul class="dropdown-menu">
6262
<li class="menu-item">
63-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
63+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
6464
</li>
6565
<li class="menu-item">
6666
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/crash-course.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
7979
<ul class="dropdown-menu">
8080
<li class="menu-item">
81-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
81+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
8282
</li>
8383
<li class="menu-item">
8484
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/developer-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved<b class="caret"></b></a>
7979
<ul class="dropdown-menu">
8080
<li class="menu-item">
81-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
81+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
8282
</li>
8383
<li class="menu-item">
8484
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/developer-guide/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
code to apiman. It is likely also a good starting point for those wishing to provide
77
functionality by implementing a plugin, although more information about plugins can
88
be found in the 'Plugins' section.</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="_source_code"/>2.1. Source Code</h2></div></div></div><p>The apiman source code is located in github here:</p><p><a class="link" href="https://github.com/apiman/apiman" target="">https://github.com/apiman/apiman</a></p><p>Source code for the apiman policies can be found here:</p><p><a class="link" href="https://github.com/apiman/apiman-plugins" target="">https://github.com/apiman/apiman-plugins</a></p><p>Source code for the apiman project web site is here:</p><p><a class="link" href="https://github.com/apiman/apiman.github.io" target="">https://github.com/apiman/apiman.github.io</a></p><p>The official apiman docker files are currently here:</p><p><a class="link" href="https://github.com/jboss-dockerfiles/apiman" target="">https://github.com/jboss-dockerfiles/apiman</a></p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="_issue_tracking"/>2.2. Issue Tracking</h2></div></div></div><p>The apiman project uses JIRA to track issues such as bugs and feature requests. It’s a good place to start
9-
if you’re trying to figure out how to get involved!</p><p><a class="link" href="https://issues.jboss.org/browse/APIMAN" target="">https://issues.jboss.org/browse/APIMAN</a></p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="_development_tools"/>2.3. Development Tools</h2></div></div></div><p>We’re rather IDE agnostic, so contributors should feel free to use whatever tools they feel most
9+
if you’re trying to figure out how to get involved!</p><p><a class="link" href="https://github.com/apiman/apiman/issues" target="">https://github.com/apiman/apiman/issues</a></p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="_development_tools"/>2.3. Development Tools</h2></div></div></div><p>We’re rather IDE agnostic, so contributors should feel free to use whatever tools they feel most
1010
comfortable with. At the time of this writing, the core apiman developers primarily use Eclipse
1111
Kepler.</p><p><a class="link" href="http://www.eclipse.org/downloads/" target="">http://www.eclipse.org/downloads/</a></p><p>The core apiman project is built using maven. Currently we recommend at least version 3.0.3.</p><p><a class="link" href="http://maven.apache.org/download.cgi" target="">http://maven.apache.org/download.cgi</a></p><p>And of course you’ll need to have git installed if you want to check out the code from github.</p><p><a class="link" href="http://git-scm.com/" target="">http://git-scm.com/</a></p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="_building_the_project"/>2.4. Building the Project</h2></div></div></div><p>Building apiman should be a simple matter of doing a standard Maven build:</p><pre class="literallayout">mvn clean install</pre><p>This will do a full build of apiman and execute all unit tests. However,
1212
the result will not include a ready-to-run version of apiman. For that, you

latest/disclosure.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
6161
<ul class="dropdown-menu">
6262
<li class="menu-item">
63-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
63+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
6464
</li>
6565
<li class="menu-item">
6666
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>
@@ -140,7 +140,7 @@ <h2>Requirement Definition</h2>
140140
publish the roadmap in the project <a href="https://issues.jboss.org" rel="nofollow" target="_blank">Issue Tracker (JIRA)</a>.</p>
141141

142142
<p>The best way for you to suggest requirements for a future release of apiman is to enter a feature request in
143-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">JIRA</a>. Lobbying for features using the voting functionality in
143+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">JIRA</a>. Lobbying for features using the voting functionality in
144144
<a href="https://issues.jboss.org" rel="nofollow" target="_blank">JIRA</a>, and sending email to the <a href="#">mailing list</a>
145145
are all great ways to express interest as well. Of course, contributing is the single most expedient way
146146
to get a capability into a particular release.</p>

latest/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
6161
<ul class="dropdown-menu">
6262
<li class="menu-item">
63-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
63+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
6464
</li>
6565
<li class="menu-item">
6666
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
6464
<ul class="dropdown-menu">
6565
<li class="menu-item">
66-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
66+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
6767
</li>
6868
<li class="menu-item">
6969
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/installation-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
7979
<ul class="dropdown-menu">
8080
<li class="menu-item">
81-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
81+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
8282
</li>
8383
<li class="menu-item">
8484
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/production-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
7979
<ul class="dropdown-menu">
8080
<li class="menu-item">
81-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
81+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
8282
</li>
8383
<li class="menu-item">
8484
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/roadmap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
6161
<ul class="dropdown-menu">
6262
<li class="menu-item">
63-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
63+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
6464
</li>
6565
<li class="menu-item">
6666
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>
@@ -129,7 +129,7 @@ <h1 class="section-header">Roadmap</h1>
129129
Here you will find a very high level roadmap for the apiman project. The details are
130130
subject to change, but this page can provide a basic sense of the project's priorities
131131
and version numbers. Additional information can typically be found in
132-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">JIRA</a>.
132+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">JIRA</a>.
133133
</p>
134134
<p>
135135
Typically there will be multiple iterative released within a major+minor version, with

latest/tutorials.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
6161
<ul class="dropdown-menu">
6262
<li class="menu-item">
63-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
63+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
6464
</li>
6565
<li class="menu-item">
6666
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

latest/user-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<a href="#" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
7979
<ul class="dropdown-menu">
8080
<li class="menu-item">
81-
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
81+
<a href="https://github.com/apiman/apiman/issues" rel="nofollow" target="_blank">Report a Bug</a>
8282
</li>
8383
<li class="menu-item">
8484
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</licenses>
2626

2727
<issueManagement>
28-
<system>jira</system>
29-
<url>https://issues.jboss.org/browse/APIMAN</url>
28+
<system>github</system>
29+
<url>https://github.com/apiman/apiman/issues</url>
3030
</issueManagement>
3131

3232
<scm>

0 commit comments

Comments
 (0)