-
Notifications
You must be signed in to change notification settings - Fork 5
Fix broken internal documentation links and GitHub repository URLs #712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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). | ||||||
|
||||||
| 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). |
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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
|
||||||||||||||
| - 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) |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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 you’re 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). | ||||||
|
||||||
| **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). |
Uh oh!
There was an error while loading. Please reload this page.