diff --git a/content/apis/_index.md b/content/apis/_index.md
index 0b3243d45c..7a1a5a4e9f 100644
--- a/content/apis/_index.md
+++ b/content/apis/_index.md
@@ -45,7 +45,7 @@ Redis Cloud is a fully managed Database as a Service offering and the fastest wa
- [Redis Cloud REST API introduction]({{< relref "/operate/rc/api/" >}})
- [Redis Cloud REST API examples]({{< relref "/operate/rc/api/examples/" >}})
-- [Redis Cloud REST API reference](https://api.redislabs.com/v1/swagger-ui.html)
+- [Redis Cloud REST API reference]({{< relref "/operate/rc/api/api-reference" >}})
### Redis Enterprise Software API
diff --git a/content/operate/rc/security/access-control/access-management.md b/content/operate/rc/security/access-control/access-management.md
index 110c109cb1..a1f0d4ef2e 100644
--- a/content/operate/rc/security/access-control/access-management.md
+++ b/content/operate/rc/security/access-control/access-management.md
@@ -108,7 +108,7 @@ Roles and responsibilities are:
- **Viewer** can view all databases and their configurations, including database secrets.
-- **Logs viewer** can not access the Redis Cloud console. They are only allowed access to the [Redis Cloud API]({{< relref "/operate/rc/api" >}}) [`GET logs/`](https://api.redislabs.com/v1/swagger-ui/index.html#/Account/getAccountSystemLogs) endpoint.
+- **Logs viewer** can not access the Redis Cloud console. They are only allowed access to the [Redis Cloud API]({{< relref "/operate/rc/api" >}}) [`GET logs/`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountSystemLogs" >}}) endpoint.
This table shows each role's ability to perform common tasks.
@@ -135,4 +135,4 @@ This table shows each role's ability to perform common tasks.
4. Viewers can use the REST API for GET requests, but can not modify subscription or database details.
-5. Logs viewers can only use the [`GET logs/`](https://api.redislabs.com/v1/swagger-ui/index.html#/Account/getAccountSystemLogs) endpoint of the REST API.
+5. Logs viewers can only use the [`GET logs/`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountSystemLogs" >}}) endpoint of the REST API.
diff --git a/content/operate/rc/security/access-control/saml-sso/_index.md b/content/operate/rc/security/access-control/saml-sso/_index.md
index d36b301068..fa0096667f 100644
--- a/content/operate/rc/security/access-control/saml-sso/_index.md
+++ b/content/operate/rc/security/access-control/saml-sso/_index.md
@@ -330,4 +330,4 @@ When a user is removed from your identity provider, their access to Redis Cloud
When you have revoked a user’s access to Redis Cloud, they cannot access the Redis Cloud console, but their API keys remain active. You can [delete an API key]({{< relref "/operate/rc/api/get-started/manage-api-keys#delete-a-user-key" >}}) to remove access.
-To deprovision SAML users upon deletion, the identity provider admin can set up a webhook to automatically make the appropriate Cloud API requests. For more information about managing users with API requests, see [Users](https://api.redislabs.com/v1/swagger-ui.html#/Users) in the Redis Cloud API documentation.
+To deprovision SAML users upon deletion, the identity provider admin can set up a webhook to automatically make the appropriate Cloud API requests. For more information about managing users with API requests, see [Users]({{< relref "/operate/rc/api/api-reference#tag/Users" >}}) in the Redis Cloud API documentation.