Skip to content

Commit 0162af0

Browse files
committed
remove obsolete link to pricing-for-ee-ce, updated EE and CE components
1 parent 23a488f commit 0162af0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/.vitepress/components/CommunityPlatformNameLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<a :href="`https://merginmaps.com/pricing-for-ce-and-ee`" target="_blank" class="nospellcheck">
2+
<a :href="`https://github.com/MerginMaps`" target="_blank" class="nospellcheck">
33
<span v-if="desc" v-html="desc"></span>
44
<span v-else class="nospellcheck">Mergin Maps CE</span>
55
</a>

src/.vitepress/components/EnterprisePlatformNameLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<a :href="`https://merginmaps.com/pricing-for-ce-and-ee`" target="_blank" class="nospellcheck">
2+
<a :href="`https://merginmaps.com/pricing`" target="_blank" class="nospellcheck">
33
<span v-if="desc" v-html="desc"></span>
44
<span v-else class="nospellcheck">Mergin Maps EE</span>
55
</a>

src/server/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ You can read more about them in our blog [<MainPlatformName /> Community and Ent
2121
This section of documentation is relevant for the **On-Premises <EnterprisePlatformName />** and **<CommunityPlatformName />**.
2222

2323
:::tip Interested in using <EnterprisePlatformName />?
24-
Information about <EnterprisePlatformName />, its features and pricing can be found on our [website](https://merginmaps.com/pricing-for-ce-and-ee). Contact our <MerginMapsEmail id="sales" desc="sales team" /> for more details.
24+
<EnterprisePlatformName /> features and pricing can be found on our [website](https://merginmaps.com/pricing).
25+
26+
Contact our <MerginMapsEmail id="sales" desc="sales team" /> for more details.
2527
:::

0 commit comments

Comments
 (0)