From 826f4314a717bc4a9ff7326b0d68230e6a76e0e8 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 10 Feb 2022 14:12:13 +0100 Subject: [PATCH] Update link to API of PHP backend. --- docs/standalone-signaling-api-v1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/standalone-signaling-api-v1.md b/docs/standalone-signaling-api-v1.md index f98e841..fd100e6 100644 --- a/docs/standalone-signaling-api-v1.md +++ b/docs/standalone-signaling-api-v1.md @@ -14,7 +14,8 @@ For WebSockets, only the API described in this document is necessary. For COMET, an extension to this API is required to identify a (virtual) connection between multiple requests. The payload for COMET is the messages as described below. -See [Internal signaling API](internal-signaling.md) for the API of the regular PHP backend. +See https://nextcloud-talk.readthedocs.io/en/latest/internal-signaling/ for +the API of the regular PHP backend. ## Request