R/url_update.R
url_update.Rd
First uses url_check to check and then updates any URLs which are permanent (301) redirects.
url_update(path = ".", results = url_check(path))
Path to the package
results from url_check.
The results from url_check(path), invisibly.
url_check(path)
if (FALSE) { url_update("my_pkg") }