Skip to content

Commit 1e74fed

Browse files
committed
Readme fixes
Closes tidyverse#2140. Closes tidyverse#2146
1 parent 91c7964 commit 1e74fed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
4848
geom_point()
4949
```
5050

51-
As well as the components built-in to ggplot2, there are many packages that provide extensions. See a comphrensive list at <http://www.ggplot2-exts.org>.
51+
As well as the components built-in to ggplot2, there are many packages that provide extensions. See a comprehensive list at <http://www.ggplot2-exts.org>.
5252

5353
## Learning ggplot2
5454

@@ -81,7 +81,7 @@ There are two main places to get help with ggplot2:
8181
questions about ggplot2. You must be a member to post messages,
8282
but anyone can read the archived discussions.
8383

84-
1. [stackoverflow](so) is a great source of answers to common ggplot2
84+
1. [stackoverflow][so] is a great source of answers to common ggplot2
8585
questions. It is also a great place to get help, once you have
8686
created a reproducible example that illustrates your problem.
8787

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
3939

4040
![](README-example-1.png)
4141

42-
As well as the components built-in to ggplot2, there are many packages that provide extensions. See a comphrensive list at <http://www.ggplot2-exts.org>.
42+
As well as the components built-in to ggplot2, there are many packages that provide extensions. See a comprehensive list at <http://www.ggplot2-exts.org>.
4343

4444
Learning ggplot2
4545
----------------
@@ -61,4 +61,4 @@ There are two main places to get help with ggplot2:
6161

6262
1. The [ggplot2 mailing list](https://groups.google.com/forum/?fromgroups#!forum/ggplot2) is a friendly place to ask any questions about ggplot2. You must be a member to post messages, but anyone can read the archived discussions.
6363

64-
2. [stackoverflow](so) is a great source of answers to common ggplot2 questions. It is also a great place to get help, once you have created a reproducible example that illustrates your problem.
64+
2. [stackoverflow](http://stackoverflow.com/questions/tagged/ggplot2?sort=frequent&pageSize=50) is a great source of answers to common ggplot2 questions. It is also a great place to get help, once you have created a reproducible example that illustrates your problem.

0 commit comments

Comments
 (0)