-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.13.7, 8.3.1, 8.9.4
-
Component/s: Documentation - All
-
3
-
Severity 3 - Minor
-
0
Issue Summary
In the top right
» About Confluence, the link for the fastutil is linking to an invalid URL:
- fastutil (it.unimi.dsi:fastutil:8.2.2:jar)
Steps to Reproduce
- Log into Confluence
- Click on the top right
» About Confluence
Expected Results
The link for the fastutil library should link to a valid URL:
Actual Results
The link for the fastutil is linking to an invalid URL:
Workaround
Manually edit <confluence-install>/confluence/about/lgpl-libs.vm and update the link from:
FROM
<li>fastutil (<a href="http://fastutil.dsi.unimi.it/" target="_blank">it.unimi.dsi:fastutil:8.2.2:jar</a>)</li>
TO
<li>fastutil (<a href="http://fastutil.di.unimi.it/" target="_blank">it.unimi.dsi:fastutil:8.2.2:jar</a>)</li>
The change will take effect immediately.