From 4d222540cb2ddab8fb15ca01ec8f595606c7acdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Carrasco=20Mo=C3=B1ino?= Date: Thu, 19 Feb 2015 09:29:57 +0100 Subject: [PATCH 1/5] fix links without uri scheme --- src/main/markdown/articles/articles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/markdown/articles/articles.md b/src/main/markdown/articles/articles.md index bbe019f2d..c63732ed6 100644 --- a/src/main/markdown/articles/articles.md +++ b/src/main/markdown/articles/articles.md @@ -59,10 +59,10 @@ JSON services across the web. **GWT Tutorial** is a step-by-step guide to a complete GWT project. It walks through a project to explain the essentials as well as some of the advanced concepts of GWT 2. Level - Beginner and Intermediate. -* [Exporting Libraries Developed in GWT to JavaScript](//code.google +* [Exporting Libraries Developed in GWT to JavaScript](https://code.google .com/p/gwtchismes/wiki/Tutorial_ExportingGwtLibrariesToJavascript_en) - _Contributed by Manuel Carrasco MoƱino_ -This article describes how you can export GWT defined methods to the outside JavaScript world, allowing your GWT application to provide an API for external consumption. It covers both a manual technique which uses only the GWT core library, as well as an even easier technique which uses of the [GWT-Exporter library](//code.google.com/p/gwt-exporter). +This article describes how you can export GWT defined methods to the outside JavaScript world, allowing your GWT application to provide an API for external consumption. It covers both a manual technique which uses only the GWT core library, as well as an even easier technique which uses of the [GWT-Exporter library](https://code.google.com/p/gwt-exporter). If you believe that any resource should be added or removed from the list above, please [let us know](mailto:Google-Web-Toolkit+owner@googlegroups.com). From 741e498e1a805ea9b2bffca170d3c62da5ce2a37 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Thu, 19 Feb 2015 09:42:14 +0100 Subject: [PATCH 2/5] Fix more links without uri scheme --- src/main/markdown/articles/gwt-iphone.md | 4 ++-- .../articles/using_gwt_for_json_mashups.md | 2 +- .../markdown/doc/latest/DevGuideDeploying.md | 2 +- .../doc/latest/FAQ_DebuggingAndCompiling.md | 2 +- .../doc/latest/FAQ_Troubleshooting.md | 6 +++--- .../markdown/doc/latest/tutorial/appengine.md | 20 +++++++++---------- .../doc/latest/tutorial/clientserver.md | 2 +- .../markdown/doc/latest/tutorial/index.md | 6 +++--- src/main/markdown/examples.md | 2 +- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/main/markdown/articles/gwt-iphone.md b/src/main/markdown/articles/gwt-iphone.md index a7470b26e..fa1224638 100644 --- a/src/main/markdown/articles/gwt-iphone.md +++ b/src/main/markdown/articles/gwt-iphone.md @@ -14,7 +14,7 @@ code, we decided to write an application that we would find useful and that shows off the cool features of the iPhone. The result is the GWT Feed Reader, an RSS feed reader that uses the [Google -AJAX Feed API](//developers.google.com/feed/) with a user interface optimized for the iPhone. This article +AJAX Feed API](http://developers.google.com/feed/) with a user interface optimized for the iPhone. This article will discuss what we've learned from writing this RSS reader. The good news is that writing a GWT application that @@ -180,7 +180,7 @@ two HTTP round-trips. The Feed Reader needs to get its feed data from somewhere. Enough of the [Google -AJAX Feed API](//developers.google.com/feed/) was imported with Java bindings using the +AJAX Feed API](http://developers.google.com/feed/) was imported with Java bindings using the [GWT JavaScript Interop](http://code.google.com/p/gwt-api-interop) project. This eliminated the need to hand-write JSNI calls to the underlying JavaScript API by declaring the binding with a diff --git a/src/main/markdown/articles/using_gwt_for_json_mashups.md b/src/main/markdown/articles/using_gwt_for_json_mashups.md index 39a611025..d69fb378f 100644 --- a/src/main/markdown/articles/using_gwt_for_json_mashups.md +++ b/src/main/markdown/articles/using_gwt_for_json_mashups.md @@ -44,7 +44,7 @@ The latter two techniques, however, fetch the strings using dynamic `