From 12df9198073a8d31ed11ac92bd8d8622fbb33c55 Mon Sep 17 00:00:00 2001 From: vidyuthd Date: Fri, 18 Mar 2016 11:55:41 +0530 Subject: [PATCH] issue no 8 : correcting the links of world wind from oneworldwind.org to goworldwind.org --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 3b94d3c9f..add5dafd1 100644 --- a/README.txt +++ b/README.txt @@ -3,14 +3,14 @@ $Id$ This file explains the organization of the World Wind Subversion repository's trunk directories, and briefly outlines their contents. trunk/WorldWind -The 'WorldWind' folder contains the World Wind Java SDK project. Many resources are available at http://oneworldwind.org to help you understand and use World Wind. Key files and folders in the World Wind Java SDK: +The 'WorldWind' folder contains the World Wind Java SDK project. Many resources are available at http://goworldwind.org to help you understand and use World Wind. Key files and folders in the World Wind Java SDK: - build.xml: Apache ANT build file for the World Wind Java SDK. - src: Contains all Java source files for the World Wind Java SDK, except the World Wind WMS Server. - server: Contains the World Wind WMS Server Java source files, build file, and deployment files. - lib-external/gdal: Contains the GDAL native binaries libraries that may optionally be distributed with World Wind. trunk/WWAndroid -the 'WWAndroid' folder contains the World Wind Android SDK project. Many resource are available at http://oneworldwind.org/android to help you understand and use World Wind on Android. Key files and folders in the World Wind Android SDK: +the 'WWAndroid' folder contains the World Wind Android SDK project. Many resource are available at http://goworldwind.org/android to help you understand and use World Wind on Android. Key files and folders in the World Wind Android SDK: - build.xml: Apache ANT build file for the World Wind Android SDK. - src: Contains all Java source files for the World Wind Android SDK. - examples: Contains example applications that use the World Wind Android SDK.