Skip to content

Commit 201f1ee

Browse files
committed
Make screenshots links.
1 parent 33afc2d commit 201f1ee

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
@@ -103,13 +103,13 @@ <h2><a href="todos/public/">Todos</a></h2>
103103

104104
<p>Sébastien Béal also made <a href="https://github.com/sebastibe/brunch-django-examples">an alternative</a> which uses Django + Django Rest Framework to persist data.</p>
105105

106-
<p><img src="images/screenshots/todos.png" alt=""></p>
106+
<p><a href="todos/public/"><img src="images/screenshots/todos.png" alt=""></a></p>
107107

108108
<h2><a href="twitter/public/">Twitter</a></h2>
109109

110110
<p>A simple twitter client (<a href="https://github.com/brunch/twitter">code</a>). Uses <a href="https://github.com/paulmillr/brunch-with-chaplin">Chaplin</a> as app skeleton.</p>
111111

112-
<p><img src="images/screenshots/twitter.png" alt=""></p>
112+
<p><a href="twitter/public/"><img src="images/screenshots/twitter.png" alt=""></a></p>
113113

114114
<h1>Community</h1>
115115

0 commit comments

Comments
 (0)