Skip to content

Commit ed7cef1

Browse files
committed
change the 'src' attribute of <img> pointing to snapshots.png
changed the src from '/images/snapshots.png' to './images/snapshots.png' Earlier, it didnt load the image when trying to open it in browser directly from the repo. Also, "http://jointheconversation.org/git-reference/" does not load the image, but when the src is changed, the image loads fine.
1 parent cdeb11f commit ed7cef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>How to Think Like Git</h2>
9898
how they differ or pull content out of them, etc.
9999
</p>
100100

101-
<center><img src="/images/snapshots.png"/></center>
101+
<center><img src="./images/snapshots.png"/></center>
102102

103103
<p>
104104
If you think about Git

0 commit comments

Comments
 (0)