Skip to content

Commit 8680e59

Browse files
committed
Merge pull request #2 from frozeman/patch-1
Update index.html
2 parents 3da47ee + 592439b commit 8680e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h3>
2929
<h3>
3030
<a id="creating-a-dapp" class="anchor" href="#creating-a-dapp" aria-hidden="true"><span class="octicon octicon-link"></span></a>Creating a Dapp?</h3>
3131

32-
<p>You will need to interface with the Ethereum network. <a href="https://github.com/ethereumjs/web3.js">web3.js</a> provides a complete RPC interface from Javascript. If looking for a more lightweight option, <a href="https://github.com/axic/ethereumjs-abi">ethereumjs-abi</a> or <a href="https://github.com/ethereumjs/solidity.js">solidity.js</a> can handle the ABI encoding.</p>
32+
<p>You will need to interface with the Ethereum network. <a href="https://github.com/ethereum/web3.js">web3.js</a> provides a complete Javascript API to interact with the RPC interface. If looking for a more lightweight option, <a href="https://github.com/axic/ethereumjs-abi">ethereumjs-abi</a> or <a href="https://github.com/ethereumjs/solidity.js">solidity.js</a> can handle the ABI encoding.</p>
3333

3434
<h3>
3535
<a id="interested-in-running-a-node" class="anchor" href="#interested-in-running-a-node" aria-hidden="true"><span class="octicon octicon-link"></span></a>Interested in running a node?</h3>
@@ -88,7 +88,7 @@ <h2>
8888

8989
<ul>
9090
<li>
91-
<a href="https://github.com/ethereum/web3.js">web3.js</a>: the complete API as seen in the <a href="https://github.com/ethereum/wiki/blob/master/JSON-RPC.md">wiki</a>
91+
<a href="https://github.com/ethereum/web3.js">web3.js</a>: the complete API as seen in the <a href="https://github.com/ethereum/wiki/wiki/JavaScript-API">wiki</a>
9292
</li>
9393
<li>
9494
<a href="https://github.com/ethereum/solidity.js">solidity.js</a>: ABI encoding and decoding (the relevant code split out from web3.js)</li>

0 commit comments

Comments
 (0)