From 2eee5bc5fd0432a454ccaa0dbfc4da6d7f528704 Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Sun, 14 Feb 2016 16:50:03 +0200 Subject: [PATCH] fix: update links in "Wire up a Backend" example Closes #189 --- src/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index e5d6ce255..c5cbdf66f 100644 --- a/src/index.html +++ b/src/index.html @@ -692,7 +692,7 @@

Todo

}, { name: 'Backbone', - site: 'http://documentcloud.github.com/backbone/', + site: 'http://backbonejs.org/', description: 'Models for your apps.' }, { @@ -712,7 +712,7 @@

Todo

}, { name: 'Cappucino', - site: 'http://cappuccino.org/', + site: 'http://www.cappuccino-project.org/', description: 'Objective-J.' }, { @@ -722,7 +722,7 @@

Todo

}, { name: 'GWT', - site: 'https://developers.google.com/web-toolkit/', + site: 'http://www.gwtproject.org/', description: 'JS in Java.' }, {