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

yufei pushed a commit to branch release/1.0.x
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/release/1.0.x by this push:
     new e9b118dfa Fix two wrong links in README.md (#1879)
e9b118dfa is described below

commit e9b118dfa2b57e164843b52045ca1c7964061b65
Author: Yufei Gu <[email protected]>
AuthorDate: Thu Jun 12 17:22:00 2025 -0700

    Fix two wrong links in README.md (#1879)
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 332b6aab9..22c2364fe 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,11 @@
 Apache Polaris&trade; is an open-source, fully-featured catalog for Apache 
Iceberg&trade;. It implements Iceberg's 
 [REST 
API](https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml),
 enabling seamless multi-engine interoperability across a wide range of 
platforms, including Apache Doris™, Apache Flink®,
-Apache Spark™, StarRocks, and Trino.
+Apache Spark™, StarRocks, and Trino. 
 
-Documentation is available at https://polaris.apache.org, including
-[Polaris management API 
doc](https://polaris.apache.org/index.html#tag/polaris-management-service_other)
-and [Apache Iceberg REST API 
doc](https://polaris.apache.org/index.html#tag/Configuration-API).
+Documentation is available at https://polaris.apache.org. The REST OpenAPI 
specifications are available here:
+[Polaris management API 
doc](https://editor-next.swagger.io/?url=https://raw.githubusercontent.com/apache/polaris/refs/heads/main/spec/polaris-management-service.yml)
+and [Polaris Catalog API 
doc](https://editor-next.swagger.io/?url=https://raw.githubusercontent.com/apache/polaris/refs/heads/main/spec/generated/bundled-polaris-catalog-service.yaml).
 
 [Subscribe to the dev mailing list][dev-list-subscribe] to join discussions 
via email or browse [the 
archives](https://lists.apache.org/[email protected]). Check 
out the [CONTRIBUTING guide](CONTRIBUTING.md)
 for contribution guidelines.

Reply via email to