diff --git a/DESCRIPTION b/DESCRIPTION
index bbc127daa4b94e3d8ba0007d3102c6ef23176c78..e808579b82f9e70ed5e9d445319703332bcc9dbc 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,7 +2,7 @@ Package: ncdfgeom
 Type: Package
 Title: 'NetCDF' Geometry and Time Series
 Version: 1.1.3
-Date: 2021-04-22
+Date: 2022-07-13
 Authors@R: c(person("David", "Blodgett", role = c("aut", "cre"), 
                     email = "dblodgett@usgs.gov"),
              person("Luke", "Winslow", role = "ctb"))
diff --git a/R/calculate_area_intersection_weights.R b/R/calculate_area_intersection_weights.R
index 650d184c8a969500696a40f4c56479ef6f46036b..c5138d4f2220e93513b82a0cbeca0b6595fa4445 100644
--- a/R/calculate_area_intersection_weights.R
+++ b/R/calculate_area_intersection_weights.R
@@ -7,7 +7,7 @@
 #'
 #' This function is a lightwieght wrapper around the functions
 #' \link[areal]{aw_intersect} \link[areal]{aw_total} and \link[areal]{aw_weight}
-#' from the \href{https://github.com/slu-openGIS/areal}{areal package}.
+#' from the \href{https://chris-prener.github.io/areal/}{areal package}.
 #'
 #' @param x sf data.frame source features including one geometry column and one identifier column
 #' @param y sf data.frame target features including one geometry column and one identifier column
diff --git a/R/check_netcdf.R b/R/check_netcdf.R
index a51407dc4ae5f198e7ea811038c7118e6e63d329..26df9cb62d5c8155052be9c35f0427e755c1632b 100644
--- a/R/check_netcdf.R
+++ b/R/check_netcdf.R
@@ -1,8 +1,5 @@
 #'@title Check NetCDF-DSG File
-#'
-#'
 #'@param nc A NetCDF path or URL to be opened.
-#'
 #'@description
 #'Introspects a netCDF file and tries to interpret it as a NetCDF-DSG file. Returns a named
 #'\code{list} containing \code{instance_id} \code{instance_dim} \code{node_count}
diff --git a/R/write_geometry.R b/R/write_geometry.R
index ca34bcbc6fed3c3fe96ebcf1d7d48ba46224b73f..08e44ed0dc0d2adfdd526e5a1368fdbb9349155b 100644
--- a/R/write_geometry.R
+++ b/R/write_geometry.R
@@ -1,5 +1,4 @@
 #' @title Write geometries and attributes to NetCDF-CF
-#'
 #' @param nc_file \code{character} file path to the nc file to be created.
 #' @param geom_data sf \code{data.frame} with POINT, LINESTRING, MULTILINESTRING, 
 #' POLYGON, or MULTIPOLYGON geometries. Note that three dimensional geometries 
@@ -67,8 +66,6 @@ write_geometry = function(nc_file, geom_data, instance_dim_name = NULL, variable
 }
 
 #'@title Put geometry data in a NetCDF-CF File
-#'
-#'
 #'@param nc_file A string file path to the nc file to be created. It must already have
 #'an instance dimension.
 #'@param geom_data An object of class \code{SpatialLines}, \code{SpatialPolygons}
diff --git a/README.md b/README.md
index 09abca61b71f12144bb3c5c861211c8d3649bf27..c8bbebc4670246bac3f0f34935e145d26aea706a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 NetCDF-CF Geometry and Timeseries Tools for R
 ===
-![R-CMD-check](https://github.com/usgs-r/ncdfgeom/workflows/R-CMD-check/badge.svg) [![codecov](https://codecov.io/gh/usgs-r/ncdfgeom/branch/master/graph/badge.svg?token=5c1L38yK5q)](https://codecov.io/gh/usgs-r/ncdfgeom) [![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/ncdfgeom)](https://cran.r-project.org/package=ncdfgeom) [![CRAN](https://www.r-pkg.org/badges/version/ncdfgeom)](https://cran.r-project.org/package=ncdfgeom)
+![R-CMD-check](https://github.com/usgs-r/ncdfgeom/workflows/R-CMD-check/badge.svg) [![codecov](https://codecov.io/gh/usgs-r/ncdfgeom/branch/master/graph/badge.svg?token=5c1L38yK5q)](https://app.codecov.io/gh/usgs-r/ncdfgeom) [![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/ncdfgeom)](https://cran.r-project.org/package=ncdfgeom) [![CRAN](https://www.r-pkg.org/badges/version/ncdfgeom)](https://cran.r-project.org/package=ncdfgeom)
 
 `ncdfgeom` reads and writes geometry data (points lines and polygons), attributes of geometries, and time series associated with the geometries in a standards-compliant way.
 
diff --git a/man/calculate_area_intersection_weights.Rd b/man/calculate_area_intersection_weights.Rd
index f93a1fa7049af8aba8915fc45f5b0254cfb32c28..0fcc6a8e75968ea8f6048103b6a6660d6898a73e 100644
--- a/man/calculate_area_intersection_weights.Rd
+++ b/man/calculate_area_intersection_weights.Rd
@@ -29,7 +29,7 @@ weighted means are being generated for the target, y.
 
 This function is a lightwieght wrapper around the functions
 \link[areal]{aw_intersect} \link[areal]{aw_total} and \link[areal]{aw_weight}
-from the \href{https://github.com/slu-openGIS/areal}{areal package}.
+from the \href{https://chris-prener.github.io/areal/}{areal package}.
 }
 \examples{
 b1 = sf::st_polygon(list(rbind(c(-1,-1), c(1,-1),