Skip to content

Commit

Permalink
modified pyjs image link
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 committed Jun 22, 2012
1 parent 9c58699 commit 4a86567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/anchor/Anchor.py
Expand Up @@ -7,7 +7,7 @@
pyjd.setup("public/Anchor.html")

root = RootPanel()
image = Image('http://pyjs.org/img/pyjamas.128x128.png')
image = Image('http://pyjs.org/assets/images/pyjs.128x128.png')
anchor = Anchor(Widget=image, Href='http://pyjs.org', Title='Pyjs website')
root.add(anchor)

Expand Down

0 comments on commit 4a86567

Please sign in to comment.