瀏覽代碼

docs: rename historic to historical in price data page

- Rename use-historic-price-data.mdx to use-historical-price-data.mdx
- Update page title and slug to use 'historical' instead of 'historic'
- Update all internal links and navigation references
- Update meta.json to reflect new filename

Co-Authored-By: Jayant <jayantkrishnamurthy@gmail.com>
Devin AI 1 天之前
父節點
當前提交
c077e87fee

+ 1 - 1
apps/developer-hub/content/docs/price-feeds/core/getting-started.mdx

@@ -16,7 +16,7 @@ Developers interested in using Pyth can refer to the following resources:
 
 - [Create Your First Pyth App](./create-your-first-pyth-app/) is a tutorial that walks the reader through all of the steps required to develop, test and deploy a contract using Pyth price feeds. This guide is tailored toward new developers with less contract development experience.
 - [Use Real-Time Price Data](./use-real-time-data/) is a how-to guide that provides the minimal steps to integrate price feeds into your app. This guide is targeted towards more experienced developers who know the basics of smart contract development.
-- [Use Historic Price Data](./use-historic-price-data/) is a how-to guide that provides the minimal steps to integrate historic price data into your app.
+- [Use Historical Price Data](./use-historical-price-data/) is a how-to guide that provides the minimal steps to integrate historical price data into your app.
 - [API Reference](./api-reference) is an interactive playground that provides a detailed overview of the Pyth smart contract's functionality. This guide is useful for developers who want to understand the full capabilities of the Pyth oracles.
 
 In addition to the resources above, the following reference materials will be useful for developers as they integrate:

+ 1 - 1
apps/developer-hub/content/docs/price-feeds/core/index.mdx

@@ -49,7 +49,7 @@ settlement and backtesting:
   <Card
     icon={<Rewind size={12.5} />}
     title="Historical Price Data"
-    href="/price-feeds/core/use-historic-price-data"
+    href="/price-feeds/core/use-historical-price-data"
   >
     {" "}
     Access to historical price data for settlement and backtesting.

+ 1 - 1
apps/developer-hub/content/docs/price-feeds/core/meta.json

@@ -5,7 +5,7 @@
     "create-your-first-pyth-app",
     "---How-To Guides---",
     "use-real-time-data",
-    "use-historic-price-data",
+    "use-historical-price-data",
     "fetch-price-updates",
     "schedule-price-updates",
     "create-tradingview-charts",

+ 2 - 2
apps/developer-hub/content/docs/price-feeds/core/use-historic-price-data.mdx → apps/developer-hub/content/docs/price-feeds/core/use-historical-price-data.mdx

@@ -1,7 +1,7 @@
 ---
-title: Use Historic Price Data (Benchmarks)
+title: Use Historical Price Data (Benchmarks)
 description: Learn how to query and verify historical Pyth price feeds
-slug: /price-feeds/core/use-historic-price-data
+slug: /price-feeds/core/use-historical-price-data
 ---
 
 import { Callout } from "fumadocs-ui/components/callout";

+ 1 - 1
apps/developer-hub/content/docs/price-feeds/core/use-real-time-data/index.mdx

@@ -57,4 +57,4 @@ Developers building such applications can consult the following guide:
 
 - [Off-chain Apps](../fetch-price-updates)
 
-To fetch historical prices, application developers can check out the [Use Historic Price Data](../use-historic-price-data) guide.
+To fetch historical prices, application developers can check out the [Use Historical Price Data](../use-historical-price-data) guide.