Skip to content

Commit d9ebd21

Browse files
authored
Patch: Fix broken links in sample readme files (#816)
* Fix ArcGIS Developers dashboard link to new local server install and setup doc. * Fix ArcGIS Developers dashboard link to new local server install and setup doc. * Fix broken links. * Address style check error - needed to surround a list with blank lines. * Adjusted list to start at the beginning of the line. * Changed local server to use lower case s in title of sample as per error. * Fixed metadata.json to match sample title naming conventions. * Add single newline character.
1 parent 4432019 commit d9ebd21

File tree

12 files changed

+19
-18
lines changed

12 files changed

+19
-18
lines changed

display_information/display-dimensions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ This sample shows a subset of the Edinburgh, Scotland network of pylons, substat
3131

3232
## Additional information
3333

34-
Dimension layers can be taken offline from a feature service hosted on ArcGIS Enterprise 10.9 or later, using the [GeodatabaseSyncTask](https://developers.arcgis.com/java/api-reference/reference/com/esri/arcgisruntime/tasks/geodatabase/GeodatabaseSyncTask.html). Dimension layers are also supported in mobile map packages or mobile geodatabases created in ArcGIS Pro 2.9 or later.
34+
Dimension layers can be taken offline from a feature service hosted on ArcGIS Enterprise 10.9 or later, using the [GeodatabaseSyncTask](https://developers.arcgis.com/java/api-reference/reference/com.esri.arcgisruntime/com/esri/arcgisruntime/tasks/geodatabase/GeodatabaseSyncTask.html). Dimension layers are also supported in mobile map packages or mobile geodatabases created in ArcGIS Pro 2.9 or later.
3535

3636
## Tags
3737

38-
dimension, layer, mmpk, mobile map package, utility
38+
dimension, layer, mmpk, mobile map package, utility

local_server/local-server-feature-layer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Local Server feature layer
1+
# Local server feature layer
22

33
Start a local feature service and display its features in a map.
44

@@ -41,7 +41,7 @@ A Local Server and Local Feature Service will automatically be started. Once sta
4141

4242
## Additional information
4343

44-
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/java/local-server/install-local-server/). Local Server is not supported on macOS.
44+
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/java/local-server/install-and-set-up/). Local Server is not supported on macOS.
4545

4646
Specific versions of ArcGIS Maps SDK for Local Server are compatible with the version of ArcGIS Pro you use to create geoprocessing and map packages. For example, the ArcGIS Maps SDK for Java v100.11.0 is configured for Local Server v100.10.0 which provides compatibility for packages created with ArcGIS Pro 2.7.x. For more information see the [ArcGIS Developers guide](https://developers.arcgis.com/java/reference/system-requirements/#local-server-version-compatibility-with-arcgis-desktop-and-arcgis-pro).
4747

local_server/local-server-feature-layer/README.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"snippets": [
3131
"src/main/java/com/esri/samples/local_server_feature_layer/LocalServerFeatureLayerSample.java"
3232
],
33-
"title": "Local Server feature layer"
33+
"title": "Local server feature layer"
3434
}

local_server/local-server-geoprocessing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Local Server geoprocessing
1+
# Local server geoprocessing
22

33
Create contour lines from local raster data using a local geoprocessing package `.gpkx` and the contour geoprocessing tool.
44

@@ -52,7 +52,7 @@ Contour Line Controls (Top Left):
5252

5353
## Additional information
5454

55-
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/java/local-server/install-local-server/). Local Server is not supported on macOS.
55+
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/java/local-server/install-and-set-up/). Local Server is not supported on macOS.
5656

5757
Specific versions of ArcGIS Maps SDK for Local Server are compatible with the version of ArcGIS Pro you use to create geoprocessing and map packages. For example, the ArcGIS Maps SDK for Java v100.11.0 is configured for Local Server v100.10.0 which provides compatibility for packages created with ArcGIS Pro 2.7.x. For more information see the [ArcGIS Developers guide](https://developers.arcgis.com/java/reference/system-requirements/#local-server-version-compatibility-with-arcgis-desktop-and-arcgis-pro).
5858

local_server/local-server-geoprocessing/README.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
"src/main/java/com/esri/samples/local_server_geoprocessing/LocalServerGeoprocessingSample.java",
4242
"src/main/resources/local_server_geoprocessing/main.fxml"
4343
],
44-
"title": "Local Server geoprocessing"
44+
"title": "Local server geoprocessing"
4545
}

local_server/local-server-map-image-layer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Local Server map image layer
1+
# Local server map image layer
22

33
Start the Local Server and Local Map Service, create an ArcGIS Map Image Layer from the Local Map Service, and add it to a map.
44

@@ -38,7 +38,7 @@ The Local Server and local map service will automatically be started and, once r
3838

3939
## Additional information
4040

41-
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/java/local-server/install-local-server/). Local Server is not supported on macOS.
41+
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/java/local-server/install-and-set-up/). Local Server is not supported on macOS.
4242

4343
Specific versions of ArcGIS Maps SDK for Local Server are compatible with the version of ArcGIS Pro you use to create geoprocessing and map packages. For example, the ArcGIS Maps SDK for Java v100.11.0 is configured for ArcGIS Maps SDK for Local Server v100.10.0 which provides compatibility for packages created with ArcGIS Pro 2.7.x. For more information see the [ArcGIS Developers guide](https://developers.arcgis.com/java/reference/system-requirements/#local-server-version-compatibility-with-arcgis-desktop-and-arcgis-pro).
4444

local_server/local-server-map-image-layer/README.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"snippets": [
2929
"src/main/java/com/esri/samples/local_server_map_image_layer/LocalServerMapImageLayerSample.java"
3030
],
31-
"title": "Local Server map image layer"
31+
"title": "Local server map image layer"
3232
}

local_server/local-server-services/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Local Server services
1+
# Local server services
22

33
Demonstrates how to start and stop the Local Server and start and stop a local map, feature, and geoprocessing service running on the Local Server.
44

@@ -44,7 +44,7 @@ To stop a `LocalServer` and any attached `LocalServices`:
4444

4545
## Additional information
4646

47-
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/java/local-server/install-local-server/). Local Server is not supported on macOS.
47+
Local Server can be downloaded for Windows and Linux platforms from your [ArcGIS Developers dashboard](https://developers.arcgis.com/java/local-server/install-and-set-up/). Local Server is not supported on macOS.
4848

4949
Specific versions of ArcGIS Maps SDK for Local Server are compatible with the version of ArcGIS Pro you use to create geoprocessing and map packages. For example, the ArcGIS Maps SDK for Java v100.11.0 is configured for ArcGIS Maps SDK for Local Server v100.10.0 which provides compatibility for packages created with ArcGIS Pro 2.7.x. For more information see the [ArcGIS Developers guide](https://developers.arcgis.com/java/reference/system-requirements/#local-server-version-compatibility-with-arcgis-desktop-and-arcgis-pro).
5050

local_server/local-server-services/README.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"src/main/java/com/esri/samples/local_server_services/LocalServerServicesSample.java",
3636
"src/main/resources/local_server_services/main.fxml"
3737
],
38-
"title": "Local Server services"
38+
"title": "Local server services"
3939
}

map/generate-offline-map/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The map used in this sample shows the [stormwater network](https://www.arcgis.co
3434

3535
## Additional information
3636

37-
The creation of the offline map can be fine-tuned using [parameter overrides for feature layers](https://github.com/Esri/arcgis-runtime-samples-java/tree/master/src/main/java/com/esri/samples/map/generate_offline_map_overrides), or by using [local basemaps](https://github.com/Esri/arcgis-runtime-samples-java/tree/master/src/main/java/com/esri/samples/map/generate_offline_map_with_local_basemap)
37+
The creation of the offline map can be fine-tuned using [parameter overrides for feature layers](https://github.com/Esri/arcgis-maps-sdk-java-samples/tree/main/map/generate-offline-map-overrides), or by using [local basemaps](https://github.com/Esri/arcgis-maps-sdk-java-samples/tree/main/map/generate-offline-map-with-local-basemap)
3838
to achieve more customised results.
3939

4040
## Tags

0 commit comments

Comments
 (0)