From c8d83a81a72b99ac89582712b4e1930dcd7f0db7 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 17 Sep 2020 12:48:44 +0300 Subject: [PATCH] Update api.md --- pages/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api.md b/pages/api.md index f3099353..03633871 100644 --- a/pages/api.md +++ b/pages/api.md @@ -11,7 +11,7 @@ There are two options here: $ curl -k -H X-KVMD-User:admin -H X-KVMD-Passwd:admin https://pikvm/api/auth/check ``` * Using HTTP Basic Auth. Please note: contrary to the standard, this method DOES NOT use the `WWW-Authenticate` header. - HTTP Basic Auth in this implementation is intended only for compatibility with other systems, such as Prometheus. + HTTP Basic Auth in this implementation is intended only for compatibility with other systems, such as [Prometheus](prometheus.md). ``` $ curl -k --user admin:admin https://pikvm/api/auth/check ```