Skip to content

Commit 57c6456

Browse files
committed
Fix image link
1 parent b610dcf commit 57c6456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ p <- ggplot(data = d, aes(x = carat, y = price)) +
3939
(gg <- ggplotly(p))
4040
```
4141

42-
![https://plot.ly/~agvd/1153](http://imgur.com/tbKybEb)
42+
![https://plot.ly/~agvd/1153](http://i.imgur.com/tbKybEb.png)
4343

4444
[Click here](https://plot.ly/~agvd/1153) to interact with the resulting graph (notice the custom hover text!)
4545

0 commit comments

Comments
 (0)