diff --git a/docs/docs/aws.md b/docs/docs/aws.md index a6515af9f3aa..d193c4f264c6 100644 --- a/docs/docs/aws.md +++ b/docs/docs/aws.md @@ -483,7 +483,7 @@ sh spark-sql --conf spark.sql.catalog.my_catalog=org.apache.iceberg.spark.SparkC --conf spark.sql.catalog.my_catalog.s3.write.table-tag-enabled=true \ --conf spark.sql.catalog.my_catalog.s3.write.namespace-tag-enabled=true ``` -For more details on tag restrictions, please refer [User-Defined Tag Restrictions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging-managing.html). +For more details on tag restrictions, please refer to [User-Defined Tag Restrictions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging-managing.html). ### S3 Access Points @@ -507,7 +507,7 @@ spark-sql --conf spark.sql.catalog.my_catalog=org.apache.iceberg.spark.SparkCata For the above example, the objects in S3 on `my-bucket1` and `my-bucket2` buckets will use `arn:aws:s3:::accesspoint/` access-point for all S3 operations. -For more details on using access-points, please refer [Using access points with compatible Amazon S3 operations](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-usage-examples.html), [Sample notebook](https://github.com/aws-samples/quant-research/tree/main) . +For more details on using access-points, please refer to [Using access points with compatible Amazon S3 operations](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-usage-examples.html), [Sample notebook](https://github.com/aws-samples/quant-research/tree/main) . ### S3 Access Grants @@ -657,7 +657,7 @@ spark-sql --conf spark.sql.catalog.my_catalog=org.apache.iceberg.spark.SparkCata --conf spark.sql.catalog.my_catalog.s3.dualstack-enabled=true ``` -For more details on using S3 Dual-stack, please refer [Using dual-stack endpoints from the AWS CLI and the AWS SDKs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/dual-stack-endpoints.html#dual-stack-endpoints-cli) +For more details on using S3 Dual-stack, please refer to [Using dual-stack endpoints from the AWS CLI and the AWS SDKs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/dual-stack-endpoints.html#dual-stack-endpoints-cli) ## AWS Client Customization diff --git a/docs/docs/maintenance.md b/docs/docs/maintenance.md index 8bc09b8ee6d6..98a88a11d87c 100644 --- a/docs/docs/maintenance.md +++ b/docs/docs/maintenance.md @@ -21,7 +21,7 @@ title: Maintenance # Maintenance !!! info - Maintenance operations require the `Table` instance. Please refer [Java API quickstart](java-api-quickstart.md#create-a-table) page to refer how to load an existing table. + Maintenance operations require the `Table` instance. Please refer to the [Java API quickstart](java-api-quickstart.md#create-a-table) page to learn how to load an existing table. ## Recommended Maintenance diff --git a/docs/docs/nessie.md b/docs/docs/nessie.md index ee212c6aa859..da01c564a1e8 100644 --- a/docs/docs/nessie.md +++ b/docs/docs/nessie.md @@ -47,7 +47,7 @@ bin/spark-sql --conf spark.sql.extensions="org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions,org.projectnessie.spark.extensions.NessieSparkSessionExtensions" --conf ``` -Please refer [Nessie SQL extension document](https://projectnessie.org/tools/sql/) to learn more about it. +Please refer to the [Nessie SQL extension document](https://projectnessie.org/tools/sql/) to learn more about it. ## Nessie Catalog