Browse Source

update code.google.com links to github in the demo jsp and html.

pull/624/head
David Yonge-Mallo 11 years ago
parent
commit
7839421f44
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      java/demo/war/phonenumberparser.jsp
  2. +1
    -1
      tools/java/data/webapp/index.html

+ 1
- 1
java/demo/war/phonenumberparser.jsp View File

@ -33,7 +33,7 @@
<input type="submit" value="Submit"> <input type="submit" value="Submit">
<input type="reset" value="Reset"> <input type="reset" value="Reset">
<p></p> <p></p>
<a href="http://code.google.com/p/libphonenumber/">Back to libphonenumber</a>
<a href="https://github.com/googlei18n/libphonenumber/">Back to libphonenumber</a>
</form> </form>
</body> </body>
</html> </html>

+ 1
- 1
tools/java/data/webapp/index.html View File

@ -15,7 +15,7 @@
<textarea name="geodata" rows="20" cols="80"></textarea> <textarea name="geodata" rows="20" cols="80"></textarea>
<input type="submit" value="Submit"><br> <input type="submit" value="Submit"><br>
<a href="http://code.google.com/p/libphonenumber/">Back to libphonenumber</a>
<a href="https://github.com/googlei18n/libphonenumber/">Back to libphonenumber</a>
</form> </form>
</body> </body>


Loading…
Cancel
Save