Skip to content

Commit

Permalink
Fix: broken links in 3.8 (#7904)
Browse files Browse the repository at this point in the history
* update semantic cache links to new name; add missing AI plugins links

* Apply suggestions from code review

Co-authored-by: Diana <[email protected]>

* typo

---------

Co-authored-by: Diana <[email protected]>
  • Loading branch information
lena-larionova and cloudjumpercat authored Sep 11, 2024
1 parent 85ed736 commit ca02d0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 4 additions & 3 deletions app/_hub/kong-inc/ai-semantic-cache/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion app/_includes/md/ai-plugins-links.md
Original file line number Diff line number Diff line change
@@ -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/) <span class="badge enterprise"></span>
{% 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/) <span class="badge enterprise"></span>
* [AI Semantic Cache](/hub/kong-inc/ai-semantic-cache/) <span class="badge enterprise"></span>
* [AI Semantic Prompt Guard](/hub/kong-inc/ai-semantic-prompt-guard/) <span class="badge enterprise"></span>
{% endif_version -%}
{% if_version gte:3.7.x -%}
* [AI Rate Limiting Advanced](/hub/kong-inc/ai-rate-limiting-advanced/) <span class="badge enterprise"></span>
Expand Down

0 comments on commit ca02d0a

Please sign in to comment.