From 126f60511c2dda6d385bc28205242cbfbe8a64a9 Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Sun, 13 Sep 2020 23:28:45 -0700 Subject: [PATCH] fix more urls --- DESCRIPTION | 2 +- R/interfaces.R | 2 +- man/document_uri.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a7b49bed..916c04a9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,7 +15,7 @@ Authors@R: Description: An implementation of the Language Server Protocol for R. The Language Server protocol is used by an editor client to integrate features like auto completion. See - for details. + for details. License: MIT + file LICENSE URL: https://github.com/REditorSupport/languageserver/ Depends: diff --git a/R/interfaces.R b/R/interfaces.R index 1323e878..81f63e82 100644 --- a/R/interfaces.R +++ b/R/interfaces.R @@ -94,7 +94,7 @@ print.location <- function(x, ...) { #' A document URI #' -#' A Uniform Resource Identifier as defined by [RFC 3986](http://tools.ietf.org/html/rfc3986). +#' A Uniform Resource Identifier as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986). #' #' @param uri a character #' @keywords internal diff --git a/man/document_uri.Rd b/man/document_uri.Rd index 8b73b4ed..930a896d 100644 --- a/man/document_uri.Rd +++ b/man/document_uri.Rd @@ -10,6 +10,6 @@ document_uri(uri) \item{uri}{a character} } \description{ -A Uniform Resource Identifier as defined by \href{http://tools.ietf.org/html/rfc3986}{RFC 3986}. +A Uniform Resource Identifier as defined by \href{https://tools.ietf.org/html/rfc3986}{RFC 3986}. } \keyword{internal}