Skip to content

Commit

Permalink
Update some URLs for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 13, 2021
1 parent 292ec67 commit f381124
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion man/animation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/edges.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/morphology.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ img_blurred <- image_convolve(img, kern)
image_append(c(img, img_blurred))
```

Or use any of the [standard kernels](http://www.imagemagick.org/Usage/convolve/)
Or use any of the [standard kernels](https://legacy.imagemagick.org/Usage/convolve/)

```{r}
img %>% image_convolve('Sobel') %>% image_negate()
Expand Down

0 comments on commit f381124

Please sign in to comment.