Skip to content

Commit

Permalink
Fixed some Links
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Dec 19, 2023
1 parent 6f8f23e commit 8c98772
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/developing-with-xyo/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Here's some quick links:

The XYO Team has created a few demo dApps with real-world data to show you ways to utilize XYO Platform components. Use them to get your wheels turning on your own custom project, or just to browse!

- [In-Depth Explanations](/category/demo-dapps)
- [In-Depth Explanations](/demo-dapps)
- [Browse on xyo.network](https://xyo.network/dapp)

Explore our demos on [xyo.network](https://xyo.network/dapp) or on our GitHub.
Expand Down
2 changes: 1 addition & 1 deletion docs/developing-with-xyo/get-to-know.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Need a quick reminder on what's what? The [Glossary](/glossary) can help you out

## Concepts

We've created a few more [exercises](/getting-started-developer/concepts) to teach you more about ways you can implement XYO.
We've created a few more [exercises](/developing-with-xyo/concepts) to teach you more about ways you can implement XYO.

## Demos

Expand Down
2 changes: 1 addition & 1 deletion docs/developing-with-xyo/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 1
---

# Setup Development Environment
If you're ready to add XYO to the project you're working on, there's a few steps you'll need to complete. Want to learn more about XYO before adding it directly to your project? Head over to our [**Getting Started Guide**](/getting-started-developer/quickstart)
If you're ready to add XYO to the project you're working on, there's a few steps you'll need to complete. Want to learn more about XYO before adding it directly to your project? Head over to our [**Getting Started Guide**](/developing-with-xyo/quickstart)

Let's discover **XYO Platform in less than 5 minutes**.

Expand Down
10 changes: 6 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ const config = {
items: [
{
label: 'Getting Started',
to: '/getting-started-user/quickstart',
to: '/getting-started',
},
{
label: 'SDKs',
to: '/sdks/javascript',
to: '/sdks',
},
],
title: 'Docs',
Expand Down Expand Up @@ -146,8 +146,10 @@ const config = {
image: 'img/social-card.jpg',
navbar: {
items: [
{ label: 'Getting Started', position: 'left', to: 'getting-started-user/quickstart' },
{ label: 'SDKs', position: 'left', to: 'sdks/javascript' },
{ label: 'Getting Started', position: 'left', to: '/getting-started' },
{ label: 'Host', position: 'left', to: '/hosting-an-xyo-node' },
{ label: 'Develop', position: 'left', to: '/developing-with-xyo' },
{ label: 'SDKs', position: 'left', to: '/sdks' },
{
href: 'https://github.com/XYOracleNetwork',
label: 'GitHub',
Expand Down

0 comments on commit 8c98772

Please sign in to comment.