Skip to content

Commit d26dfa7

Browse files
committed
fix readme link
1 parent a9841b9 commit d26dfa7

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
@@ -32,7 +32,7 @@ g <- ggplot(faithful, aes(x = eruptions, y = waiting)) +
3232
ggplotly(g)
3333
```
3434

35-
![https://plot.ly/~cpsievert/9836](http://imgur.com/6G4zv7b)
35+
![https://plot.ly/~cpsievert/9836](http://i.imgur.com/6G4zv7b.png)
3636

3737
If you'd like to see how `ggplotly()` does in converting different ggplot2 examples, we host a [plotly version](http://ropensci.github.io/plotly/) of the [official ggplot2 documentation](http://docs.ggplot2.org).
3838

0 commit comments

Comments
 (0)