jzhuge commented on a change in pull request #148: Turn urls into links in community.md URL: https://github.com/apache/incubator-iceberg/pull/148#discussion_r272462659
########## File path: site/docs/community.md ########## @@ -36,13 +36,14 @@ Issues are tracked in GitHub: ### Contributing -Iceberg uses Apache's GitHub integration. The code is available at https://github.com/apache/incubator-iceberg +Iceberg uses Apache's GitHub integration. The code is available at [https://github.com/apache/incubator-iceberg]. The Iceberg community prefers to receive contributions as [Github pull requests][github-pr-docs]. * [View open pull requests][iceberg-prs] * [Learn about pull requests][github-pr-docs] +[https://github.com/apache/incubator-iceberg]: https://github.com/apache/incubator-iceberg Review comment: It turned out we can just use Markdown's automatic links. Updated the PR. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
