diff --git a/docs/Installation/Build-From-Source.md b/docs/Installation/Build-From-Source.md index 62b9b6eca7..1102183b36 100644 --- a/docs/Installation/Build-From-Source.md +++ b/docs/Installation/Build-From-Source.md @@ -62,7 +62,7 @@ $ bin/pantheon --help If synchronizing to MainNet on Linux or other chains with large data requirements, increase the maximum number of open files allowed using `ulimit`. If the open files limit is not high enough, a `Too many open files` RocksDB exception occurs. -Continue with the [Private Network Quickstart](../Tutorials/Private-Network-Quickstart.md) or [Starting Pantheon](../Getting-Started/Starting-Pantheon.md). +Continue with [Starting Pantheon](../Getting-Started/Starting-Pantheon.md). ## Installation on Windows @@ -113,7 +113,7 @@ cd pantheon- bin\pantheon --help ``` -Continue with the [Private Network Quickstart](../Tutorials/Private-Network-Quickstart.md) or [Starting Pantheon](../Getting-Started/Starting-Pantheon.md). +Continue with [Starting Pantheon](../Getting-Started/Starting-Pantheon.md). ## Installation on VM diff --git a/docs/JSON-RPC-API/JSON-RPC-API.md b/docs/JSON-RPC-API/JSON-RPC-API.md index 7f7def361a..1a110d5c66 100644 --- a/docs/JSON-RPC-API/JSON-RPC-API.md +++ b/docs/JSON-RPC-API/JSON-RPC-API.md @@ -13,7 +13,5 @@ unformatted data (byte arrays, account addresses, hashes, and bytecode arrays). RPC is the remote procedure call protocol (RFC 1831). The protocol is stateless and transport agnostic in that the concepts can be used within the same process, over sockets, over HTTP, or in various message passing environments. -* [Using the Pantheon JSON-RPC API](Using-JSON-RPC-API.md) -* [Authentication](Authentication.md) -* [JSON-RPC API Methods](../Reference/JSON-RPC-API-Methods.md) -* [JSON-RPC API Objects](../Reference/JSON-RPC-API-Objects.md) \ No newline at end of file +The Reference documentation includes the [JSON-RPC API Methods](../Reference/JSON-RPC-API-Methods.md) +and [JSON-RPC API Objects](../Reference/JSON-RPC-API-Objects.md) \ No newline at end of file diff --git a/docs/Privacy/Privacy.md b/docs/Privacy/Privacy.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/global/test_accounts.md b/docs/global/test_accounts.md index c71953b421..f2958e2258 100644 --- a/docs/global/test_accounts.md +++ b/docs/global/test_accounts.md @@ -5,15 +5,15 @@ !!! example "Account 1 (Miner Coinbase Account)" * Address: `0xfe3b557e8fb62b89f4916b721be55ceb828dbd73` - * Private key : ==0x8f2a55949038a9610f50fb23b5883af3b4ecb3c3bb792cbcefbd1542c692be63== + * Private key : `0x8f2a55949038a9610f50fb23b5883af3b4ecb3c3bb792cbcefbd1542c692be63` * Initial balance : `0xad78ebc5ac6200000` (200000000000000000000 in decimal) !!! example "Account 2" * Address: `0x627306090abaB3A6e1400e9345bC60c78a8BEf57` - * Private key : ==0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3== + * Private key : `0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3` * Initial balance : `0x90000000000000000000000` (2785365088392105618523029504 in decimal) !!! example "Account 3" * Address: `0xf17f52151EbEF6C7334FAD080c5704D77216b732` - * Private key : ==0xae6ae8e5ccbfb04590405997ee2d52d2b330726137b875053c36d94e974d162f== + * Private key : `0xae6ae8e5ccbfb04590405997ee2d52d2b330726137b875053c36d94e974d162f` * Initial balance : `0x90000000000000000000000` (2785365088392105618523029504 in decimal) \ No newline at end of file