From cb5b1aec0e1096161e00b89447b9215df419046d Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 18 Jan 2021 19:13:04 -0800 Subject: [PATCH] Link webhooks and access token pages to documentation --- web/pages/access-tokens.tsx | 2 +- web/pages/webhooks.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pages/access-tokens.tsx b/web/pages/access-tokens.tsx index bbb96f3f6..c13541448 100644 --- a/web/pages/access-tokens.tsx +++ b/web/pages/access-tokens.tsx @@ -177,7 +177,7 @@ export default function AccessTokens() { They should be kept secure and never included in client code, instead they should be kept on a server that you control. - Read more about how to use these tokens at _some documentation here_. + Read more about how to use these tokens, with examples, at our documentation. diff --git a/web/pages/webhooks.tsx b/web/pages/webhooks.tsx index 1ed69cbf0..2e3c4a214 100644 --- a/web/pages/webhooks.tsx +++ b/web/pages/webhooks.tsx @@ -175,7 +175,7 @@ export default function Webhooks() { A webhook is a callback made to an external API in response to an event. These are endpoints that live outside of Owncast and run code who wants to be made aware of events that take place on your server. - Read more about how to use webhooks at _some documentation here_. + Read more about how to use webhooks, with examples, at our documentation.