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). diff --git a/src/main/markdown/articles/gwt-iphone.md b/src/main/markdown/articles/gwt-iphone.md index a7470b26e..e5c4d2dd8 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](https://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](https://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..04bf2a7aa 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 `