Skip to content

Commit 90f2b9e

Browse files
committed
fixing broken links
1 parent 6074d05 commit 90f2b9e

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

articles/azure-functions/TOC.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -668,12 +668,6 @@
668668
items:
669669
- name: Azure Cosmos DB - portal
670670
href: functions-integrate-store-unstructured-data-cosmosdb.md
671-
- name: Azure Cache for Redis
672-
items:
673-
- name: Get started with VS Code
674-
href: ../redis/tutorial-functions-getting-started.md?toc=%2fazure%2fazure-functions%2ftoc.json
675-
- name: Create a write-behind cache
676-
href: ../redis/tutorial-write-behind.md?toc=%2fazure%2fazure-functions%2ftoc.json
677671
- name: Storage
678672
items:
679673
- name: Azure portal

articles/redis/.openpublishing.redirection.redis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
},
2929
{
3030
"source_path_from_root": "/articles/redis/tutorial-functions-getting-started.md",
31-
"redirect_url": "../../azure/azure-functions/functions-bindings-cache",
31+
"redirect_url": "/azure/azure-functions/functions-bindings-cache",
3232
"redirect_document_id": false
3333
},
3434
{
3535
"source_path_from_root": "/articles/redis/tutorial-write-behind.md",
36-
"redirect_url": "../../azure/azure-functions/functions-bindings-cache",
36+
"redirect_url": "/azure/azure-functions/functions-bindings-cache",
3737
"redirect_document_id": false
3838
}
3939
]

articles/redis/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ landingContent:
5959
url: aspnet-output-cache-provider.md
6060
- text: Use Redis as a semantic cache
6161
url: tutorial-semantic-cache.md
62-
- text: Use Redis triggers and bindings with Azure Functions
63-
url: tutorial-functions-getting-started.md
6462
- text: Use Spring Boot Initializer
6563
url: /azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache
6664
- title: Azure Managed Redis Fundamentals

0 commit comments

Comments
 (0)