Skip to content

Commit 6223e54

Browse files
committed
fix broken links.
1 parent 1f0db38 commit 6223e54

File tree

53 files changed

+169
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+169
-169
lines changed

en/docs/api-design-manage/deploy-and-publish/deploy-on-gateway/api-gateway/api-gateways-with-dedicated-backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gateways with Dedicated Backends
22

3-
We can extend the [multiple gateway environments]({{base_path}}/manage-apis/deploy-and-publish/api-gateway/maintaining-separate-production-and-sandbox-gateways) feature by utilizing parameterized endpoint capabilities of WSO2 API Manager to have each gateway point to a different back-end endpoint. Universal Gateway is the actual runtime of the APIs that are developed and published from the API Publisher. WSO2 API Manager is capable of publishing APIs to different Gateways where API users connect to those Universal Gateways in order to do the actual API calls through the applications to which they are subscribed.
3+
We can extend the [multiple gateway environments]({{base_path}}/api-gateway/maintaining-separate-production-and-sandbox-gateways) feature by utilizing parameterized endpoint capabilities of WSO2 API Manager to have each gateway point to a different back-end endpoint. Universal Gateway is the actual runtime of the APIs that are developed and published from the API Publisher. WSO2 API Manager is capable of publishing APIs to different Gateways where API users connect to those Universal Gateways in order to do the actual API calls through the applications to which they are subscribed.
44

55
However, the API Publisher can only provide a single static endpoint for an API in the implementation. Therefore, the API call is directed to a single endpoint in whichever Gateway the API is deployed in, as depicted in the diagram below.
66

@@ -18,7 +18,7 @@ Follow the steps below to configure a parameterized endpoint as the API endpoint
1818

1919
[![Dedicated backend definition]({{base_path}}/assets/img/learn/dedicated-backend-def.png)]({{base_path}}/assets/img/learn/dedicated-backend-def.png)
2020

21-
3. Save and [publish]({{base_path}}/manage-apis/deploy-and-publish/publish-on-dev-portal/publish-an-api) the API.
21+
3. Save and [publish]({{base_path}}/api-design-manage/deploy-and-publish/publish-on-dev-portal/publish-an-api) the API.
2222

2323
4. Navigate to the `<API-M_HOME>/repository/deployment/server/synapse-configs/default/sequences` directory of each Gateway and create the following sequence.
2424

en/docs/api-design-manage/deploy-and-publish/deploy-on-gateway/api-gateway/gateway-policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Follow the instructions provided below to create a gateway policy:
5555
[![Save individual policy data]({{base_path}}/assets/img/deploy/gateway/global-polices-add-header-policy.png){: style="width:90%"}]({{base_path}}/assets/img/deploy/gateway/global-polices-add-header-policy.png)
5656

5757
!!!note
58-
All the policies listed for addition as global policies are [common policies]({{base_path}}/manage-apis/design/api-policies/create-policy/).
58+
All the policies listed for addition as global policies are [common policies]({{base_path}}/api-design-manage/design/api-policies/create-policy/).
5959

6060
5. After saving the dropped policy, you should now be able to view the associated **Add Header** policy indicated by the initials **AH**.
6161

@@ -95,4 +95,4 @@ To undeploy a global policy from any gateway environment, simply click on the cl
9595

9696
You can engage policies with APIs and their resources:
9797

98-
[Attaching API Policies]({{base_path}}/manage-apis/design/api-policies/attach-policy/)
98+
[Attaching API Policies]({{base_path}}/api-design-manage/design/api-policies/attach-policy/)

en/docs/api-design-manage/deploy-and-publish/deploy-on-gateway/api-gateway/mutual-ssl-between-api-gateway-and-backend.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Now both the backend service and API Manager are configured to use default key s
110110

111111
You can do the following to test your mutual SSL configurations
112112

113-
1. [Create an API]({{base_path}}/manage-apis/design/create-api/create-rest-api/create-a-rest-api)
114-
2. [Publish the API]({{base_path}}/manage-apis/deploy-and-publish/publish-on-dev-portal/publish-an-api)
115-
3. [Subscribe to the API]({{base_path}}/consume/manage-subscription/subscribe-to-an-api)
116-
4. [Invoke the API]({{base_path}}/consume/invoke-apis/invoke-apis-using-tools/invoke-an-api-using-the-integrated-api-console)
113+
1. [Create an API]({{base_path}}/api-design-manage/design/create-api/create-rest-api/create-a-rest-api)
114+
2. [Publish the API]({{base_path}}/api-design-manage/deploy-and-publish/publish-on-dev-portal/publish-an-api)
115+
3. [Subscribe to the API]({{base_path}}/api-developer-portal/manage-subscription/subscribe-to-an-api)
116+
4. [Invoke the API]({{base_path}}/api-developer-portal/invoke-apis/invoke-apis-using-tools/invoke-an-api-using-the-integrated-api-console)

en/docs/api-design-manage/deploy-and-publish/deploy-on-gateway/api-gateway/response-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You need to enable response caching when creating a new API or editing an existi
88

99
Please follow below steps to enable response caching for an API.
1010

11-
1. [Create an API]({{base_path}}/manage-apis/design/create-api/create-rest-api/create-a-rest-api/).
11+
1. [Create an API]({{base_path}}/api-design-manage/design/create-api/create-rest-api/create-a-rest-api/).
1212

1313
2. Navigate to the **Runtime** tab under **API Configurations** where you find the response caching configuration. Then turn on Response caching and give a timeout value. This enables the default response caching settings.
1414

en/docs/api-design-manage/deploy-and-publish/deploy-on-gateway/deploy-api/deploy-through-multiple-api-gateways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Carry out the following instructions in the **second** and the **third** instanc
162162

163163
4. Enable JSON Web Token (JWT) if required.
164164

165-
For instructions, see [Generating JSON Web Token]({{base_path}}/manage-apis/deploy-and-publish/deploy-on-gateway/api-gateway/passing-enduser-attributes-to-the-backend-via-api-gateway/).
165+
For instructions, see [Generating JSON Web Token]({{base_path}}/api-gateway/passing-enduser-attributes-to-the-backend-via-api-gateway/).
166166

167167
5. Add the public certificate of the private key (that is used for signing the tokens) to the truststore under the `"gateway_certificate_alias"` alias.
168168

en/docs/api-design-manage/deploy-and-publish/deploy-on-gateway/federated-gateways/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Deploy and manage APIs on Amazon Web Services API Gateway. WSO2 API Manager come
2929
- OAuth 2.0 security via Lambda Authorizer
3030
- Centralized management through WSO2 API Manager
3131

32-
[Learn more about AWS API Gateway deployment]({{base_path}}/manage-apis/deploy-and-publish/federated-gateways/aws/deploy-on-aws-api-gateway/)
32+
[Learn more about AWS API Gateway deployment]({{base_path}}/api-design-manage/deploy-and-publish/federated-gateways/aws/deploy-on-aws-api-gateway/)
3333

3434
### Azure API Gateway
3535
Deploy and manage APIs on Microsoft Azure API Management Service. The built-in Azure gateway connector facilitates deployment and discovery of APIs on Azure infrastructure.
@@ -51,7 +51,7 @@ Discover and manage APIs deployed on Kong Gateway. WSO2 API Manager supports bot
5151
- Support for Kong Kubernetes and Standalone modes
5252
- Unified management through WSO2 API Manager Control Plane
5353

54-
[Learn more about Kong Gateway integration]({{base_path}}/manage-apis/deploy-and-publish/federated-gateways/kong/kong-standalone/discover-apis-on-kong-gateway/)
54+
[Learn more about Kong Gateway integration]({{base_path}}/api-design-manage/deploy-and-publish/federated-gateways/kong/kong-standalone/discover-apis-on-kong-gateway/)
5555

5656
### Envoy Gateway
5757
Discover and manage APIs deployed on Envoy Gateway in Kubernetes environments.
@@ -61,7 +61,7 @@ Discover and manage APIs deployed on Envoy Gateway in Kubernetes environments.
6161
- Kubernetes-native integration
6262
- Centralized API governance
6363

64-
[Learn more about Envoy Gateway integration]({{base_path}}/manage-apis/deploy-and-publish/federated-gateways/EnvoyGateway/eg-k8s/discover-apis-on-eg-gateway-in-kubernetes/)
64+
[Learn more about Envoy Gateway integration]({{base_path}}/api-design-manage/deploy-and-publish/federated-gateways/EnvoyGateway/eg-k8s/discover-apis-on-eg-gateway-in-kubernetes/)
6565

6666
## Gateway Modes
6767

@@ -75,7 +75,7 @@ Federated gateways can operate in different modes depending on your requirements
7575

7676
If you need to integrate with a third-party gateway that is not supported out-of-the-box, WSO2 API Manager provides the flexibility to create custom gateway agents. This allows you to extend the federated gateway capabilities to any external gateway.
7777

78-
[Learn more about configuring custom gateway agents]({{base_path}}/manage-apis/deploy-and-publish/federated-gateways/configure-custom-gateway-agent/)
78+
[Learn more about configuring custom gateway agents]({{base_path}}/api-design-manage/deploy-and-publish/federated-gateways/configure-custom-gateway-agent/)
7979

8080
## Architecture Benefits
8181

en/docs/api-design-manage/deploy-and-publish/federated-gateways/aws/deploy-on-aws-api-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Follow the instructions given below to configure AWS API Gateway as a Federated
4343

4444
`https://localhost:9443/admin`
4545

46-
2. Register a third party KM following instructions in WSO2 documentation. In this guide we will setup Auth0 as the KM following the guide [Configure Auth0 as a Key Manager]({{base_path}}/administer/key-managers/configure-auth0-connector/).
46+
2. Register a third party KM following instructions in WSO2 documentation. In this guide we will setup Auth0 as the KM following the guide [Configure Auth0 as a Key Manager]({{base_path}}/api-security/key-management/third-party-key-managers/configure-auth0-connector/).
4747

4848
## Step 4 : Create and Design API
4949

en/docs/api-design-manage/deploy-and-publish/publish-on-dev-portal/publish-an-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Follow the steps below to publish an API using WSO2 API Manager.
66

7-
1. Sign in to the API Publisher `https://<hostname>:9443/publisher` (e.g., `https://localhost:9443/publisher` ). Upon signing in, the list of APIs in the API Publisher is listed. Please refer [create an API guide]({{base_path}}/manage-apis/design/create-api/create-rest-api/create-a-rest-api/) to create a new API.
7+
1. Sign in to the API Publisher `https://<hostname>:9443/publisher` (e.g., `https://localhost:9443/publisher` ). Upon signing in, the list of APIs in the API Publisher is listed. Please refer [create an API guide]({{base_path}}/api-design-manage/design/create-api/create-rest-api/create-a-rest-api/) to create a new API.
88

9-
The list of APIs in the API Publisher appears. If there are no APIs created, [create an API]({{base_path}}/manage-apis/design/create-api/create-rest-api/create-a-rest-api/) before starting.
9+
The list of APIs in the API Publisher appears. If there are no APIs created, [create an API]({{base_path}}/api-design-manage/design/create-api/create-rest-api/create-a-rest-api/) before starting.
1010

1111
2. Click on an API that is in the **CREATED** state.
1212

en/docs/api-design-manage/deploy-and-publish/publish-on-dev-portal/publish-to-multiple-external-api-stores.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ In this guide, let's use two separate instances of WSO2 API Manager, and let's p
188188

189189
8. Click **Save Content**.
190190

191-
9. Sign in to the Publisher of the first instance as `admin`/`admin` and if you do not have any APIs that are in the published state created, [create an API]({{base_path}}/manage-apis/design/create-api/create-rest-api/create-a-rest-api/).
191+
9. Sign in to the Publisher of the first instance as `admin`/`admin` and if you do not have any APIs that are in the published state created, [create an API]({{base_path}}/api-design-manage/design/create-api/create-rest-api/create-a-rest-api/).
192192

193193
!!! tip
194194
In a multi-tenant environment, sign in to the API Publisher using your tenant's credentials.

en/docs/api-design-manage/deploy-and-publish/publish-on-dev-portal/third-party-api-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
WSO2 API Manager provides the capability to publish APIs that are deployed in an external gateway. Since these APIs are not deployed in the WSO2 API gateway, the API will not be proxied through the gateway.
44

5-
In previous versions of API Manager, third-party APIs were available when importing APIs from [AWS API Gateway]({{base_path}}/manage-apis/deploy-and-publish/publish-on-dev-portal/publish-aws-apis-in-the-dev-portal/) and when [publishing through external developer portals]({{base_path}}/manage-apis/deploy-and-publish//publish-on-dev-portal/publish-to-multiple-external-api-stores/).
5+
In previous versions of API Manager, third-party APIs were available when importing APIs from [AWS API Gateway]({{base_path}}/api-design-manage/deploy-and-publish/publish-on-dev-portal/publish-aws-apis-in-the-dev-portal/) and when [publishing through external developer portals]({{base_path}}/api-design-manage/deploy-and-publish/publish-on-dev-portal/publish-to-multiple-external-api-stores/).
66

77

88
## Creating a Third-party API

0 commit comments

Comments
 (0)