From c8632e70b8929aea6e55ee23bfbed4d555c1b99a Mon Sep 17 00:00:00 2001 From: awmack Date: Fri, 12 May 2023 16:17:21 -0700 Subject: [PATCH] docs: update README with links to Maps JS WC reference PiperOrigin-RevId: 531629712 --- README.md | 6 +++--- doc_src/README.header.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8a126c6..d1069bb 100644 --- a/README.md +++ b/README.md @@ -99,12 +99,12 @@ Web Components work well with most popular frontend frameworks such as Angular, ## Components available with Maps JS SDK -Map and marker components can be used with the Extended Component Library, or on their own. +Map and marker components can be used with the Extended Component Library, or on their own. See the [guide](https://developers.google.com/maps/documentation/web-components/overview?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components) for more information on Web Components in the Maps JS SDK. | Component | Description | | ----------------------- | ---------------------------------------------- | -| `` | The map component displays a map on a webpage, and can wrap other map-related components such as markers inside the map component in HTML. | -| `` | The marker component displays a pin on the map at specified coordinates. | +| [``](https://developers.google.com/maps/documentation/javascript/reference/map?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components#MapElement) | The map component displays a map on a webpage, and can wrap other map-related components such as markers inside the map component in HTML. | +| [``](https://developers.google.com/maps/documentation/javascript/reference/advanced-markers?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components#AdvancedMarkerElement) | The marker component displays a pin on the map at specified coordinates. | ## Inventory of components diff --git a/doc_src/README.header.md b/doc_src/README.header.md index 2106939..a22c4f7 100644 --- a/doc_src/README.header.md +++ b/doc_src/README.header.md @@ -99,11 +99,11 @@ Web Components work well with most popular frontend frameworks such as Angular, ## Components available with Maps JS SDK -Map and marker components can be used with the Extended Component Library, or on their own. +Map and marker components can be used with the Extended Component Library, or on their own. See the [guide](https://developers.google.com/maps/documentation/web-components/overview?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components) for more information on Web Components in the Maps JS SDK. | Component | Description | | ----------------------- | ---------------------------------------------- | -| `` | The map component displays a map on a webpage, and can wrap other map-related components such as markers inside the map component in HTML. | -| `` | The marker component displays a pin on the map at specified coordinates. | +| [``](https://developers.google.com/maps/documentation/javascript/reference/map?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components#MapElement) | The map component displays a map on a webpage, and can wrap other map-related components such as markers inside the map component in HTML. | +| [``](https://developers.google.com/maps/documentation/javascript/reference/advanced-markers?utm_source=github&utm_medium=documentation&utm_campaign=&utm_content=web_components#AdvancedMarkerElement) | The marker component displays a pin on the map at specified coordinates. | ## Inventory of components \ No newline at end of file