From 46d6b9f728ac3e76d7c064b2be0ce322a2aee164 Mon Sep 17 00:00:00 2001 From: npr-gh <160005906+npr-gh@users.noreply.github.com> Date: Tue, 14 May 2024 12:16:49 +0200 Subject: [PATCH] Update README.md Fix a broken link to challenge URL config. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f8e80..8aabd9b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ See [server documentation](https://altcha.org/docs/server-integration) for more Required options (at least one is required): -- __challengeurl__ - URL of your server to fetch the challenge from. Refer to [server integration](/docs/server-integration). +- __challengeurl__ - URL of your server to fetch the challenge from. Refer to [server integration](https://altcha.org/docs/server-integration). - __challengejson__ - JSON-encoded challenge data. If avoiding an HTTP request to `challengeurl`, provide the data here. Additional options: