fix(landing): correct API reference link in footer

Footer linked to /api which has no index page, causing a 404.
Point to /api/rest to match the docs site navigation.
This commit is contained in:
SnapOtter
2026-06-08 11:51:05 +08:00
parent 82a444dcaf
commit 862ff172ef
+1 -1
View File
@@ -13,7 +13,7 @@ const columns = [
title: "Resources",
links: [
{ label: "Documentation", href: "https://docs.snapotter.com" },
{ label: "API Reference", href: "https://docs.snapotter.com/api" },
{ label: "API Reference", href: "https://docs.snapotter.com/api/rest" },
{
label: "Docker Hub",
href: "https://hub.docker.com/r/snapotter/snapotter",