rdblue 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_r272390725
########## 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: Using the link text itself for a reference seems odd to me. I think we should add a markdown/mkdocs plugin to linkify URLs instead. There should be a plugin for this. ---------------------------------------------------------------- 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]
