docs: Link from JS docs to static web client example

This commit is contained in:
Stein Magnus Jodal 2015-05-07 21:42:37 +02:00
parent f96a22e5cb
commit d0418d625b
2 changed files with 5 additions and 3 deletions

View File

@ -25,6 +25,8 @@ For details on how to make a Mopidy extension, see the :ref:`extensiondev`
guide. guide.
.. _static-web-client:
Static web client example Static web client example
========================= =========================

View File

@ -21,9 +21,9 @@ available at:
You may need to adjust hostname and port for your local setup. You may need to adjust hostname and port for your local setup.
Thus, if you use Mopidy to host your web client, like described above, you can Thus, if you use Mopidy to host your web client, like described in
load the latest version of Mopidy.js by adding the following script tag to your :ref:`static-web-client`, you can load the latest version of Mopidy.js by
HTML file: adding the following script tag to your HTML file:
.. code-block:: html .. code-block:: html