From 29ac5f0cc75ee34ca075a81ef6c0da25e5582ed2 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 12 Apr 2013 11:30:36 +0200 Subject: [PATCH] js: Update link to HTTP API docs --- js/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/README.md b/js/README.md index 9601b64a..27803f25 100644 --- a/js/README.md +++ b/js/README.md @@ -41,8 +41,8 @@ After npm completes, you can import Mopidy.js using ``require()``: Using the library ----------------- -See Mopidy's [HTTP frontend -documentation](http://docs.mopidy.com/en/latest/modules/frontends/http/). +See Mopidy's [HTTP API +documentation](http://docs.mopidy.com/en/latest/api/http/). Building from source