Skip to content

Commit

Permalink
Update book links to gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Sep 20, 2019
1 parent d6d5b44 commit 261b869
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Solana's architecture is described by a book generated from markdown files in
the `book/src/` directory, maintained by an *editor* (currently @garious). To
add a design proposal, you'll need to at least propose a change the content
under the [Accepted Design
Proposals](https://solana-labs.github.io/book-edge/proposals.html) chapter.
Proposals](https://docs.solana.com/book/v/master/proposals) chapter.
Here's the full process:

1. Propose a design by creating a PR that adds a markdown document to the
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Furthermore, and much to our surprise, it can be implemented using a mechanism t
Architecture
===

Before you jump into the code, review the online book [Solana: Blockchain Rebuilt for Scale](https://solana-labs.github.io/book/).
Before you jump into the code, review the online book [Solana: Blockchain Rebuilt for Scale](https://docs.solana.com/book/).

(The _latest_ development version of the online book is also [available here](https://solana-labs.github.io/book-edge/).)
(The _latest_ development version of the online book is also [available here](https://docs.solana.com/book/v/master/).)

Release Binaries
===
Expand Down Expand Up @@ -120,7 +120,7 @@ $ cargo test
Local Testnet
---

Start your own testnet locally, instructions are in the book [Solana: Blockchain Rebuild for Scale: Getting Started](https://solana-labs.github.io/book/getting-started.html).
Start your own testnet locally, instructions are in the book [Solana: Blockchain Rebuild for Scale: Getting Started](https://docs.solana.com/book/getting-started).

Remote Testnets
---
Expand Down
2 changes: 1 addition & 1 deletion programs/btc_spv_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Client Request - Transaction from the client to the SPV Program to trigger creat
Sub-account - A Solana account owned by another contract account, without its own private key.

For more information on the Inter-chain SPV system, see the book section at:
https://solana-labs.github.io/book/interchain-transaction-verification.html
https://docs.solana.com/book/v/master/proposals/interchain-transaction-verification

0 comments on commit 261b869

Please sign in to comment.