Skip to content

Commit daca0cf

Browse files
authored
alt text in README (#2505)
1 parent cfa1ba9 commit daca0cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# devtools <a href="https://devtools.r-lib.org/"><img src="man/figures/logo.png" align="right" height="138" /></a>
1+
# devtools <a href="https://devtools.r-lib.org/"><img src="man/figures/logo.png" align="right" height="138" alt=""/></a>
22

33
<!-- badges: start -->
44
[![R-CMD-check](https://github.com/r-lib/devtools/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/devtools/actions/workflows/R-CMD-check.yaml)
@@ -23,7 +23,7 @@ pak::pak("r-lib/devtools")
2323

2424
## Cheatsheet
2525

26-
<a href="https://raw.githubusercontent.com/rstudio/cheatsheets/main/package-development.pdf"><img src="https://github.com/rstudio/cheatsheets/raw/main/pngs/thumbnails/package-development-thumbs.png" height="252"/></a>
26+
<a href="https://raw.githubusercontent.com/rstudio/cheatsheets/main/package-development.pdf"><img src="https://github.com/rstudio/cheatsheets/raw/main/pngs/thumbnails/package-development-thumbs.png" height="252" alt="thumbnail of package development cheatsheet"/></a>
2727

2828

2929
## Usage
@@ -87,7 +87,7 @@ look in the current working directory - this is a recommended practice.
8787
R package development can be intimidating, however there are now a number of
8888
valuable resources to help!
8989

90-
<a href="https://r-pkgs.org"><img src="http://r-pkgs.org/images/cover.png" height="252" align = "right"/></a>
90+
<a href="https://r-pkgs.org"><img src="http://r-pkgs.org/images/cover.png" height="252" align = "right" alt="Cover image of R Packages book"/></a>
9191

9292
1. R Packages is a book that gives a comprehensive treatment of all common parts
9393
of package development and uses devtools throughout.

0 commit comments

Comments
 (0)