@@ -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 >
0 commit comments