From 957bfacf21229bda17b4ba145fad5c2e5171bdbe Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 30 Nov 2016 08:40:15 -0500 Subject: [PATCH] Fix Backbone.js link --- docs/plugins/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/web.rst b/docs/plugins/web.rst index b267af9d2..f4ae063e0 100644 --- a/docs/plugins/web.rst +++ b/docs/plugins/web.rst @@ -72,7 +72,7 @@ The Web backend is built using a simple REST+JSON API with the excellent `Backbone.js`_. This allows future non-Web clients to use the same backend API. .. _Flask: http://flask.pocoo.org/ -.. _Backbone.js: http://documentcloud.github.com/backbone/ +.. _Backbone.js: http://backbonejs.org Eventually, to make the Web player really viable, we should use a Flash fallback for unsupported formats/browsers. There are a number of options for this: