From e9683b11d06c5d4dde0b8138c3599e638773f126 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 15 Apr 2024 11:46:52 +0200 Subject: [PATCH] Fixed incorrect link --- pages/api/api.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api/api.pixy b/pages/api/api.pixy index 90bb3d61..5f45b5f6 100644 --- a/pages/api/api.pixy +++ b/pages/api/api.pixy @@ -17,5 +17,5 @@ component API(types []*autodocs.Type) a(href=typ.Endpoint())= typ.Name td= typ.Comment td - a(href=typ.GitHubLink()) + a(href=typ.GitLink()) RawIcon("github")