This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/master by this push: new 6fe094982f doc(contribute): add link to Deprecation and Archiving Policy (#1403) 6fe094982f is described below commit 6fe094982fd8a1b9942ecae903a3ad9adfa436dc Author: エリス <er...@users.noreply.github.com> AuthorDate: Tue Mar 4 22:32:38 2025 +0900 doc(contribute): add link to Deprecation and Archiving Policy (#1403) --- www/contribute/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/contribute/index.html b/www/contribute/index.html index 225d1f5bd6..902fd6a6c3 100644 --- a/www/contribute/index.html +++ b/www/contribute/index.html @@ -17,8 +17,9 @@ title: Contribute <div class="col-sm-7"> <h2>What you can do</h2> <ul class="contribute-get-started-steps"> - <li>File a <a href="./issues.html">bug or task</a></li> - <li>Read the <a href="./contribute_guidelines.html">Contributor Guidelines</a></li> + <li>File a <a href="{{ site.baseurl }}/contribute/issues.html">bug or task</a></li> + <li>Read the <a href="{{ site.baseurl }}/contribute/contribute_guidelines.html">Contributor Guidelines</a></li> + <li>Read the <a href="{{ site.baseurl }}/deprecation_policy.html">Deprecation and Archiving Policy</a></li> <li>Join the <a href="{{ site.baseurl }}/contact">Dev mailing list</a> and send a brief introduction of yourself to it</li> <li>Join the discussion on <a href="https://s.apache.org/cordova-slack">Slack</a></li> <li>Try out the next version of Cordova using <a href="{{ site.baseurl }}/contribute/nightly_builds.html">nightly builds</a></li> @@ -33,7 +34,7 @@ title: Contribute </li> <li> <span class="glyphicon glyphicon-user"></span><i> </i> - See all <a href="./team.html">Team</a> + See all <a href="{{ site.baseurl }}/contribute/team.html">Team</a> </li> </ul> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org