Skip to content

Commit a85b88d

Browse files
Merge pull request #3200 from pyth-network/price-feeds-links
price feeds core few other links
2 parents 5d11cbc + 7381bdd commit a85b88d

File tree

2 files changed

+2
-2
lines changed
  • apps/developer-hub/content/docs/price-feeds/core

2 files changed

+2
-2
lines changed

apps/developer-hub/content/docs/price-feeds/core/create-your-first-pyth-app/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The application includes a smart contract and an off-chain code invoking the con
1212
<Callout type="info" title="Getting Started">
1313
The tutorial is an in-depth walkthrough of contract development; more
1414
experienced developers may want to refer to [Use Real-time Price
15-
Data](./use-real-time-data.mdx) for a more concise version.
15+
Data](./use-real-time-data/) for a more concise version.
1616
</Callout>
1717

1818
Please choose your environment to get started:

apps/developer-hub/content/docs/price-feeds/core/publish-data/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Data providers can publish data to the network using the [pyth-agent](https://gi
6565
This package abstracts away all of the communication with the underlying blockchain and exposes a simple JSON RPC interface for submitting price data.
6666
Please see the [README](https://github.com/pyth-network/pyth-agent) of that package for instructions on using it.
6767
This software requires you to configure both the keypair and validators from the previous steps in order to run.
68-
Please also see the [JSON RPC API documentation](./pyth-client-websocket-api).
68+
Please also see the [JSON RPC API documentation](./publish-data/pyth-client-websocket-api/).
6969
Finally, the [example publisher](https://github.com/pyth-network/example-publisher) is a fully-worked example of how to integrate with the pyth-agent API.
7070

7171
</Step>

0 commit comments

Comments
 (0)