Skip to content

Commit a453b43

Browse files
kgowruKapil GowruKapil Gowru
authored
07 23 footer links 2 (#122)
Co-authored-by: Kapil Gowru <[email protected]> Co-authored-by: Kapil Gowru <[email protected]>
1 parent 7fa5c49 commit a453b43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

footer/src/FernFooter.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ export const FernFooter: React.FC = () => {
284284
<a href="/learn/sdks/overview/introduction" className="footer-link">SDKs</a>
285285
<a href="/learn/docs/getting-started/overview" className="footer-link">Docs</a>
286286
<a href="/learn/ask-fern" className="footer-link">Ask Fern</a>
287-
<a href="/learn/openapi/overview" className="footer-link">OpenAPI</a>
288-
<a href="/learn/fern-def/overview" className="footer-link">Fern Definition</a>
287+
<a href="/learn/openapi-definition/overview" className="footer-link">OpenAPI</a>
288+
<a href="/learn/fern-definition/overview" className="footer-link">Fern Definition</a>
289289
<a href="/learn/cli-api-reference/cli-reference/overview" className="footer-link">CLI Reference</a>
290290
<a href="/learn/cli-api-reference/api-reference/overview" className="footer-link">API Reference</a>
291291
</div>
@@ -295,7 +295,7 @@ export const FernFooter: React.FC = () => {
295295
<h4 className="footer-column-title">Resources</h4>
296296
<div className="footer-column-links">
297297
<a href="https://buildwithfern.com/blog" className="footer-link">Blog</a>
298-
<a href="https://buildwithfern.com/learn/v2/home#help" className="footer-link">Support</a>
298+
<a href="learn/home#help" className="footer-link">Support</a>
299299
<a href="https://buildwithfern.com/pricing" className="footer-link">Pricing</a>
300300
<a href="https://buildwithfern.com/slack" className="footer-link">Slack</a>
301301
</div>

0 commit comments

Comments
 (0)