diff --git a/DESCRIPTION b/DESCRIPTION index 7810127..a0139ec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 Imports: bookdown, knitr (>= 1.12), rmarkdown (>= 1.2), stats, utils, yaml, diff --git a/R/markdown.R b/R/markdown.R index ac853fc..48f80d3 100644 --- a/R/markdown.R +++ b/R/markdown.R @@ -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) } }