changed api docs link (#606)
parent
aff45e3451
commit
766cdd7123
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue