Skip to content

Commit d3ad3f0

Browse files
authored
Merge pull request dubinc#2377 from dubinc/dub-name
Dub.co → Dub
2 parents 9e410af + a96f7fe commit d3ad3f0

30 files changed

Lines changed: 44 additions & 47 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<a href="https://dub.co">
2-
<img alt="Dub.co is the open-source link management infrastructure for modern marketing teams." src="https://github.com/dubinc/dub/assets/28986134/3815d859-afaa-48f9-a9b3-c09964e4d404">
2+
<img alt="Dub is the modern, open-source link attribution platform for short links, conversion tracking, and affiliate programs." src="https://github.com/dubinc/dub/assets/28986134/3815d859-afaa-48f9-a9b3-c09964e4d404">
33
</a>
44

5-
<h3 align="center">Dub.co</h3>
5+
<h3 align="center">Dub</h3>
66

77
<p align="center">
88
The open-source link attribution platform.
@@ -31,7 +31,7 @@
3131

3232
## Introduction
3333

34-
Dub.co is the open-source link attribution platform for modern marketing teams.
34+
Dub is the open-source link attribution platform for modern marketing teams.
3535

3636
## Features
3737

@@ -59,7 +59,7 @@ Dub.co is the open-source link attribution platform for modern marketing teams.
5959

6060
## Self-Hosting
6161

62-
You can self-host Dub.co for greater control over your data and design. [Read this guide](https://dub.co/docs/self-hosting/guide) to learn more.
62+
You can self-host Dub for greater control over your data and design. [Read this guide](https://dub.co/docs/self-hosting/guide) to learn more.
6363

6464
## Contributing
6565

@@ -75,7 +75,7 @@ We love our contributors! Here's how you can contribute:
7575

7676
## Repo Activity
7777

78-
![Dub.co repo activity – generated by Axiom](https://repobeats.axiom.co/api/embed/6ac4c94a89ea20e2e10032b932a128b6d8442e66.svg "Repobeats analytics image")
78+
![Dub repo activity – generated by Axiom](https://repobeats.axiom.co/api/embed/6ac4c94a89ea20e2e10032b932a128b6d8442e66.svg "Repobeats analytics image")
7979

8080
## License
8181

apps/web/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
###### REQUIRED ENV VARS ######
33
###############################
44

5-
NEXT_PUBLIC_APP_NAME=Dub.co
5+
NEXT_PUBLIC_APP_NAME=Dub
66
NEXT_PUBLIC_APP_DOMAIN=dub.co
77
NEXT_PUBLIC_APP_SHORT_DOMAIN=dub.sh
88

@@ -112,7 +112,7 @@ ANTHROPIC_API_KEY=
112112
###### DUB.CO INTERNAL USE ONLY ######
113113
######################################
114114

115-
# For the official Dub.co app
115+
# For the official Dub app
116116
NEXT_PUBLIC_IS_DUB=
117117

118118
# For cron jobs

apps/web/app/[domain]/not-found/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const runtime = "edge";
1111
export const metadata = constructMetadata({
1212
title: "Link Not Found",
1313
description:
14-
"This link does not exist on Dub.co. Please check the URL and try again.",
14+
"This link does not exist on Dub. Please check the URL and try again.",
1515
image: "https://assets.dub.co/misc/notfoundlink.jpg",
1616
noIndex: true,
1717
});

apps/web/app/api/cron/year-in-review/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export async function POST() {
6868
return {
6969
workspaceId: workspace.id,
7070
email: {
71-
from: "Steven from Dub.co <steven@ship.dub.co>",
71+
from: "Steven from Dub <steven@ship.dub.co>",
7272
to: user.email,
7373
reply_to: "steven.tey@dub.co",
7474
subject: "Dub Year in Review 🎊",

apps/web/app/api/links/metatags/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export async function GET(req: NextRequest) {
3434
return NextResponse.json(
3535
{
3636
...metatags,
37-
poweredBy: "Dub.co - Link management for modern marketing teams",
37+
poweredBy: "Dub - The Modern Link Attribution Platform",
3838
},
3939
{
4040
headers: corsHeaders,

apps/web/app/api/providers/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function GET(req: NextRequest) {
6161
provider: "short",
6262
});
6363
}
64-
if (headers.poweredBy?.includes("Dub.co")) {
64+
if (headers.poweredBy?.includes("Dub")) {
6565
return NextResponse.json({
6666
provider: "dub",
6767
});

apps/web/app/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function manifest(): MetadataRoute.Manifest {
44
return {
55
name: "Dub",
66
short_name: "Dub",
7-
description: "Dub – the modern link attribution platform.",
7+
description: "Dub - The Modern Link Attribution Platform",
88
start_url: "/",
99
display: "standalone",
1010
background_color: "#ffffff",

apps/web/app/password/[linkId]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function generateMetadata({
4343
return constructMetadata({
4444
title:
4545
isDubDomain(link.domain) || link.project?.plan === "free"
46-
? `${title} - Dub.co`
46+
? `${title} - Dub`
4747
: title,
4848
description,
4949
image,

apps/web/lib/auth/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export const authOptions: NextAuthOptions = {
516516
sendEmail({
517517
email,
518518
replyTo: "steven.tey@dub.co",
519-
subject: "Welcome to Dub.co!",
519+
subject: "Welcome to Dub!",
520520
react: WelcomeEmail({
521521
email,
522522
name: user.name || null,

apps/web/lib/openapi/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ import { workspacesPaths } from "./workspaces";
2222
export const document = createDocument({
2323
openapi: "3.0.3",
2424
info: {
25-
title: "Dub.co API",
25+
title: "Dub API",
2626
description:
2727
"Dub is link management infrastructure for companies to create marketing campaigns, link sharing features, and referral programs.",
2828
version: "0.0.1",
2929
contact: {
30-
name: "Dub.co Support",
30+
name: "Dub Support",
3131
email: "support@dub.co",
3232
url: "https://dub.co/api",
3333
},

0 commit comments

Comments
 (0)