Skip to content

Commit 15a1356

Browse files
authored
fix: security url fix (#507)
Signed-off-by: Amaan Bhati <[email protected]>
1 parent 5d3789f commit 15a1356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ module.exports = {
182182
<div>
183183
<a class="footer__link-item" href="/about">About</a>
184184
<span class="footer__separators"> | </span>
185-
<a class="footer__link-item" href="/security">Security</a>
185+
<a class="footer__link-item" href="https://keploy.io/docs/security/">Security</a>
186186
<span class="footer__separators"> | </span>
187187
<a class="footer__link-item" href="/privacy-policy">Privacy Policy</a>
188188
</div>

src/pages/privacy-policy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function PrivacyPolicy() {
130130
unauthorized access, use, alteration, and disclosure. For more
131131
information on our security practices please refer to:{" "}
132132
<a href="https://keploy.io/docs/security" style={{color: "#FF914D"}}>
133-
keploy.io/security.
133+
keploy.io/docs/security.
134134
</a>
135135
{""}
136136
</p>

0 commit comments

Comments
 (0)