Skip to content

Commit

Permalink
Fetch Logback javadoc from https://javadoc.io (#810)
Browse files Browse the repository at this point in the history
Fetch Logback javadoc from https://javadoc.io instead of from Logback’s website:
- /package-list not available anymore from the official location
- the official website contains the doc for the very latest released version only without history
  • Loading branch information
brenuart committed May 17, 2022
1 parent d463762 commit c5820d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@
<!-- Setup links to external api docs
-->
<links>
<link>http://logback.qos.ch/apidocs</link>
<link>https://javadoc.io/doc/ch.qos.logback/logback-core/${logback.version}</link>
<link>https://javadoc.io/doc/ch.qos.logback/logback-classic/${logback.version}</link>
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/${jackson.version}</link>
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/${jackson.version}</link>
</links>
Expand Down

0 comments on commit c5820d4

Please sign in to comment.