Author: wkeil Date: Sat Dec 17 16:22:51 2016 New Revision: 1774791 URL: http://svn.apache.org/viewvc?rev=1774791&view=rev Log: DMAP-108: Download links for current releases are broken
Task-Url: https://issues.apache.org/jira/browse/DMAP-108 Modified: devicemap/trunk/clients/1.0/csharp/README devicemap/trunk/clients/1.0/vbnet/README Modified: devicemap/trunk/clients/1.0/csharp/README URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/csharp/README?rev=1774791&r1=1774790&r2=1774791&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/csharp/README (original) +++ devicemap/trunk/clients/1.0/csharp/README Sat Dec 17 16:22:51 2016 @@ -40,7 +40,7 @@ We currently don't provide a MonoDevelop ## Configuration DeviceMapConsole comes with a config file DeviceMapConsole.exe.config, the runtime version of App.config in the Visual Studio project. -It contains the connection string for the DeviceMap data source: "http://devicemap-vm.apache.org/data/latest/" +It contains the connection string for the DeviceMap data source: "http://apache.org/dist/devicemap/data/1.0.3/devicedata/" This connection URL points to the latest available DeviceMap data version online. If you prefer a different version or a local copy of the DeviceMap repository, you may override DeviceMapConsole by pointing to a different source. Either a URL or the location of a folder in the file system. Modified: devicemap/trunk/clients/1.0/vbnet/README URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/vbnet/README?rev=1774791&r1=1774790&r2=1774791&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/vbnet/README (original) +++ devicemap/trunk/clients/1.0/vbnet/README Sat Dec 17 16:22:51 2016 @@ -40,7 +40,7 @@ We currently don't provide a MonoDevelop ## Configuration DeviceMapConsole comes with a config file DeviceMapConsole.exe.config, the runtime version of App.config in the Visual Studio project. -It contains the connection string for the DeviceMap data source: "http://devicemap-vm.apache.org/data/latest/" +It contains the connection string for the DeviceMap data source: "http://apache.org/dist/devicemap/data/1.0.3/devicedata/" This connection URL points to the latest available DeviceMap data version online. If you prefer a different version or a local copy of the DeviceMap repository, you may override DeviceMapConsole by pointing to a different source. Either a URL or the location of a folder in the file system.
