Skip to content

Commit 72a41ab

Browse files
Update EMS landing page link (#78515)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent e4b2b61 commit 72a41ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/maps_legacy/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const configSchema = schema.object({
2929
manifestServiceUrl: schema.string({ defaultValue: '' }),
3030
emsFileApiUrl: schema.string({ defaultValue: 'https://vector.maps.elastic.co' }),
3131
emsTileApiUrl: schema.string({ defaultValue: 'https://tiles.maps.elastic.co' }),
32-
emsLandingPageUrl: schema.string({ defaultValue: 'https://maps.elastic.co/v7.7' }),
32+
emsLandingPageUrl: schema.string({ defaultValue: 'https://maps.elastic.co/v7.10' }),
3333
emsFontLibraryUrl: schema.string({
3434
defaultValue: 'https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf',
3535
}),

0 commit comments

Comments
 (0)