Skip to content

Commit 0e44b07

Browse files
authored
docs: updated URLs (#2291)
* docs: updated URLs * docs: updated URLs * docs: updated URLs
1 parent b8519f4 commit 0e44b07

File tree

10 files changed

+16
-18
lines changed

10 files changed

+16
-18
lines changed

ApiDemos/project/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Google Maps Android API Demos
22
===================================
33

4-
These are demos for the [Maps SDK for Android](https://developers.google.com/maps/documentation/android-api/)
5-
and [Maps SDK for Android V3 BETA](https://developers.google.com/maps/documentation/android-sdk/v3-client-migration) libraries
6-
in the Java programming language.
4+
These are demos for the [Maps SDK for Android](https://developers.google.com/maps/documentation/android-sdk) in Java and Kotlin programming languages.
75

86
They demonstrate most of the features available in the API.
97

@@ -41,7 +39,7 @@ Support
4139
- Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps
4240

4341
If you have discovered an issue with the Google Maps Android API v2, please see
44-
the resources here: https://developers.google.com/maps/documentation/android-api/support
42+
the resources here: https://developers.google.com/maps/documentation/android-sdk/support
4543

4644
If you've found an error in these samples, please file an issue:
4745
https://github.com/googlemaps/android-samples/issues

ApiDemos/resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To use this data with data-driven styling in Google Maps, you'll need to upload
2424
Cloud Console and create a dataset. Here's a general outline of the process:
2525

2626
## 1. Create a Map ID
27-
To create a new map ID, follow the steps in [Create a map ID](https://developers.google.com/maps/documentation/get-map-id#create-a-map-id).
27+
To create a new map ID, follow the steps in [Create a map ID](https://developers.google.com/maps/documentation/android-sdk/map-ids/mapid-over).
2828
Make sure to set the **Map type** to **Android**.
2929

3030
## 2. Create a New Map Style

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## Description
1313

1414
Samples demonstrating how to use
15-
[Maps SDK for Android](https://developers.google.com/maps/documentation/android/).
15+
[Maps SDK for Android](https://developers.google.com/maps/documentation/android-sdk).
1616

1717
## Samples in this repo (if more than one)
1818

tutorials/java/CurrentPlaceDetailsOnMap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Support
3434
- Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps
3535

3636
If you have discovered an issue with the Google Maps Android API v2, please see
37-
the resources here: https://developers.google.com/maps/documentation/android-api/support
37+
the resources here: https://developers.google.com/maps/documentation/android-sdk/support
3838

3939
If you've found an error in these samples, please file an issue:
4040
https://github.com/googlemaps/android-samples/issues

tutorials/java/MapWithMarker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Google Maps Android API Sample: Adding a Map with a Marker
22
==========================================================
33

44
This sample goes hand in hand with a tutorial for the Google Maps Android API:
5-
[Adding a Map with a Marker](https://developers.google.com/maps/documentation/android-api/map-with-marker).
5+
[Adding a Map with a Marker](https://developers.google.com/maps/documentation/android-sdk/map-with-marker).
66

77
Prerequisites
88
--------------
@@ -32,7 +32,7 @@ Support
3232
Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps
3333

3434
If you have discovered an issue with the Google Maps Android API v2, please see
35-
the resources here: https://developers.google.com/maps/documentation/android-api/support
35+
the resources here: https://developers.google.com/maps/documentation/android-sdk/support
3636

3737
If you've found an error in these samples, please file an issue:
3838
https://github.com/googlemaps/android-samples/issues

tutorials/java/Polygons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Support
3131
Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps
3232

3333
If you have discovered an issue with the Google Maps Android API v2, please see
34-
the resources here: https://developers.google.com/maps/documentation/android-api/support
34+
the resources here: https://developers.google.com/maps/documentation/android-sdk/support
3535

3636
If you've found an error in these samples, please file an issue:
3737
https://github.com/googlemaps/android-samples/issues

tutorials/java/StyledMap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Google Maps Android API Sample: Adding a Styled Map
22
===================================================
33

44
This sample goes hand in hand with a tutorial for the Google Maps Android API:
5-
[Adding a Styled Map](https://developers.google.com/maps/documentation/android-api/styling).
5+
[Adding a Styled Map](https://developers.google.com/maps/documentation/android-sdk/styling).
66

77
Prerequisites
88
--------------
@@ -31,7 +31,7 @@ Support
3131
Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps
3232

3333
If you have discovered an issue with the Google Maps Android API v2, please see
34-
the resources here: https://developers.google.com/maps/documentation/android-api/support
34+
the resources here: https://developers.google.com/maps/documentation/android-sdk/support
3535

3636
If you've found an error in these samples, please file an issue:
3737
https://github.com/googlemaps/android-samples/issues

tutorials/kotlin/CurrentPlaceDetailsOnMap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Google Maps Android API Sample: Current Place Details
22
=====================================================
33

44
This sample goes hand in hand with a tutorial for the Google Maps Android API:
5-
[Select Current Place and Show Details on a Map](https://developers.google.com/maps/documentation/android-api/current-place-tutorial).
5+
[Select Current Place and Show Details on a Map](https://developers.google.com/maps/documentation/android-sdk/current-place-tutorial).
66

77
Prerequisites
88
--------------
@@ -31,7 +31,7 @@ Support
3131
- Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps
3232

3333
If you have discovered an issue with the Google Maps Android API v2, please see
34-
the resources here: https://developers.google.com/maps/documentation/android-api/support
34+
the resources here: https://developers.google.com/maps/documentation/android-sdk/support
3535

3636
If you've found an error in these samples, please file an issue:
3737
https://github.com/googlemaps/android-samples/issues

tutorials/kotlin/MapWithMarker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Google Maps Android API Sample: Adding a Map with a Marker
22
==========================================================
33

44
This sample goes hand in hand with a tutorial for the Google Maps Android API:
5-
[Adding a Map with a Marker](https://developers.google.com/maps/documentation/android-api/map-with-marker).
5+
[Adding a Map with a Marker](https://developers.google.com/maps/documentation/android-sdk/map-with-marker).
66

77
Prerequisites
88
--------------
@@ -33,7 +33,7 @@ Support
3333
Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps
3434

3535
If you have discovered an issue with the Google Maps Android API v2, please see
36-
the resources here: https://developers.google.com/maps/documentation/android-api/support
36+
the resources here: https://developers.google.com/maps/documentation/android-sdk/support
3737

3838
If you've found an error in these samples, please file an issue:
3939
https://github.com/googlemaps/android-samples/issues

tutorials/kotlin/Polygons/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Google Maps Android API Sample: Polylines and Polygons
22
==========================================================
33

44
This sample goes hand in hand with a tutorial for the Google Maps Android API:
5-
[Polylines and Polygons to Represent Routes and Areas](https://developers.google.com/maps/documentation/android-api/polygon-tutorial).
5+
[Polylines and Polygons to Represent Routes and Areas](https://developers.google.com/maps/documentation/android-sdk/polygon-tutorial).
66

77
Prerequisites
88
--------------
@@ -31,7 +31,7 @@ Support
3131
Stack Overflow: https://stackoverflow.com/questions/tagged/android+google-maps
3232

3333
If you have discovered an issue with the Google Maps Android API v2, please see
34-
the resources here: https://developers.google.com/maps/documentation/android-api/support
34+
the resources here: https://developers.google.com/maps/documentation/android-sdk/support
3535

3636
If you've found an error in these samples, please file an issue:
3737
https://github.com/googlemaps/android-samples/issues

0 commit comments

Comments
 (0)