Skip to content

Commit b6397d3

Browse files
changed shop location
1 parent b686f6a commit b6397d3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/navbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def create_content(data):
3939
dmc.Divider(label="Hosted Applications:", mt="2rem", mb="1rem", labelPosition="left", pl="1rem"),
4040
dmc.Anchor(
4141
[DashIconify(icon='emojione:department-store', height=20), 'Pip`s Shop'],
42-
href='https://shop.geomapindex.com',
42+
href='https://plotly.pro',
4343
className="navbar-link",
4444
),
4545
dmc.Anchor(

docs/dash_dock/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dash_dock.DashDock(
6262

6363
### Getting an API Key
6464

65-
Visit [My Shop](https://shop.geomapindex.com/catalogue/dash-dock_1/) to obtain an API key for the premium version.
65+
Visit [My Shop](https://plotly.pro/product/prod_SY2s0MuBRidQ1q) to obtain an API key for the premium version.
6666

6767
* After purchase, I will send api keys to the email used on purchase within 24h
6868

docs/dash_planet/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ icon: solar:planet-4-bold
1919
| ✓ Customizable orbit radius and rotation | ⚡ Enhanced animation controls |
2020
| ✓ Click-to-toggle functionality | 💎 Supports independent Dash Components development |
2121

22-
Buy a DashPlanet API Key: [Shop Here](https://shop.geomapindex.com/catalogue/dash-planet_3/)
22+
Buy a DashPlanet API Key: [Shop Here](https://plotly.pro/product/prod_SY2xOUihEmOKda)
2323

2424
### Installation
2525

docs/dash_planet/introduction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def generate_satellites(count):
510510
icon="cib:buy-me-a-coffee", color="#9C27B0", style={'marginTop': '10px'}
511511
),
512512
dmc.Center(
513-
dmc.Anchor(href='https://shop.geomapindex.com/catalogue/dash-planet_3/', children='Buy a DashPlanet API key', target='_blank', size='lg', c='blue')
513+
dmc.Anchor(href='https://plotly.pro/product/prod_SY2xOUihEmOKda', children='Buy a DashPlanet API key', target='_blank', size='lg', c='blue')
514514
),
515515
],
516516
style=styles["featureItem"],

lib/directives/toc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def render(self, renderer, title: str, content: str, **options) -> Component:
4545
w='100%',
4646
h=230,
4747
style={"margin": "auto"}
48-
), href="https://shop.geomapindex.com", target="_blank"),
48+
), href="https://plotly.pro", target="_blank"),
4949
heading, *links, dmc.Space(h=20)
5050
], gap=6, px=25)
5151
return dmc.AppShellAside(

0 commit comments

Comments
 (0)