This is an automated email from the ASF dual-hosted git repository. shangxinli pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/parquet-site.git
commit 34fe966e3ca6c7f2b56266a92cd8c6654268b92c Author: Gábor Szádovszky <[email protected]> AuthorDate: Mon May 28 12:40:10 2018 +0000 PARQUET-803: "How to contribute" link is broken on the webpage git-svn-id: https://svn.apache.org/repos/asf/parquet/site@1832388 13f79535-47bb-0310-9956-ffa450edef68 --- source/community.html.md | 2 +- source/developers.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/community.html.md b/source/community.html.md index 7b1a3d0..720bf92 100644 --- a/source/community.html.md +++ b/source/community.html.md @@ -15,7 +15,7 @@ <p>New bugs can be reported on <a href="http://issues.apache.org/jira/browse/PARQUET">JIRA</a>. In order to create a new issue, you'll need to signup for an account.</p> <h4 name="contribute">Contribute a core patch</h4> - <p>Follow our <a href="/docs/howtocontribute/">contribution guidelines</a> when submitting a patch.</p> + <p>Follow our <a href="/contribute/">contribution guidelines</a> when submitting a patch.</p> <h3>Stay in Touch</h3> <p>Attend a Parquet <a href="https://plus.google.com/events/c36apc97f7invko9p128hq9e6b8">sync up meeting</a> via Google Hangouts.</p> diff --git a/source/developers.html.md b/source/developers.html.md index 4fe641b..b601f53 100644 --- a/source/developers.html.md +++ b/source/developers.html.md @@ -4,7 +4,7 @@ <p>New bugs can be reported on our <a href="http://issues.apache.org/jira/browse/AURORA">Jira issue tracker</a>. In order to create a new issue, you'll need to signup for an account.</p> <h4 name="contribute">Contribute a core patch</h4> - <p>Follow our <a href="/docs/howtocontribute/">contribution guidelines</a> when submitting a patch.</p> + <p>Follow our <a href="/contribute/">contribution guidelines</a> when submitting a patch.</p> <h4 name="ircchannel">IRC Channel</h4> <p>Many of the Aurora developers and users chat in the #aurora channel on irc.freenode.net.</p>
