diff options
| author | hallgren <hallgren@chalmers.se> | 2012-09-09 23:06:26 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-09-09 23:06:26 +0000 |
| commit | ae528954a0f43f8357ef98a40ce4bfa03774dce6 (patch) | |
| tree | 2f391514fe203a29a41b4bbba01100b5e94a11e4 /src/www/minibar/about.html | |
| parent | c7fd975c77eaf618320720cc5d6eb76b842dc53d (diff) | |
minibar: fix links to Wikipedia article on JSONP
Wikipedia moved it.
Diffstat (limited to 'src/www/minibar/about.html')
| -rw-r--r-- | src/www/minibar/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/minibar/about.html b/src/www/minibar/about.html index 82ac96f8d..3325d2ed9 100644 --- a/src/www/minibar/about.html +++ b/src/www/minibar/about.html @@ -40,7 +40,7 @@ Some implementation details: small web apps</a> based on the <a href="http://spraakbanken.gu.se/sal/ws/">SALDO web services</a>. <li>To access the GF web service, it uses the - <a href="http://en.wikipedia.org/wiki/JSON#JSONP">JSONP method</a> + <a href="http://en.wikipedia.org/wiki/JSONP">JSONP method</a> mentioned in the GF web services paper, which allows the web app to be hosted on a different server from the GF web service. (To demonstrate this, I put the Minibar demo on @@ -217,7 +217,7 @@ Some implementation details: <hr> <div class=modtime><small> -<!-- hhmts start -->Last modified: Mon Aug 27 16:28:25 CEST 2012 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Mon Sep 10 00:50:08 CEST 2012 <!-- hhmts end --> </small></div> <address> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a> |
