changed api docs link (#606)

This commit is contained in:
Peer_Rich 2021-09-08 16:01:42 +02:00 committed by GitHub
parent aff45e3451
commit 766cdd7123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ const links = [
title: "API Reference", title: "API Reference",
description: "A complete API reference for our libraries", description: "A complete API reference for our libraries",
icon: CodeIcon, icon: CodeIcon,
href: "https://api.docs.calendso.com", href: "https://developer.calendso.com/api",
}, },
{ {
title: "Blog", title: "Blog",

View file

@ -69,7 +69,7 @@ export default function Embed(props) {
Leverage our API for full control and customizability. Leverage our API for full control and customizability.
</p> </p>
</div> </div>
<a href="https://api.docs.calendso.com" className="btn btn-primary"> <a href="https://developer.calendso.com/api" className="btn btn-primary">
Browse our API documentation Browse our API documentation
</a> </a>
</div> </div>