Skip to content

Commit 0cd48ef

Browse files
authored
Merge pull request #984 from dhruvinparikh/develop
angular4-truffle: image path TransferToFriend.gif
2 parents 5368d34 + 9b43cb6 commit 0cd48ef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

contrib/angular4-truffle.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ export class AppComponent {
710710
----
711711
712712
//TODO:While moving to DAPPS this needs to linked properly
713-
image::/images/TransferToFriend.gif["Transfer To Friends In Action"]
713+
image::../images/TransferToFriend.gif["Transfer To Friends In Action"]
714714
715715
716716
- Hurray !!! we completed our TransferToFriends project.

contrib/aws-network-setup.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The nodes to be launched for this set-up will be for the topology shown in figur
1313

1414
[[_image_aws_topology_simple_bootnode]]
1515
.AWS Topology - Simple Ethereum network with boot node
16-
image::images/aws-topology-simple-bootnode.png["Simple topology of Ethereum nodes with bootnode"]
16+
image::../images/aws-topology-simple-bootnode.png["Simple topology of Ethereum nodes with bootnode"]
1717

1818
In the table below, the nodes in the topology are described. These nodes will be referred to by the name as mentioned in this table.
1919

contrib/node-communication-interaction.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ such as IRC, SMTP, or HTTP. Binary protocols have the advantage of
1919
terseness, which translates into speed of transmission and
2020
interpretation.
2121

22-
image:images/rlpx_rpc_xs.png[RLPx and JSONRPC]
22+
image:../images/rlpx_rpc_xs.png[RLPx and JSONRPC]
2323

2424
https://github.com/ethereum/wiki/wiki/%C3%90%CE%9EVp2p-Wire-Protocol
2525

@@ -57,7 +57,7 @@ and the rules around their processing. It is transport agnostic in that
5757
the concepts can be used within the same process, over sockets, over
5858
http, or in many various message passing environments.
5959

60-
image:images/http_ws_ipc_jsonrpc.png[JSONRPC Transports]
60+
image:../images/http_ws_ipc_jsonrpc.png[JSONRPC Transports]
6161

6262
[[jsonrpc2.0-http]]
6363
JSONRPC2.0 HTTP

contrib/upgradability-patterns.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ drawbacks:
273273
* Need to use Assembly
274274
* You need to keep the same storage footprint
275275

276-
image::images/proxy-lib.png["Proxy-libraries"]
276+
image::../images/proxy-lib.png["Proxy-libraries"]
277277

278278
==== Implementation
279279

0 commit comments

Comments
 (0)