From 0637bcd6fca6aac4500b7018c65877800f5f9802 Mon Sep 17 00:00:00 2001 From: Sridhar Gaddam Date: Thu, 19 Feb 2026 16:57:44 +0530 Subject: [PATCH] Update doc links to use .adoc Couple of documentation links were still pointing to .md instead of .adoc. This PR updates them. Signed-off-by: Sridhar Gaddam --- README.md | 2 +- bundle/README.md | 8 ++++---- chart/README.md | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c42dc3c54..2c91c5286 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ As you might know, the Sail Operator project serves as the community upstream fo ### Developing on macOS -There are some considerations that you need to take into account while trying to develop, debug and work on macOS and specially if you are using Podman instead on Docker. Please take a look into this [documentation](/docs/macos/develop-on-macos.md) for macOS specifics. +There are some considerations that you need to take into account while trying to develop, debug and work on macOS and specially if you are using Podman instead on Docker. Please take a look into this [documentation](/docs/macos/develop-on-macos.adoc) for macOS specifics. #### versions.yaml diff --git a/bundle/README.md b/bundle/README.md index 36863319f..e565f4ebc 100644 --- a/bundle/README.md +++ b/bundle/README.md @@ -151,7 +151,7 @@ Alternatively, refer to [Istio's artifacthub chart documentation](https://artifa The `istioctl` tool is a configuration command line utility that allows service operators to debug and diagnose Istio service mesh deployments. -For installation steps, refer to the following [link](../docs/common/install-istioctl-tool.md). +For installation steps, refer to the following [link](../docs/common/install-istioctl-tool.adoc). ## Installing the Bookinfo Application @@ -159,7 +159,7 @@ You can use the `bookinfo` example application to explore service mesh features. Using the `bookinfo` application, you can easily confirm that requests from a web browser pass through the mesh and reach the application. -For installation steps, refer to the following [link](../docs/common/install-bookinfo-app.md). +For installation steps, refer to the following [link](../docs/common/install-bookinfo-app.adoc). ## Creating and Configuring Gateways @@ -171,7 +171,7 @@ contains the control plane. You can deploy gateways using either the Gateway API or Gateway Injection methods. -For installation steps, refer to the following [link](../docs/common/create-and-configure-gateways.md). +For installation steps, refer to the following [link](../docs/common/create-and-configure-gateways.adoc). ## Istio Addons Integrations @@ -181,7 +181,7 @@ Istio can be integrated with other software to provide additional functionality The following addons are for demonstration or development purposes only and should not be used in production environments: -For installation steps, refer to the following [link](../docs/common/istio-addons-integrations.md). +For installation steps, refer to the following [link](../docs/common/istio-addons-integrations.adoc). ## Undeploying Istio and the Sail Operator diff --git a/chart/README.md b/chart/README.md index 096c6caaa..3b798ec01 100644 --- a/chart/README.md +++ b/chart/README.md @@ -143,7 +143,7 @@ Alternatively, refer to [Istio's artifacthub chart documentation](https://artifa The `istioctl` tool is a configuration command line utility that allows service operators to debug and diagnose Istio service mesh deployments. -For installation steps, refer to the following [link](../docs/common/install-istioctl-tool.md). +For installation steps, refer to the following [link](../docs/common/install-istioctl-tool.adoc). ## Installing the Bookinfo Application @@ -151,7 +151,7 @@ You can use the `bookinfo` example application to explore service mesh features. Using the `bookinfo` application, you can easily confirm that requests from a web browser pass through the mesh and reach the application. -For installation steps, refer to the following [link](../docs/common/install-bookinfo-app.md). +For installation steps, refer to the following [link](../docs/common/install-bookinfo-app.adoc). ## Creating and Configuring Gateways @@ -162,7 +162,7 @@ contains the control plane. You can deploy gateways using either the Gateway API or Gateway Injection methods. -For installation steps, refer to the following [link](../docs/common/create-and-configure-gateways.md). +For installation steps, refer to the following [link](../docs/common/create-and-configure-gateways.adoc). ## Istio Addons Integrations @@ -171,7 +171,7 @@ Istio can be integrated with other software to provide additional functionality The following addons are for demonstration or development purposes only and should not be used in production environments: -For installation steps, refer to the following [link](../docs/common/istio-addons-integrations.md). +For installation steps, refer to the following [link](../docs/common/istio-addons-integrations.adoc). ## Undeploying Istio and the Sail Operator