diff --git a/docs/documentation/platform/dynamic-secrets/overview.mdx b/docs/documentation/platform/dynamic-secrets/overview.mdx
index 29b4ffa97..42bc33223 100644
--- a/docs/documentation/platform/dynamic-secrets/overview.mdx
+++ b/docs/documentation/platform/dynamic-secrets/overview.mdx
@@ -1,5 +1,5 @@
---
-title: "Dynamic Secrets Overview"
+title: "Overview"
description: "Learn how to generate secrets dynamically on-demand."
---
@@ -27,4 +27,4 @@ Dynamic secrets are particularly useful in environments with stringent security
## Infisical Dynamic Secret Templates
-1. [PostgreSQL](./sql-database)
+1. [PostgreSQL](./postgresql)
diff --git a/docs/documentation/platform/dynamic-secrets/postgresql.mdx b/docs/documentation/platform/dynamic-secrets/postgresql.mdx
index 8b1b9f9c2..065c9f8d0 100644
--- a/docs/documentation/platform/dynamic-secrets/postgresql.mdx
+++ b/docs/documentation/platform/dynamic-secrets/postgresql.mdx
@@ -29,10 +29,10 @@ To learn more about MySQL permission system, please visit this [documentation](h
Head over to Secret Rotation configuration page of your project by clicking on `Secret Rotation` in the left side bar
- 
+ 
- 
+ 
@@ -75,13 +75,13 @@ To learn more about MySQL permission system, please visit this [documentation](h
Optional database certificate to connect with database
- 
+ 
If you want to provide specific privileges for the future generated dynamic secrets, you are able to specify them as SQL statements.
- 
+ 
After submitting the form, you will see a dynamic secret creates in the dashboard.
@@ -90,11 +90,11 @@ To learn more about MySQL permission system, please visit this [documentation](h
If this step fails, you might have to add the CA certficate.
- 
+ 
Now that the dynamic secret is created, you can start generating unique secret values by specifying the Time-to-live within the predefined range.
- 
+ 