diff --git a/R/df_label.R b/R/df_label.R
index 0b3b7194..932bbf58 100644
--- a/R/df_label.R
+++ b/R/df_label.R
@@ -20,7 +20,7 @@
#' function.
#'
#' 2) Label Name - passed as the 'xportr.df_label' option. Default:
-#' "format". Character values to update the 'format.sas' attribute of the
+#' "label". Character values to update the 'label' attribute of the
#' dataframe This is passed to `haven::write_xpt` to note the label.
#'
#' @export
diff --git a/R/xportr-package.R b/R/xportr-package.R
index c3804b20..701c4a52 100644
--- a/R/xportr-package.R
+++ b/R/xportr-package.R
@@ -89,8 +89,6 @@
#' options update in the `.Rprofile.site` file in the R home directory.}
#' }
#'
-#' See [Managing R with .Rprofile, .Renviron, Rprofile.site, Renviron.site, rsession.conf, and repos.conf](https://support.posit.co/hc/en-us/articles/360047157094-Managing-R-with-Rprofile-Renviron-Rprofile-site-Renviron-site-rsession-conf-and-repos-conf) # nolint
-#'
#'
#' @keywords internal
#'
diff --git a/README.Rmd b/README.Rmd
index 6536ac6d..7af50e6d 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -19,7 +19,6 @@ library(fontawesome)
# xportr
-[](https://RValidationHub.slack.com)
[![R build status](https://github.com/atorus-research/xportr/workflows/R-CMD-check/badge.svg)](https://github.com/atorus-research/xportr/actions?workflow=R-CMD-check)
[](https://app.codecov.io/gh/atorus-research/xportr)
[](https://github.com/atorus-research/xportr/blob/master/LICENSE)
diff --git a/cran-comments.md b/cran-comments.md
index 095d4889..def3213b 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -1,17 +1,6 @@
## xportr 0.3.1
-Check Results:
- 1 NOTE
-
-### Notes:
-
-Found the following (possibly) invalid URLs:
- URL: https://support.posit.co/hc/en-us/articles/360047157094-Managing-R-with-Rprofile-Renviron-Rprofile-site-Renviron-site-rsession-conf-and-repos-conf
- From: man/xportr-package.Rd
- Status: 403
- Message: Forbidden
-
-This is a valid URL that is failing due to the website not allowing the site to be scraped by pipelines/robots.
+No notes, warnings, or errors
### Tested on:
diff --git a/man/xportr-package.Rd b/man/xportr-package.Rd
index cf9ff450..64eaed80 100644
--- a/man/xportr-package.Rd
+++ b/man/xportr-package.Rd
@@ -97,8 +97,6 @@ update in the \code{.Rprofile} file in the users home directory.}
\item{To change an option for all users in an R environment, place the
options update in the \code{.Rprofile.site} file in the R home directory.}
}
-
-See \href{https://support.posit.co/hc/en-us/articles/360047157094-Managing-R-with-Rprofile-Renviron-Rprofile-site-Renviron-site-rsession-conf-and-repos-conf}{Managing R with .Rprofile, .Renviron, Rprofile.site, Renviron.site, rsession.conf, and repos.conf} # nolint
}
\seealso{
diff --git a/man/xportr_df_label.Rd b/man/xportr_df_label.Rd
index e0a461fd..e5adca40 100644
--- a/man/xportr_df_label.Rd
+++ b/man/xportr_df_label.Rd
@@ -37,7 +37,7 @@ For data.frame 'metadata' arguments two columns must be present:
"dataset". This is the column subset by the 'domain' argument in the
function.
\item Label Name - passed as the 'xportr.df_label' option. Default:
-"format". Character values to update the 'format.sas' attribute of the
+"label". Character values to update the 'label' attribute of the
dataframe This is passed to \code{haven::write_xpt} to note the label.
}
}