Skip to content

Commit d165eb8

Browse files
committed
added a 40 char string value
1 parent 98d0566 commit d165eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javav2/example_code/location/src/main/java/com/example/location/scenario/LocationScenario.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ restrict API keys to specific AWS Location operations (e.g., only
157157
You can get the key value using the AWS Management Console under
158158
Location Services. This operation cannot be completed using the
159159
AWS SDK. For more information about getting the key value, see
160-
https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html.
160+
the AWS Location Documentation.
161161
""");
162162
String mapUrl = "https://maps.geo.aws.amazon.com/maps/v0/maps/"+mapName+"/tiles/{z}/{x}/{y}?key={KeyValue}";
163163
logger.info("Embed this URL in your Web app: " + mapUrl);

0 commit comments

Comments
 (0)