changed api docs link (#606)
This commit is contained in:
parent
aff45e3451
commit
766cdd7123
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue