You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2019/04/05 16:15:11 UTC

[incubator-iceberg] branch master updated: Turn urls into links in community.md (#148)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new d477de3  Turn urls into links in community.md (#148)
d477de3 is described below

commit d477de331753cd529768e2e0e80acb32a63f84b8
Author: John Zhuge <jz...@apache.org>
AuthorDate: Fri Apr 5 09:15:06 2019 -0700

    Turn urls into links in community.md (#148)
---
 README.md              | 2 +-
 site/docs/community.md | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index f4ea7e8..99221a4 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
 
 Apache Iceberg (incubating) is a new table format for storing large, slow-moving tabular data. It is designed to improve on the de-facto standard table layout built into Hive, Presto, and Spark.
 
-Background and documentation is available at [iceberg.incubator.apache.org](https://iceberg.incubator.apache.org)
+Background and documentation is available at <https://iceberg.incubator.apache.org>
 
 
 ## Status
diff --git a/site/docs/community.md b/site/docs/community.md
index a87af60..4b3d28c 100644
--- a/site/docs/community.md
+++ b/site/docs/community.md
@@ -36,7 +36,7 @@ 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].
 
@@ -51,13 +51,13 @@ The Iceberg community prefers to receive contributions as [Github pull requests]
 
 Iceberg has three mailing lists:
 
-* **Developers**: dev@iceberg.apache.org -- used for community discussions
+* **Developers**: <de...@iceberg.apache.org> -- used for community discussions
     - [Subscribe](mailto:dev-subscribe@iceberg.apache.org)
     - [Unsubscribe](mailto:dev-unsubscribe@iceberg.apache.org)
     - [Archive](https://lists.apache.org/list.html?dev@iceberg.apache.org)
-* **Commits**: commits@iceberg.apache.org -- distributes commit notifications
+* **Commits**: <co...@iceberg.apache.org> -- distributes commit notifications
     - [Subscribe](mailto:commits-subscribe@iceberg.apache.org)
     - [Unsubscribe](mailto:commits-unsubscribe@iceberg.apache.org)
     - [Archive](https://lists.apache.org/list.html?commits@iceberg.apache.org)
-* **Private**: private@iceberg.apache.org -- private PMC list for committer nominations
+* **Private**: <pr...@iceberg.apache.org> -- private PMC list for committer nominations
     - [Archive](https://lists.apache.org/list.html?private@iceberg.apache.org)