From b300924e2bbbe7ec8921ba4fccf08e0787fba273 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 12 Apr 2013 21:46:09 +0200 Subject: [PATCH] docs: Link from HTTP ext to HTTP clients page --- docs/ext/http.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ext/http.rst b/docs/ext/http.rst index 0ca1046c..65bddb73 100644 --- a/docs/ext/http.rst +++ b/docs/ext/http.rst @@ -99,3 +99,5 @@ well, you are of course free to run your own web server and just use Mopidy's web server for the APIs. But, for clients implemented purely in JavaScript, letting Mopidy host the files is a simpler solution. +If you're looking for a web based client for Mopidy, go check out +:ref:`http-clients`.