Skip to content

Commit ce88330

Browse files
authored
Use absolute image URLs (#163)
1 parent 4d4a5da commit ce88330

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ Features include:
1717
* Step back and forth through multiple files in a single diff
1818
* Rich support for image diffs
1919

20+
<!-- These are absolute URLs so that they display on pypi.org -->
2021
<!-- This is `git webdiff 05157bba^..05157bba`, in this repo -->
21-
![Screenshot of webdiff in action](/images/webdiff.png)
22+
![Screenshot of webdiff in action](https://raw.githubusercontent.com/danvk/webdiff/master/images/webdiff.png)
2223

2324
<!-- This is `git webdiff c80f969^..c80f969` in the dygraphs-dpxdt repo -->
24-
![Screenshot of image diffs](/images/webdiff-images.png)
25+
![Screenshot of image diffs](https://raw.githubusercontent.com/danvk/webdiff/master/images/webdiff-images.png)
2526

2627
## Installation
2728

0 commit comments

Comments
 (0)