diff --git a/frontend/src/app/command/pricing/page.tsx b/frontend/src/app/command/pricing/page.tsx
index 5f48af5..800d4f0 100755
--- a/frontend/src/app/command/pricing/page.tsx
+++ b/frontend/src/app/command/pricing/page.tsx
@@ -342,7 +342,7 @@ export default function TLDPricingPage() {
data={sortedData}
keyExtractor={(tld) => tld.tld}
loading={loading}
- onRowClick={(tld) => window.location.href = `/tld-pricing/${tld.tld}`}
+ onRowClick={(tld) => window.location.href = `/command/pricing/${tld.tld}`}
emptyIcon={