Skip to content

Commit

Permalink
fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
jessupjn committed Mar 12, 2024
1 parent e4697c9 commit 51a3132
Show file tree
Hide file tree
Showing 13 changed files with 158 additions and 171 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ git submodule update --remote sdks/solana
| **Lang** | **Name** | **Description** |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| JS | [@switchboard-xyz/cli](/cli/) <br />[[npmjs](https://www.npmjs.com/package/@switchboard-xyz/cli), [Typedocs](https://docs.switchboard.xyz/dev/cli)] | Command line interface to interact with Switchboard |
| JS | [@switchboard-xyz/common](/javascript/common/) <br />[[npmjs](https://www.npmjs.com/package/@switchboard-xyz/common), [Typedocs](https://docs.switchboard.xyz/api/@switchboard-xyz/common)] | Contains the OracleJob protobufs and other types and utilities shared across chains |
| JS | [@switchboard-xyz/oracle](/javascript/oracle/) <br />[[npmjs](https://www.npmjs.com/package/@switchboard-xyz/oracle), [Typedocs](https://docs.switchboard.xyz/api/@switchboard-xyz/oracle)] | A Typescript wrapper for the Switchboard V2 oracle |
| JS | [@switchboard-xyz/common](/javascript/common/) <br />[[npmjs](https://www.npmjs.com/package/@switchboard-xyz/common), [Typedocs](https://docs.switchboard.xyz/api/common)] | Contains the OracleJob protobufs and other types and utilities shared across chains |
| JS | [@switchboard-xyz/oracle](/javascript/oracle/) <br />[[npmjs](https://www.npmjs.com/package/@switchboard-xyz/oracle), [Typedocs](https://https://docs.switchboard.xyz/api/oracle)] | A Typescript wrapper for the Switchboard V2 oracle |

## Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion javascript/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<strong>Npm: </strong><a href="https://www.npmjs.com/package/@switchboard-xyz/common">npmjs.com/package/@switchboard-xyz/common</a>
</h4>
<h4>
<strong>Typedocs: </strong><a href="https://docs.switchboard.xyz/api/@switchboard-xyz/common">docs.switchboard.xyz/api/@switchboard-xyz/common</a>
<strong>Typedocs: </strong><a href="https://docs.switchboard.xyz/api/common">docs.switchboard.xyz/api/common</a>
</h4>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ProtoPage({ route }: ProtoPageProps) {
id === "oracle-job"
? "/api/common/class/OracleJob"
: id === "task"
? "/api/common/class/Task"
? "/api/common/interface/ITaskk"
: `/api/common/namespace/OracleJob#${message.name}`;

return (
Expand Down
Loading

0 comments on commit 51a3132

Please sign in to comment.