Skip to content

Commit af4342e

Browse files
committed
Fix some pkgdown hyperlinks
1 parent 06b19a3 commit af4342e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
* Closed #236, #230, #242, #187, #215, #250: Addressed various cosmetic issues with CSS (#249).
1818
* Closed #289: collapsed navbar toggle now correctly floats to the right (#290).
19-
* Closed rstudio/flexdashboard#316: fixed an issue with navbar nav spacing/alignment (#286).
19+
* Closed [rstudio/flexdashboard#316](https://github.com/rstudio/flexdashboard/issues/316): fixed an issue with navbar nav spacing/alignment (#286).
2020

2121
# bslib 0.2.4
2222

vignettes/bslib.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Below is a list of known-to-be themeable HTML components that "just work" well w
368368
* All of "core" Shiny UI (e.g., `sliderInput()`, `selectInput()`, `tabPanel()`, `navbarPage()`, etc.)
369369
* The one exception is `plotOutput()`, but in that case, [the `{thematic}` package can be used to essentially translate CSS to R plot theming defaults](https://rstudio.github.io/thematic/articles/auto.html). Just put `thematic_shiny()` in your Shiny apps and `thematic_rmd()` in your R Markdown documents.
370370

371-
* All of `rmarkdown::html_document()` specific [features](https://bookdown.org/yihui/rmarkdown/html-document.html) as well as [`{flexdashboard}`](https://flexdashboard-pkg.netlify.app/articles/articles/theme.html).
371+
* All of `rmarkdown::html_document()` specific [features](https://bookdown.org/yihui/rmarkdown/html-document.html) as well as [`{flexdashboard}`](https://flexdashboard-pkg.netlify.app/articles/theme.html).
372372

373373
* Any un-styled HTML content (e.g., `tags$input(type = "checkbox")`).
374374

vignettes/utility-classes.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Bootstrap 4 (and above) comes with a suite of handy utility classes for handling
88
## Add margin
99

1010
If you look at [the source](https://github.com/rstudio/bslib/tree/master/inst/themer-demo) for the theme demo app, the `actionButton()` logic makes use of the margin spacing (`m-2`) to add some spacing between the buttons (they also make use of [button modifier classes](
11-
/components/buttons/) to achieve their different background colors).
11+
https://getbootstrap.com/docs/4.6/components/buttons/) to achieve their different background colors).
1212

1313
``` {.r}
1414
actionButton("primary", "Primary", icon("product-hunt"), class = "btn-primary m-2")

0 commit comments

Comments
 (0)