This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/velocity-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new aef85d5 Push martin-g changes into production
aef85d5 is described below
commit aef85d5796ffb0b436b00400704ef6e14df41dda
Author: Claude Brisson <[email protected]>
AuthorDate: Fri Jan 29 13:21:08 2021 +0100
Push martin-g changes into production
---
get-involved.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/get-involved.html b/get-involved.html
index ae521c9..fa338ba 100644
--- a/get-involved.html
+++ b/get-involved.html
@@ -238,9 +238,9 @@ h2:hover > .headerlink, h3:hover > .headerlink, h1:hover >
.headerlink, h6:hover
<p>In this role, you participate in the actual development of the code. If
this is the type of role you'd like to play, here are some steps (in addition
to the ones above) to get you started:</p>
<ul>
<li><a href="/how-it-works.html">Read Guidelines</a></li>
-<li>Check Online Oocumentation</li>
+<li><a href="/engine/devel/getting-started.html">Check Online
Documentation</a></li>
<li><a href="/download.cgi">Download the Source Code</a></li>
-<li>Contribute Patches</li>
+<li>Contribute Patches - the easiest way is to create a Pull Request (PR) at
GitHub: <a href="https://github.com/apache/velocity-engine/pulls">Engine</a>
and <a href="https://github.com/apache/velocity-tools/pulls">Tools</a>. All PRs
are automatically tested at TravisCI on both AMD64 and ARM64 CPU
architectures.</li>
</ul>
<p>Here is one developer's advice how to get involved. It specifically talks
about Tomcat, but the general idea can applied to any of the projects.</p>
<ul>