From d0b2ff2efcf22caeebd7988f0856ae667db0ece8 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 17 Mar 2026 19:03:50 -0400 Subject: [PATCH] Fix docs footer social links Co-Authored-By: Claude Sonnet 4.6 --- docs/docs.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 1aabfcb28..81d4f1eaa 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -338,9 +338,8 @@ }, "footer": { "socials": { - "x": "https://x.com/mintlify", - "github": "https://github.com/mintlify", - "linkedin": "https://linkedin.com/company/mintlify" + "x": "https://x.com/fabro_sh", + "github": "https://github.com/fabro-sh" } } }