Skip to content

Commit 41719e1

Browse files
authored
Update readme.md
1 parent 8959972 commit 41719e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

marker-plugin/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before using the API in the your solution, please ensure that the related access
1414
1. Copy and paste the key from your `credentials` section from your API [keys](https://auth.mappls.com/console/) into the `access_token` query parameter.
1515
- Your static key can be secured by whitelisting its usage for particular IPs (in case of cloud app usage) OR a set of domains (in case of a web app)
1616
- Your static key obtained from your Console is to be passed as a query parameter: `access_token`.
17-
2. The sample codes are provided on our domain to help you understand the very basic functionality of Mappls Marker Plugin. [See Sample Codes here](https://about.mappls.com/api/web-sdk/vector-plugin-example/Marker/mappls-marker-plugin)
17+
2. The sample codes are provided on our domain to help you understand the very basic functionality of Mappls Marker Plugin. [See Sample Codes here](https://about.mappls.com/api/web-sdk/vector-plugin-auth2/Marker/mappls-marker-plugin)
1818

1919
## Authentication Object - `access_token` mandatory query parameter.
2020

@@ -52,7 +52,7 @@ The SDK offers the following basic functionalities:
5252

5353
## Live Demo
5454

55-
Visit the [samples](https://about.mappls.com/api/web-sdk/vector-plugin-example/Marker/mappls-marker-plugin) for assistance to create a sample implementation with your own keys.
55+
Visit the [samples](https://about.mappls.com/api/web-sdk/vector-plugin-auth2/Marker/mappls-marker-plugin) for assistance to create a sample implementation with your own keys.
5656

5757
The above implementation uses Mappls Interactive Map JS library as map rendering framework showcasing integration of marker plugin.
5858

@@ -223,7 +223,7 @@ obj.setPopup({content:"<h1>Agra</h1>",pin:'123zrr'}); //replaces single marker's
223223
<br>
224224

225225

226-
That's All ! Visit the [samples](https://about.mappls.com/api/web-sdk/vector-plugin-example/Marker/mappls-marker-plugin) for assistance to create a sample implementation with your own keys.
226+
That's All ! Visit the [samples](https://about.mappls.com/api/web-sdk/vector-plugin-auth2/Marker/mappls-marker-plugin) for assistance to create a sample implementation with your own keys.
227227

228228

229229
<br>

0 commit comments

Comments
 (0)