changed api docs link (#606)

pull/609/head
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",
description: "A complete API reference for our libraries",
icon: CodeIcon,
href: "https://api.docs.calendso.com",
href: "https://developer.calendso.com/api",
},
{
title: "Blog",

View File

@ -69,7 +69,7 @@ export default function Embed(props) {
Leverage our API for full control and customizability.
</p>
</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
</a>
</div>