Skip to content

Commit e25d99e

Browse files
committed
fix: domain references
1 parent e2420f6 commit e25d99e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/with-next-js/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const WithAccount = ({ children }: { children: React.ReactNode }) => {
9191
via webhooks
9292
</a>{" "}
9393
and can be seen{" "}
94-
<a href="https://webhooks.simplepdf.co/" target="_blank">
94+
<a href="https://webhooks.simplepdf.com/" target="_blank">
9595
on this website
9696
</a>
9797
</i>

examples/with-remix/app/routes/_index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const WithAccount = ({ children }: { children: React.ReactNode }) => {
8989
via webhooks
9090
</a>{" "}
9191
and can be seen{" "}
92-
<a href="https://webhooks.simplepdf.co/" target="_blank">
92+
<a href="https://webhooks.simplepdf.com/" target="_blank">
9393
on this website
9494
</a>
9595
</i>

examples/with-script-tag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# With script tag example
22

3-
[See it live here](https://web.simplepdf.co)
3+
[See it live here](https://web.simplepdf.com)

web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add a powerful PDF editor directly into your website.
2828

2929
Open PDF files with [SimplePDF](https://simplepdf.com), using a simple script tag.
3030

31-
## [Show me an example!](https://web.simplepdf.co)
31+
## [Show me an example!](https://web.simplepdf.com)
3232

3333
## How to use
3434

0 commit comments

Comments
 (0)