Skip to content

Commit

Permalink
fix links without uri scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Feb 19, 2015
1 parent cdcd898 commit 4d22254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/markdown/articles/articles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 4d22254

Please sign in to comment.