Skip to content

Commit 9b23f35

Browse files
committed
fix broken links in ai-gateway.
1 parent 0411b8a commit 9b23f35

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

en/docs/ai-gateway/ai-gateway-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ This standardized approach enables structured AI workflows where AI agents can s
9393
- **[Tool Invocation]({{base_path}}/ai-gateway/mcp-gateway/subscribe-to-a-mcp-server/)**: JSON-RPC based tool execution through subscriptions and access tokens
9494
- **[MCP Playground]({{base_path}}/ai-gateway/mcp-gateway/invoke-a-mcp-server-using-playground/)**: Interactive testing environment for MCP servers and tools
9595
#### Security & Analytics
96-
- **[API Security]({{base_path}}/api-design-manage/design/api-security/api-authentication/secure-apis-using-oauth2-tokens/)**: Leverage platform security policies including OAuth2, JWT, and mutual SSL for tool access
96+
- **[API Security]({{base_path}}/api-security/runtime/api-authentication/secure-apis-using-oauth2-tokens/)**: Leverage platform security policies including OAuth2, JWT, and mutual SSL for tool access
9797
- **[API Analytics]({{base_path}}/monitoring/api-analytics/analytics-overview/)**: Track tool usage patterns and performance metrics through platform analytics
98-
- **[Rate Limiting]({{base_path}}/api-design-manage/design/rate-limiting/setting-throttling-limits/)**: Control tool usage with platform throttling policies and quotas
98+
- **[Rate Limiting]({{base_path}}/api-design-manage/design/rate-limiting/set-api-level-throttling/)**: Control tool usage with platform throttling policies and quotas
9999

100100
## Platform Capabilities
101101

en/docs/ai-gateway/ai-vendor-management/custom-ai-vendors/onboarding-custom-ai-service-provider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Before creating a custom AI service provider, ensure you have:
150150
Once your custom AI service provider is configured:
151151

152152
1. **Create AI APIs** using the configured provider - See [Getting Started with AI Gateway]({{base_path}}/ai-gateway/getting-started-with-ai-gateway/)
153-
2. **Set up rate limiting** and **policies** specific to your AI service - See [Rate Limiting]({{base_path}}/ai-gateway/rate-limiting/) and [API Policies]({{base_path}}/manage-apis/design/api-policies/overview/)
153+
2. **Set up rate limiting** and **policies** specific to your AI service - See [Rate Limiting]({{base_path}}/ai-gateway/rate-limiting/) and [API Policies]({{base_path}}/api-design-manage/design/api-policies/overview/)
154154
3. **Configure monitoring** and **analytics** to track usage - See [API Analytics]({{base_path}}/monitoring/api-analytics/analytics-overview/)
155-
4. **Test the integration** with sample requests - See [AI Gateway Overview]({{base_path}}/ai-gateway/overview/)
156-
5. **Deploy to production** and manage access through the API Gateway - See [Deploy an API]({{base_path}}/manage-apis/deploy-and-publish/deploy-on-gateway/deploy-api/deploy-an-api/)
155+
4. **Test the integration** with sample requests - See [AI Gateway Overview]({{base_path}}/ai-gateway/ai-gateway-overview/)
156+
5. **Deploy to production** and manage access through the API Gateway - See [Deploy an API]({{base_path}}/api-design-manage/deploy-and-publish/deploy-on-gateway/deploy-api/deploy-an-api/)

en/docs/ai-gateway/getting-started-with-ai-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Now that the AI API is successfully created, next step is to configure the backe
9595

9696
### Deploy, Test and Publish your AI API
9797

98-
Following the successful AI API creation and backend security configuration, you can proceed to [deploy]({{base_path}}/manage-apis/deploy-and-publish/deploy-on-gateway/deploy-api/deploy-an-api/), [test]({{base_path}}/manage-apis/design/create-api/create-rest-api/test-a-rest-api/), and [publish]({{base_path}}/manage-apis/deploy-and-publish/publish-on-dev-portal/publish-an-api) the AI API.
98+
Following the successful AI API creation and backend security configuration, you can proceed to [deploy]({{base_path}}/api-design-manage/deploy-and-publish/deploy-on-gateway/deploy-api/deploy-an-api/), [test]({{base_path}}/api-design-manage/design/create-api/create-rest-api/test-a-rest-api/), and [publish]({{base_path}}/api-design-manage/deploy-and-publish/publish-on-dev-portal/publish-an-api) the AI API.
9999

100100
### Invoke AI API
101101

en/docs/ai-gateway/multi-model-routing/failover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ You can configure failover for your AI API by attaching the **Model Failover** p
4949

5050
6. Finally, scroll to the bottom of the page and click on **Save and deploy**.
5151

52-
7. For more information on how to work with API Policies, refer to the [API Policies]({{base_path}}/manage-apis/design/api-policies/overview/) section.
52+
7. For more information on how to work with API Policies, refer to the [API Policies]({{base_path}}/api-design-manage/design/api-policies/overview/) section.

en/docs/ai-gateway/multi-model-routing/load-balancing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can enforce round robin based load balancing for your AI API by attaching th
4949

5050
6. Finally, scroll to the bottom of the page and click on **Save and deploy**.
5151

52-
7. For more information on how to work with API Policies, refer to the [API Policies]({{base_path}}/manage-apis/design/api-policies/overview/) section.
52+
7. For more information on how to work with API Policies, refer to the [API Policies]({{base_path}}/api-design-manage/design/api-policies/overview/) section.
5353

5454
### Try Out Round Robin Routing
5555

@@ -109,7 +109,7 @@ You can enforce weighted round robin based load balancing for your AI API by att
109109

110110
6. Finally, scroll to the bottom of the page and click on **Save and deploy**.
111111

112-
7. For more information on how to work with API Policies, refer to the [API Policies]({{base_path}}/manage-apis/design/api-policies/overview/) section.
112+
7. For more information on how to work with API Policies, refer to the [API Policies]({{base_path}}/api-design-manage/design/api-policies/overview/) section.
113113

114114
### Try Out Weighted Round Robin Routing
115115

0 commit comments

Comments
 (0)