Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ 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

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
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ 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

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

Expand All @@ -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

Expand All @@ -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
Expand Down
Loading