Skip to content

Commit

Permalink
Use absolute urls for images
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvdw committed Nov 24, 2016
1 parent 5b0faa1 commit 788b7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ and transactions.
* _bitcrust-wallet (planned)_


![Components of bitcrust](doc/components.svg "Dependencies")
![Components of bitcrust](https://github.com/tomasvdw/bitcrust/blob/master/doc/components.svg "Dependencies")


## Contribute
Expand Down
2 changes: 1 addition & 1 deletion bitcrust-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ When transactions are stored, only their scripts are validated. When blocks come
Here we see a spent-tree with two blocks, where the 3rd transaction has one input referencing the 1st transaction.


![Spent tree example](../doc/spent-tree1.svg "Spent-tree example")
![Spent tree example](https://github.com/tomasvdw/bitcrust/blob/master/doc/spent-tree1.svg "Spent-tree example")

0 comments on commit 788b7e9

Please sign in to comment.