Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default async function RootLayout({
<Layout
navbar={navbar}
pageMap={await getPageMap()}
docsRepositoryBase="https://github.com/open-rpc/website"
docsRepositoryBase="https://github.com/open-rpc/website/tree/master"
footer={footer}
>
{children}
Expand Down
8 changes: 4 additions & 4 deletions src/content/beginners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ The OpenRPC created in the previous example has provided a well documented API a

- Examine the JSON-RPC 2.0 Specification [jsonrpc.org](https://www.jsonrpc.org/specification)
- Read the OpenRPC Specification. [spec.open-rpc.org](http://spec.open-rpc.org#introduction)
- Explore the Getting Started Guide. [open-rpc.org/getting-started](/getting-started/)
- Want to get started using OpenRPC? [open-rpc.org/use](/use/)
- Curious to learn more about OpenRPC and its technology? [open-rpc.org/learn](/learn/)
- Are you a developer interested in building on OpenRPC? [open-rpc.org/developers](/developers/)
- Explore the Getting Started Guide. [open-rpc.org/getting-started](/docs/getting-started)
- Want to get started using OpenRPC? [open-rpc.org/use](/docs/use)
- Curious to learn more about OpenRPC and its technology? [open-rpc.org/learn](/docs/learn)
- Are you a developer interested in building on OpenRPC? [open-rpc.org/developers](/docs/developers)


2 changes: 1 addition & 1 deletion src/content/developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ title: OpenRPC Development | Developer guides, resources, and tools for building

#### OpenRPC Tooling Foundations

Need a more basic non-technical primer first? Check out [open-rpc.org/beginners](/beginners).
Need a more basic non-technical primer first? Check out [open-rpc.org/beginners](/docs/beginners).
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The destination now points to /docs/beginners, but the link text still shows open-rpc.org/beginners. If /beginners isn’t a valid route on this site, update the displayed URL (e.g., open-rpc.org/docs/beginners) or switch to descriptive link text to avoid confusion.

Suggested change
Need a more basic non-technical primer first? Check out [open-rpc.org/beginners](/docs/beginners).
Need a more basic non-technical primer first? Check out the [OpenRPC beginners guide](/docs/beginners).

Copilot uses AI. Check for mistakes.

## Specification

Expand Down
6 changes: 3 additions & 3 deletions src/content/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ Here the example JSON-RPC request above is used to provide example data:
## Next Steps

- Read the specification. [spec.open-rpc.org](http://spec.open-rpc.org#introduction)
- Started using OpenRPC [open-rpc.org/use](/use/)
- Learn more about OpenRPC and its technology [open-rpc.org/learn](/learn/)
- Build on OpenRPC Tooling [open-rpc.org/developers](/developers/)
- Started using OpenRPC [open-rpc.org/use](/docs/use)
- Learn more about OpenRPC and its technology [open-rpc.org/learn](/docs/learn)
- Build on OpenRPC Tooling [open-rpc.org/developers](/docs/developers)
Comment on lines +212 to +214
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These bullets link to /docs/... but the displayed URLs are still open-rpc.org/use, open-rpc.org/learn, etc. If the canonical paths are now under /docs, update the visible URLs (or use descriptive link text) so readers don’t copy/paste a non-existent route.

Suggested change
- Started using OpenRPC [open-rpc.org/use](/docs/use)
- Learn more about OpenRPC and its technology [open-rpc.org/learn](/docs/learn)
- Build on OpenRPC Tooling [open-rpc.org/developers](/docs/developers)
- Start using OpenRPC with the [Use OpenRPC guide](/docs/use)
- Learn more about OpenRPC and its technology in the [OpenRPC overview](/docs/learn)
- Build on OpenRPC tooling with the [Developer docs](/docs/developers)

Copilot uses AI. Check for mistakes.
5 changes: 2 additions & 3 deletions src/content/learn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ sidebarDepth: 0

# Learn about OpenRPC

**Welcome to [open-rpc.org/learn](/learn/), a set of resources to help you learn more about OpenRPC.** This page includes technical **and** non-technical articles, guides, and resources. If youre totally new to OpenRPC, [we suggest you start here](/beginners/).
**Welcome to [open-rpc.org/learn](/docs/learn), a set of resources to help you learn more about OpenRPC.** This page includes technical **and** non-technical articles, guides, and resources. If you're totally new to OpenRPC, [we suggest you start here](/docs/beginners).
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link target was updated to /docs/learn, but the link text still shows open-rpc.org/learn. If docs are served under /docs (as configured in next.config.ts), consider updating the displayed URL to open-rpc.org/docs/learn (or using descriptive text) so readers don’t copy a path that may 404.

Suggested change
**Welcome to [open-rpc.org/learn](/docs/learn), a set of resources to help you learn more about OpenRPC.** This page includes technical **and** non-technical articles, guides, and resources. If you're totally new to OpenRPC, [we suggest you start here](/docs/beginners).
**Welcome to [open-rpc.org/docs/learn](/docs/learn), a set of resources to help you learn more about OpenRPC.** This page includes technical **and** non-technical articles, guides, and resources. If you're totally new to OpenRPC, [we suggest you start here](/docs/beginners).

Copilot uses AI. Check for mistakes.

Here are some excellent starting points:
- [OpenRPC Webinar](/webinar/) *open-rpc.org*
- [OpenRPC Getting Started Guide](/getting-started/) *open-rpc.org*
- [OpenRPC Getting Started Guide](/docs/getting-started) *open-rpc.org*
- [ETC Summit 2019 - Day 1 - Talk 05 - Shane Jonas - The Future of JSON RPC Tooling
](https://youtu.be/g2zUSyXW6nI?t=59) *ETC Summit*
- [Who Builds the Building Blocks?](https://hackernoon.com/who-builds-the-building-blocks-9e358d5e0753) *Feb 22, 2019 - Hackernoon*
Expand Down
2 changes: 1 addition & 1 deletion src/content/use.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Navigate to [playground.open-rpc.org](https://playground.open-rpc.org) and start

### 2. Use the tools with your OpenRPC Document

You can follow the guides [here](/developers/) and use the OpenRPC tools to create:
You can follow the guides [here](/docs/developers) and use the OpenRPC tools to create:

- API Documentation
- Clients
Expand Down
Loading