Skip to content

Commit cedb500

Browse files
committed
Change location of images to pass CRAN check.
1 parent 5eaf11f commit cedb500

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ length of 25 and store the following:
148148
- `x1`: The first 25 cubed numbers, starting from `1.` (e.g. `1`, `8`, `27`, et cetera)
149149
````
150150

151-
![PDF Rendering of `hw00-assign.Rmd`](https://github.com/coatless/assignr/blob/master/docs/assignr-assign-pdf.png)
151+
![PDF Rendering of `hw00-assign.Rmd`](tools/readme/assignr-assign-pdf.png)
152152

153153
### Solutions
154154

@@ -183,7 +183,7 @@ x1 = (1:25) ^ 3
183183
```
184184
````
185185

186-
![PDF Rendering of `hw00-soln.Rmd`](https://github.com/coatless/assignr/blob/master/docs/assignr-soln-pdf.png)
186+
![PDF Rendering of `hw00-soln.Rmd`](tools/readme/assignr-soln-pdf.png)
187187

188188
## Authors
189189

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)