20660: Tweaks to eliminate check warnings
[arvados.git] / sdk / R / R / Collection.R
index 43a4b0b6084f133cee02269f5a45649a8d5e0ce3..9ca74accc56eb27b33c7739980adcaa22ca7da56 100644 (file)
@@ -9,7 +9,7 @@
 #' for exaplme actions like creating, updating, moving or removing are possible.
 #'
 #' @seealso
-#' \code{\link{https://github.com/arvados/arvados/tree/main/sdk/R}}
+#' https://git.arvados.org/arvados.git/tree/HEAD:/sdk/R
 #'
 #' @export
 
@@ -454,10 +454,3 @@ print.Collection = function(x, ...)
     cat(paste0("Type: ", "\"", "Arvados Collection", "\""), sep = "\n")
     cat(paste0("uuid: ", "\"", x$uuid,               "\""), sep = "\n")
 }
-
-
-
-
-
-
-