Skip to content

Commit

Permalink
bump links
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Jan 12, 2025
1 parent bd30253 commit 25e9b20
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Dub.co is the open-source link management infrastructure for modern marketing te

- **Free custom domains**: Create branded short links [with your own domain](https://dub.co/help/article/how-to-add-custom-domain) and [improve click-through rates by 30%](https://dub.co/blog/custom-domains). Paid plans also include a [complimentary custom domain](https://dub.co/help/article/free-dot-link-domain).
- **Advanced link features**: Supercharge your links with [custom link previews](https://dub.co/help/article/custom-link-previews), [device targeting](https://dub.co/help/article/device-targeting), [geo targeting](https://dub.co/help/article/geo-targeting), [link cloaking](https://dub.co/help/article/link-cloaking), [password protection](https://dub.co/help/article/password-protected-links), and more.
- **Advanced Analytics**: Dub provides [powerful analytics](https://dub.co/help/article/dub-analytics) for your links, including geolocation, device, browser, and referrer information.
- **Advanced Analytics**: Dub provides [powerful analytics](https://dub.co/analytics) for your links, including geolocation, device, browser, and referrer information.
- **QR Codes**: QR codes and short links are like peas in a pod. Dub offers [free QR codes](https://dub.co/tools/qr-code) for every short link you create. Feeling artsy? [Customize them with your own logo](https://dub.co/help/article/custom-qr-codes).
- **Team collaboration**: [Invite your teammates](https://dub.co/help/article/how-to-invite-teammates) to collaborate on your links. For [enterprises](https://dub.co/enterprise), Dub offers [SAML SSO](https://dub.co/help/category/saml-sso) with Okta, Google, and Azure AD for higher security.

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dub/ui",
"description": "UI components for Dub.co",
"version": "0.2.15",
"version": "0.2.16",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const FEATURES_LIST = [
title: "Dub Analytics",
description: "Powerful real-time analytics",
icon: LinesY,
href: "/help/article/dub-analytics",
href: "/analytics",
},
{
title: "Dub API",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/nav/content/product-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function ProductContent({ domain }: { domain: string }) {
</Link>
<div className="flex flex-col gap-4">
<Link
href={createHref("/help/article/dub-analytics", domain)}
href={createHref("/analytics", domain)}
className="group relative flex flex-col overflow-hidden rounded-xl border border-neutral-100 bg-neutral-50 dark:border-white/20 dark:bg-white/10"
>
<AnalyticsGraphic className="absolute bottom-0 h-auto w-full translate-y-[15%] [mask-image:linear-gradient(90deg,transparent,black)]" />
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dub/utils",
"description": "Utility functions and constants for Dub.co",
"version": "0.1.15",
"version": "0.1.16",
"sideEffects": false,
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/constants/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const PLANS = [
title:
"Get location (country, city, continent), device (type, browser, OS), and referer data on your clicks.",
cta: "Learn more.",
href: "https://dub.co/help/article/dub-analytics",
href: "https://dub.co/analytics",
},
},
{ id: "ai", text: "10 AI credits/mo" },
Expand Down

0 comments on commit 25e9b20

Please sign in to comment.