From ca02d0a9dcc8226482a3bcd75138ca39618bf14d Mon Sep 17 00:00:00 2001
From: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
Date: Wed, 11 Sep 2024 11:04:59 -0700
Subject: [PATCH] Fix: broken links in 3.8 (#7904)
* update semantic cache links to new name; add missing AI plugins links
* Apply suggestions from code review
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
* typo
---------
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
---
app/_hub/kong-inc/ai-semantic-cache/overview/_index.md | 7 ++++---
app/_includes/md/ai-plugins-links.md | 6 +++++-
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/app/_hub/kong-inc/ai-semantic-cache/overview/_index.md b/app/_hub/kong-inc/ai-semantic-cache/overview/_index.md
index 8d55d79af3d9..f5304c4a882c 100644
--- a/app/_hub/kong-inc/ai-semantic-cache/overview/_index.md
+++ b/app/_hub/kong-inc/ai-semantic-cache/overview/_index.md
@@ -110,9 +110,10 @@ The plugin respects cache control headers to determine if requests and responses
## Get started with the AI Semantic Caching plugin
-* [Configuration reference](/hub/kong-inc/ai-semantic-caching/configuration/)
-* [Basic configuration example](/hub/kong-inc/ai-semantic-caching/how-to/basic-example/)
-* [Learn how to use the plugin](/hub/kong-inc/ai-semantic-caching/how-to/)
+* [Configuration reference](/hub/kong-inc/ai-semantic-cache/configuration/)
+* [Basic configuration example](/hub/kong-inc/ai-semantic-cache/how-to/basic-example/)
+* [Set up AI Semantic Cache with Mistral](/hub/kong-inc/ai-semantic-cache/how-to/llm-provider-integration-guides/mistral/)
+* [Set up AI Semantic Cache with OpenAI](/hub/kong-inc/ai-semantic-cache/how-to/llm-provider-integration-guides/openai/)
### All AI Gateway plugins
diff --git a/app/_includes/md/ai-plugins-links.md b/app/_includes/md/ai-plugins-links.md
index 733e8205375f..223711bed5db 100644
--- a/app/_includes/md/ai-plugins-links.md
+++ b/app/_includes/md/ai-plugins-links.md
@@ -1,8 +1,12 @@
* [AI Proxy](/hub/kong-inc/ai-proxy/)
+{% if_version gte:3.8.x -%}
+* [AI Proxy Advanced](/hub/kong-inc/ai-proxy-advanced/)
+{% endif_version -%}
* [AI Request Transformer](/hub/kong-inc/ai-request-transformer/)
* [AI Response Transformer](/hub/kong-inc/ai-response-transformer/)
{% if_version gte:3.8.x -%}
-* [AI Semantic Caching](/hub/kong-inc/ai-semantic-caching/)
+* [AI Semantic Cache](/hub/kong-inc/ai-semantic-cache/)
+* [AI Semantic Prompt Guard](/hub/kong-inc/ai-semantic-prompt-guard/)
{% endif_version -%}
{% if_version gte:3.7.x -%}
* [AI Rate Limiting Advanced](/hub/kong-inc/ai-rate-limiting-advanced/)