Skip to content

Commit d405205

Browse files
committed
fixing link issues after fixing file name
1 parent 49a877c commit d405205

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/azure-cache-for-redis/cli-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following table includes links to bash scripts built using the Azure CLI.
1717

1818
| Create cache | Description |
1919
| ------------ | ----------- |
20-
| [Create and manage a cache](../redis/scripts/create-managed-cache.md) | Creates a resource group and a basic tier Azure Cache for Redis. It then gets details of an Azure Cache for Redis instance, including provisioning status, the hostname, ports, and keys for an Azure Cache for Redis instance. Finally, it deletes the cache.|
20+
| [Create and manage a cache](../redis/scripts/create-manage-cache.md) | Creates a resource group and a basic tier Azure Cache for Redis. It then gets details of an Azure Cache for Redis instance, including provisioning status, the hostname, ports, and keys for an Azure Cache for Redis instance. Finally, it deletes the cache.|
2121
| [Create and manage a premium cache with clustering](./scripts/create-manage-premium-cache-cluster.md) | Creates a resource group and a premium tier cache with clustering enabled. It then gets details of an Azure Cache for Redis instance, including provisioning status, the hostname, ports, and keys for an Azure Cache for Redis instance. Finally, it deletes the cache.|
2222

2323
For more information about the Azure CLI, see [Install the Azure CLI](/cli/azure/install-azure-cli) and [Get started with Azure CLI](/cli/azure/get-started-with-azure-cli).

articles/azure-cache-for-redis/scripts/create-manage-premium-cache-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ This script uses the following commands to create a resource group and a Premium
4848

4949
For more information on the Azure CLI, see [Azure CLI documentation](/cli/azure).
5050

51-
For an Azure Cache for Redis CLI script sample that creates a managed cache, see [Azure Managed Redis](../../redis/scripts/create-managed-cache.md).
51+
For an Azure Cache for Redis CLI script sample that creates a managed cache, see [Azure Managed Redis](../../redis/scripts/create-manage-cache.md).

articles/redis/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ items:
2121
- name: Create and manage with Azure PowerShell
2222
href: how-to-manage-redis-cache-powershell.md
2323
- name: Create and manage with Azure CLI
24-
href: scripts/create-managed-cache.md
24+
href: scripts/create-manage-cache.md
2525
- name: Create and manage premium cache with Azure CLI
2626
href: ../azure-cache-for-redis/scripts/create-manage-premium-cache-cluster.md
2727
- name: Create Redis cache - Bicep
@@ -84,7 +84,7 @@ items:
8484
- name: Overview
8585
href: ../azure-cache-for-redis/cli-samples.md
8686
- name: Create and manage a cache
87-
href: scripts/create-managed-cache.md
87+
href: scripts/create-manage-cache.md
8888

8989
- name: Development and client libraries
9090
items:

0 commit comments

Comments
 (0)