Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 5673591

Browse files
committed
fix broken links
1 parent 537cc1c commit 5673591

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

next.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ const permanentRedirectArray = [
132132
"/price-feeds/use-real-time-data/:path((?!pull-integration(?:/|$)).*)",
133133
"/price-feeds/use-real-time-data/pull-integration/:path",
134134
],
135-
// generic price feeds redirects
136-
[
137-
"/price-feeds/:path((?!core|pro|push-feeds|use-real-time-data).*?)",
138-
"/price-feeds/core/:path*",
139-
],
135+
// // generic price feeds redirects
136+
// [
137+
// "/price-feeds/:path((?!core|pro|push-feeds|use-real-time-data).*?)",
138+
// "/price-feeds/core/:path*",
139+
// ],
140140

141141
["/benchmarks", "/price-feeds/use-historic-price-data"],
142142
[

pages/price-feeds/core/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
7676

7777
<div className="flex">
7878
<a
79-
href="./price-feeds/core/use-real-time-data"
79+
href="./core/use-real-time-data"
8080
className="inline-flex items-center gap-2 bg-gray-50 dark:bg-gray-700 border border-gray-300 dark:border-gray-600 text-gray-700 dark:text-gray-300 px-4 py-2.5 rounded-md hover:bg-gray-100 dark:hover:bg-gray-600 transition-colors text-sm font-semibold"
8181
>
8282
Explore Price Feeds
@@ -102,7 +102,7 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
102102
</p>
103103
<div className="ml-5">
104104
<a
105-
href="./price-feeds/core/use-real-time-data"
105+
href="./core/use-real-time-data"
106106
className="inline-flex items-center gap-2 bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md transition-colors text-sm font-medium"
107107
>
108108
Get Started with Pull Integration
@@ -124,7 +124,7 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
124124
</p>
125125
<div className="ml-5">
126126
<a
127-
href="./price-feeds/core/push-feeds"
127+
href="./core/push-feeds"
128128
className="inline-flex items-center gap-2 bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md transition-colors text-sm font-medium"
129129
>
130130
Get Started with Push Integration
@@ -154,7 +154,7 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
154154
{ icon: <ClockIcon />, text: "Time-stamped prices" },
155155
]}
156156
ctaText="Access Historical Data"
157-
href="./price-feeds/core/use-historic-price-data"
157+
href="./core/use-historic-price-data"
158158
/>
159159

160160
</div>
@@ -165,26 +165,26 @@ Data is sourced from 120+ first-party providers including major exchanges and ma
165165
<Card
166166
icon={<ClockIcon />}
167167
title="Getting Started"
168-
href="./price-feeds/core/getting-started"
168+
href="./core/getting-started"
169169
/>
170170
<Card
171171
icon={<ContractIcon />}
172172
title="Contract Addresses"
173-
href="./price-feeds/core/contract-addresses"
173+
href="./core/contract-addresses"
174174
/>
175175
<Card
176176
icon={<LightningIcon />}
177177
title="Push Feeds"
178-
href="./price-feeds/core/push-feeds"
178+
href="./core/push-feeds"
179179
/>
180180
<Card
181181
icon={<CodeIcon />}
182182
title="API Reference"
183-
href="./price-feeds/core/api-reference"
183+
href="./core/api-reference"
184184
/>
185185
<Card
186186
icon={<SearchIcon />}
187187
title="Price Feed IDs"
188-
href="./price-feeds/core/price-feeds"
188+
href="./core/price-feeds"
189189
/>
190190
</Cards>

pages/price-feeds/pro/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ The service is delivered through standard APIs for seamless integration.
2020
<Card
2121
icon={<KeyIcon />}
2222
title="Get your access token"
23-
href="./acquire-access-token"
23+
href="./pro/acquire-access-token"
2424
/>
2525
<Card
2626
icon={<LightningIcon />}
2727
title="Subscribe to prices"
28-
href="./subscribe-price-updates"
28+
href="./pro/subscribe-price-updates"
2929
/>
3030
<Card
3131
icon={<BarChartIcon />}

0 commit comments

Comments
 (0)