Skip to content

Commit

Permalink
missing closing ')' in output
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmorgan committed Aug 19, 2018
1 parent 0e194fd commit 7058051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Standard styles for vignettes and other Bioconductor documents
Description: Provides standard formatting styles for Bioconductor PDF
and HTML documents. Package vignettes illustrate use and
functionality.
Version: 2.9.5
Version: 2.9.6
Author: Andrzej Oleś, Martin Morgan, Wolfgang Huber
Maintainer: Bioconductor Package Maintainer <maintainer@bioconductor.org>
Imports: bookdown, knitr (>= 1.12), rmarkdown (>= 1.2), stats, utils, yaml,
Expand Down
2 changes: 1 addition & 1 deletion R/markdown.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Biocpkg <- function(pkg, vignette=NULL, label = pkg) {
if (is.null(vignette)) {
Rpackage(sprintf("[%s](%s)", label, url))
} else {
sprintf("[%s](%s/vignettes/%s", label, url, vignette)
sprintf("[%s](%s/vignettes/%s)", label, url, vignette)
}
}

Expand Down

0 comments on commit 7058051

Please sign in to comment.