fix: update GHL landing page GitHub link to canonical repo name

This commit is contained in:
Jake Shore 2026-02-11 14:02:38 -05:00
parent 2d684e6f0c
commit c7bdfecbfa

View File

@ -101,7 +101,7 @@
<a href="#pricing" class="w-full sm:w-auto px-8 py-4 bg-brand-500 hover:bg-brand-600 rounded-xl font-semibold text-lg transition transform hover:scale-105">
Join the Waitlist
</a>
<a href="https://github.com/BusyBee3333/The-Complete-GHL-MCP" class="w-full sm:w-auto px-8 py-4 bg-zinc-800 hover:bg-zinc-700 border border-zinc-700 rounded-xl font-semibold text-lg transition flex items-center justify-center gap-2">
<a href="https://github.com/BusyBee3333/Go-High-Level-MCP-2026-Complete" class="w-full sm:w-auto px-8 py-4 bg-zinc-800 hover:bg-zinc-700 border border-zinc-700 rounded-xl font-semibold text-lg transition flex items-center justify-center gap-2">
<i data-lucide="github" class="w-5 h-5"></i>
View on GitHub
</a>
@ -407,7 +407,7 @@
The entire MCP server is open source. Run it yourself, modify it, contribute back.
The hosted version just saves you the hassle.
</p>
<a href="https://github.com/BusyBee3333/The-Complete-GHL-MCP" class="inline-flex items-center gap-2 text-brand-400 hover:text-brand-300 font-medium">
<a href="https://github.com/BusyBee3333/Go-High-Level-MCP-2026-Complete" class="inline-flex items-center gap-2 text-brand-400 hover:text-brand-300 font-medium">
View on GitHub
<i data-lucide="arrow-right" class="w-4 h-4"></i>
</a>
@ -531,7 +531,7 @@
<div class="flex items-center gap-8 text-zinc-400">
<a href="#" class="hover:text-white transition">Privacy</a>
<a href="#" class="hover:text-white transition">Terms</a>
<a href="https://github.com/BusyBee3333/The-Complete-GHL-MCP" class="hover:text-white transition">GitHub</a>
<a href="https://github.com/BusyBee3333/Go-High-Level-MCP-2026-Complete" class="hover:text-white transition">GitHub</a>
<a href="#" class="hover:text-white transition">Twitter</a>
</div>
<p class="text-zinc-500 text-sm">© 2026 GHL Connect. All rights reserved.</p>