Skip to content

Commit 07da2d7

Browse files
committed
Fix site link from the About page to the Download page
1 parent 6ae79c6 commit 07da2d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
5252
The remaining duration was incorrectly calculated and the method did not end up waiting long enough.
5353
Recompute the remaining duration an additional time when we block when exhausted.
5454
</action>
55+
<action type="fix" dev="ggregory" due-to="Wei Guo, Gary Gregory">Fix site link from the About page to the Download page, see also #387.</action>
5556
<!-- ADD -->
5657
<!-- UPDATE -->
5758
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 79 to 81.</action>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<section name="Releases">
4545
<p>
46-
See the <a href="downloads.html">downloads</a> page for information
46+
See the <a href="/download_pool.cgi">downloads</a> page for information
4747
on obtaining releases.
4848
</p>
4949
</section>

0 commit comments

Comments
 (0)