mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user