Skip to content

Commit

Permalink
fix more urls
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Sep 14, 2020
1 parent 7f84fef commit 126f605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://microsoft.github.io/language-server-protocol> for details.
<https://microsoft.github.io/language-server-protocol/> for details.
License: MIT + file LICENSE
URL: https://github.com/REditorSupport/languageserver/
Depends:
Expand Down
2 changes: 1 addition & 1 deletion R/interfaces.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/document_uri.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 126f605

Please sign in to comment.