You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/12/12 07:33:05 UTC

svn commit: r1871251 - in /syncope/site/docs: 2.0/getting-started.html 2.0/getting-started.pdf 2.0/reference-guide.html 2.0/reference-guide.pdf 2.1/getting-started.html 2.1/getting-started.pdf 2.1/reference-guide.html 2.1/reference-guide.pdf

Author: ilgrosso
Date: Thu Dec 12 07:33:04 2019
New Revision: 1871251

URL: http://svn.apache.org/viewvc?rev=1871251&view=rev
Log:
[SYNCOPE-1526] Fix issue tracking link in docs

Modified:
    syncope/site/docs/2.0/getting-started.html
    syncope/site/docs/2.0/getting-started.pdf
    syncope/site/docs/2.0/reference-guide.html
    syncope/site/docs/2.0/reference-guide.pdf
    syncope/site/docs/2.1/getting-started.html
    syncope/site/docs/2.1/getting-started.pdf
    syncope/site/docs/2.1/reference-guide.html
    syncope/site/docs/2.1/reference-guide.pdf

Modified: syncope/site/docs/2.0/getting-started.html
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.0/getting-started.html?rev=1871251&r1=1871250&r2=1871251&view=diff
==============================================================================
--- syncope/site/docs/2.0/getting-started.html (original)
+++ syncope/site/docs/2.0/getting-started.html Thu Dec 12 07:33:04 2019
@@ -551,7 +551,7 @@ body.book #toc,body.book #preamble,body.
 <td class="content">
 <div class="title">This document is under active development and discussion!</div>
 If you find errors or omissions in this document, please don’t hesitate to
-<a href="http://syncope.apache.org/issue-tracking.html">submit an issue</a> or
+<a href="http://syncope.apache.org/issue-management.html">submit an issue</a> or
 <a href="https://github.com/apache/syncope/pulls">open a pull request</a> with
 a fix. We also encourage you to ask questions and discuss any aspects of the project on the
 <a href="http://syncope.apache.org/mailing-lists.html">mailing lists or IRC</a>.
@@ -2581,4 +2581,4 @@ Version 2.0.14<br>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
 <script>hljs.initHighlighting()</script>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: syncope/site/docs/2.0/getting-started.pdf
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.0/getting-started.pdf?rev=1871251&r1=1871250&r2=1871251&view=diff
==============================================================================
--- syncope/site/docs/2.0/getting-started.pdf (original)
+++ syncope/site/docs/2.0/getting-started.pdf Thu Dec 12 07:33:04 2019
@@ -2278,7 +2278,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://syncope.apache.org/issue-tracking.html)
+/URI (http://syncope.apache.org/issue-management.html)
 >>
 /Subtype /Link
 /Rect [484.6582 707.83 535.04 722.11]
@@ -2289,7 +2289,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://syncope.apache.org/issue-tracking.html)
+/URI (http://syncope.apache.org/issue-management.html)
 >>
 /Subtype /Link
 /Rect [120.24 692.05 145.335 706.33]

Modified: syncope/site/docs/2.0/reference-guide.html
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.0/reference-guide.html?rev=1871251&r1=1871250&r2=1871251&view=diff
==============================================================================
--- syncope/site/docs/2.0/reference-guide.html (original)
+++ syncope/site/docs/2.0/reference-guide.html Thu Dec 12 07:33:04 2019
@@ -788,7 +788,7 @@ body.book #toc,body.book #preamble,body.
 <td class="content">
 <div class="title">This document is under active development and discussion!</div>
 If you find errors or omissions in this document, please don’t hesitate to
-<a href="http://syncope.apache.org/issue-tracking.html">submit an issue</a> or
+<a href="http://syncope.apache.org/issue-management.html">submit an issue</a> or
 <a href="https://github.com/apache/syncope/pulls">open a pull request</a> with
 a fix. We also encourage you to ask questions and discuss any aspects of the project on the
 <a href="http://syncope.apache.org/mailing-lists.html">mailing lists or IRC</a>.
@@ -10900,4 +10900,4 @@ Version 2.0.14<br>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
 <script>hljs.initHighlighting()</script>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: syncope/site/docs/2.0/reference-guide.pdf
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.0/reference-guide.pdf?rev=1871251&r1=1871250&r2=1871251&view=diff
==============================================================================
--- syncope/site/docs/2.0/reference-guide.pdf (original)
+++ syncope/site/docs/2.0/reference-guide.pdf Thu Dec 12 07:33:04 2019
@@ -7879,7 +7879,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://syncope.apache.org/issue-tracking.html)
+/URI (http://syncope.apache.org/issue-management.html)
 >>
 /Subtype /Link
 /Rect [484.6582 707.83 535.04 722.11]
@@ -7890,7 +7890,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://syncope.apache.org/issue-tracking.html)
+/URI (http://syncope.apache.org/issue-management.html)
 >>
 /Subtype /Link
 /Rect [120.24 692.05 145.335 706.33]

Modified: syncope/site/docs/2.1/getting-started.html
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.1/getting-started.html?rev=1871251&r1=1871250&r2=1871251&view=diff
==============================================================================
--- syncope/site/docs/2.1/getting-started.html (original)
+++ syncope/site/docs/2.1/getting-started.html Thu Dec 12 07:33:04 2019
@@ -551,7 +551,7 @@ body.book #toc,body.book #preamble,body.
 <td class="content">
 <div class="title">This document is under active development and discussion!</div>
 If you find errors or omissions in this document, please don’t hesitate to
-<a href="http://syncope.apache.org/issue-tracking.html">submit an issue</a> or
+<a href="http://syncope.apache.org/issue-management.html">submit an issue</a> or
 <a href="https://github.com/apache/syncope/pulls">open a pull request</a> with
 a fix. We also encourage you to ask questions and discuss any aspects of the project on the
 <a href="http://syncope.apache.org/mailing-lists.html">mailing lists or IRC</a>.
@@ -2546,4 +2546,4 @@ Version 2.1.5<br>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
 <script>hljs.initHighlighting()</script>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: syncope/site/docs/2.1/getting-started.pdf
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.1/getting-started.pdf?rev=1871251&r1=1871250&r2=1871251&view=diff
==============================================================================
--- syncope/site/docs/2.1/getting-started.pdf (original)
+++ syncope/site/docs/2.1/getting-started.pdf Thu Dec 12 07:33:04 2019
@@ -2278,7 +2278,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://syncope.apache.org/issue-tracking.html)
+/URI (http://syncope.apache.org/issue-management.html)
 >>
 /Subtype /Link
 /Rect [484.6582 707.83 535.04 722.11]
@@ -2289,7 +2289,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://syncope.apache.org/issue-tracking.html)
+/URI (http://syncope.apache.org/issue-management.html)
 >>
 /Subtype /Link
 /Rect [120.24 692.05 145.335 706.33]

Modified: syncope/site/docs/2.1/reference-guide.html
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.1/reference-guide.html?rev=1871251&r1=1871250&r2=1871251&view=diff
==============================================================================
--- syncope/site/docs/2.1/reference-guide.html (original)
+++ syncope/site/docs/2.1/reference-guide.html Thu Dec 12 07:33:04 2019
@@ -796,7 +796,7 @@ body.book #toc,body.book #preamble,body.
 <td class="content">
 <div class="title">This document is under active development and discussion!</div>
 If you find errors or omissions in this document, please don’t hesitate to
-<a href="http://syncope.apache.org/issue-tracking.html">submit an issue</a> or
+<a href="http://syncope.apache.org/issue-management.html">submit an issue</a> or
 <a href="https://github.com/apache/syncope/pulls">open a pull request</a> with
 a fix. We also encourage you to ask questions and discuss any aspects of the project on the
 <a href="http://syncope.apache.org/mailing-lists.html">mailing lists or IRC</a>.
@@ -11213,4 +11213,4 @@ Version 2.1.5<br>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
 <script>hljs.initHighlighting()</script>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: syncope/site/docs/2.1/reference-guide.pdf
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.1/reference-guide.pdf?rev=1871251&r1=1871250&r2=1871251&view=diff
==============================================================================
--- syncope/site/docs/2.1/reference-guide.pdf (original)
+++ syncope/site/docs/2.1/reference-guide.pdf Thu Dec 12 07:33:04 2019
@@ -8079,7 +8079,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://syncope.apache.org/issue-tracking.html)
+/URI (http://syncope.apache.org/issue-management.html)
 >>
 /Subtype /Link
 /Rect [484.6582 707.83 535.04 722.11]
@@ -8090,7 +8090,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://syncope.apache.org/issue-tracking.html)
+/URI (http://syncope.apache.org/issue-management.html)
 >>
 /Subtype /Link
 /Rect [120.24 692.05 145.335 706.33]