Skip to content

Commit baa4bc5

Browse files
authored
Remove hyphens from page names on Getting Started (#253)
* Remove hyphens from names here * standardize caps
1 parent 846f942 commit baa4bc5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/price-feeds/getting-started.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ The [Learn](#learn) section provides general meterial for anyone interested in u
1010

1111
Developers interested in using Pyth can refer to the following resources:
1212

13-
- [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.
14-
- [User-real-time-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.
13+
- [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.
14+
- [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.
1515

1616
In addition to the two guides above, the following resources will be useful for developers as they integrate:
1717

18-
- [API-reference](./api-reference.mdx) provides a detailed overview of Pyth's on-chain methods.
19-
- [Price Feed Ids](./price-feed-ids.mdx) lists the price feed ids for all the assets supported by Pyth.
20-
- [Contract-addresses](./contract-addresses/) provides the contract addresses for Pyth on different chains.
21-
- [Best-practices](./best-practices.mdx) explains how to use Pyth price feeds safely and effectively in your application.
18+
- [API Reference](./api-reference.mdx) provides a detailed overview of Pyth's on-chain methods.
19+
- [Price Feed IDs](./price-feed-ids.mdx) lists the price feed ids for all the assets supported by Pyth.
20+
- [Contract Addresses](./contract-addresses/) provides the contract addresses for Pyth on different chains.
21+
- [Best Practices](./best-practices.mdx) explains how to use Pyth price feeds safely and effectively in your application.
2222

2323
## Learn
2424

2525
For those interested in learning more about Pyth, the following resources are available:
2626

27-
- [How-pyth-works](./how-pyth-works.mdx) provides a high-level overview of Pyth architecture.
27+
- [How Pyth Works](./how-pyth-works.mdx) provides a high-level overview of Pyth architecture.

0 commit comments

Comments
 (0)