Skip to content

Commit 180e6f7

Browse files
committed
fix(doc): readme links
Fixes broken readme links
1 parent 74ff90f commit 180e6f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<a href="https://docs.lyra.com/en/rest/V4.0/javascript/"><strong>Explore the docs »</strong></a>
3030
<br />
3131
<br />
32-
<a href="https://github.com/embedded-form-glue/issues">Quick Start</a>
32+
<a href="https://github.com/lyra/embedded-form-glue#getting-started">Quick Start</a>
3333
·
3434
<a href="https://github.com/lyra/embedded-form-glue/issues">Report Bug</a>
3535
·

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const keyMap = {
66
'69876357:testpublickey_DEMOPUBLICKEY95me92597fd28tGD4r5',
77
'~~CHANGE_ME_USER~~': '69876357',
88
'~~CHANGE_ME_PASSWORD~~': 'testpassword_DEMOPRIVATEKEY23G4475zXZQ2UA5x7M',
9-
'~~CHANGE_ME_ENDPOINT~~': 'https://api.lyra.com',
9+
'~~CHANGE_ME_ENDPOINT~~': 'https://static.lyra.com',
1010
'~~CHANGE_ME_HMAC_SHA256_KEY~~': '38453613e7f44dc58732bad3dca2bca3',
1111
'~~CHANGE_ME_ENDPOINT_NO_HTTPS~~': 'api.lyra.com'
1212
}

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { defineConfig } from '@playwright/test'
33

44
export default defineConfig({
55
expect: {
6-
timeout: 30 * 1000
6+
timeout: 60 * 1000
77
}
88
})

0 commit comments

Comments
 (0)