From b19cb56df0e277b93ba95d53456472e0de0c2cda Mon Sep 17 00:00:00 2001 From: James Clawson Date: Sun, 1 Oct 2023 14:48:43 -0500 Subject: [PATCH] update URL in citation --- inst/CITATION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inst/CITATION b/inst/CITATION index 1c0b5cc..bc92206 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -6,7 +6,7 @@ citEntry( title = "stylo2gg: Visualize and explore stylo data with ggplot2", year = 2023, month = "june", - url = "https://github.com/jmclawson/stylo2gg", + url = "https://jmclawson.github.io/stylo2gg/", version = "1.0.1", textVersion = paste("Clawson, James M. (2023). stylo2gg: Visualize and explore stylo data with ggplot2. https://github.com/jmclawson/stylo2gg")) @@ -19,8 +19,8 @@ bibentry(bibtype = "Manual", author = c(person("James M.", "Clawson")), year = year, note = note, - url = "https://github.com/jmclawson/stylo2gg") + url = "https://jmclawson.github.io/stylo2gg/") textVersion = paste0("James M. Clawson, (", year, ").", " stylo2gg: Visualize and explore stylo data with ggplot2. ", - note, ". https://github.com/jmclawson/stylo2gg.") + note, ". https://jmclawson.github.io/stylo2gg/.")