From 6139c2b851632935df066dfc4be84108306b26a7 Mon Sep 17 00:00:00 2001 From: jmaneyrol69 Date: Tue, 15 Mar 2022 15:50:50 +0100 Subject: [PATCH] Fix bad URL (404) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dc2c98..e0f71a2 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ const GenymotionManager = require('genymotion/device-web-player'); Use `GenymotionManager` to instanciate one or more Genymotion device player. All you need is an HTML element to use as a container. See example below. To find your instance WebRTC address, use the [SaaS API](https://developer.genymotion.com/saas/#operation/getInstance) -or check the [PaaS documentation](https://docs.genymotion.com/paas/latest/02_Getting_Started/), based on your device provider. +or check the [PaaS documentation](https://docs.genymotion.com/paas/02_Getting_Started/), based on your device provider. ```html @@ -127,7 +127,7 @@ Defines the layout of the player. Can be one of the following: `bootstrap`, `ful - **Default:** `undefined` - **Compatibility:** `PaaS`, `SaaS` - **Details:** -Instance access token, the shared secret used to connect to the device. For Genymotion PaaS devices, the token is the instance id (more information can be find [here](https://docs.genymotion.com/paas/latest/02_Getting_Started/)). For SaaS devices, you must generate the access token using the [login api](https://developer.genymotion.com/saas/#section/Authentication). +Instance access token, the shared secret used to connect to the device. For Genymotion PaaS devices, the token is the instance id (more information can be find [here](https://docs.genymotion.com/paas/02_Getting_Started/)). For SaaS devices, you must generate the access token using the [login api](https://developer.genymotion.com/saas/#section/Authentication). ### `i18n`