Fixing contribution-guide links
This commit is contained in:
commit
fcaa004389
|
@ -23,7 +23,7 @@ The Eclipse Jetty Operations Guide targets sysops, devops, and developers who wa
|
||||||
|
|
||||||
The Eclipse Jetty Programming Guide targets developers who want to use the Eclipse Jetty libraries in their applications, and advanced sysops/devops that want to customize the deployment of web applications.
|
The Eclipse Jetty Programming Guide targets developers who want to use the Eclipse Jetty libraries in their applications, and advanced sysops/devops that want to customize the deployment of web applications.
|
||||||
|
|
||||||
== xref:contribution-guide/index.adoc[Jetty Contribution Guide]
|
== https://eclipse.dev/jetty/documentation/contribution-guide/index.html[Jetty Contribution Guide]
|
||||||
|
|
||||||
The Eclipse Jetty Programming Guide targets developers that wish to contribute to the Jetty Project with code patches or documentation improvements.
|
The Eclipse Jetty Programming Guide targets developers that wish to contribute to the Jetty Project with code patches or documentation improvements.
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -165,7 +165,7 @@
|
||||||
<build-helper.maven.plugin.version>3.5.0</build-helper.maven.plugin.version>
|
<build-helper.maven.plugin.version>3.5.0</build-helper.maven.plugin.version>
|
||||||
<build-support.version>1.5</build-support.version>
|
<build-support.version>1.5</build-support.version>
|
||||||
<buildnumber.maven.plugin.version>3.2.0</buildnumber.maven.plugin.version>
|
<buildnumber.maven.plugin.version>3.2.0</buildnumber.maven.plugin.version>
|
||||||
<checkstyle.version>10.12.7</checkstyle.version>
|
<checkstyle.version>10.13.0</checkstyle.version>
|
||||||
<commons-codec.version>1.16.0</commons-codec.version>
|
<commons-codec.version>1.16.0</commons-codec.version>
|
||||||
<commons-lang3.version>3.14.0</commons-lang3.version>
|
<commons-lang3.version>3.14.0</commons-lang3.version>
|
||||||
<commons.compress.version>1.25.0</commons.compress.version>
|
<commons.compress.version>1.25.0</commons.compress.version>
|
||||||
|
|
Loading…
Reference in New Issue