Skip to content

Commit

Permalink
Removed link syntax. (Azure#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmartinez36 authored Dec 7, 2020
1 parent 8715a94 commit 8da8002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/avail-ext-doc/list-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ms.devlang: azure-cli

This article is a complete list of the available extensions for the Azure CLI which are supported by Microsoft.

The list of extensions is also available from the CLI. To get it, run [az extension list-available](/cli/azure/extension?view=azure-cli-latest#az-extension-list-available):
The list of extensions is also available from the CLI. To get it, run [az extension list-available](/cli/azure/extension#az-extension-list-available):

```azurecli-interactive
az extension list-available --output table
Expand Down
2 changes: 1 addition & 1 deletion src/blockchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Microsoft Azure CLI 'blockchain' Extension
This package is for the 'blockchain' extension.
i.e. 'az blockchain'
#### Install:
Install CLI first: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest
Install CLI first: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli

#### Install blockchain extension. (Pre-request)

Expand Down
2 changes: 1 addition & 1 deletion src/vmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ az extension add --name vmware
```

## Usage
See the [extension reference documenation](https://docs.microsoft.com/en-us/cli/azure/ext/vmware/vmware?view=azure-cli-latest).
See the [extension reference documenation](https://docs.microsoft.com/en-us/cli/azure/ext/vmware/vmware).

``` sh
az vmware --help
Expand Down

0 comments on commit 8da8002

Please sign in to comment.