Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix link again
Browse files Browse the repository at this point in the history
cpsievert committed Jun 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e1813c6 commit b3eba0d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ The `bslib` R package provides tools for customizing [Bootstrap themes](https://
* Make [upgrading from Bootstrap 3 to 4 (and beyond)](https://rstudio.github.io/bslib/articles/bslib.html#versions) as seamless as possible.
* Shiny and R Markdown default to Bootstrap 3 and will continue to do so to avoid breaking legacy code.
* Serve as a general foundation for Shiny and R Markdown extension packages.
* Extensions such as [`flexdashboard`](https://flexdashboard-pkg.netlify.app/articles/theme.html), [`pkgdown`](https://pkgdown.r-lib.org/dev/articles/customization.html), and [`bookdown`](https://pkgs.rstudio.com/bookdown/reference/bs4_book.html) already fully support [`bslib`'s custom theming capabilities](https://rstudio.github.io/bslib/articles/bslib.html#custom).
* Extensions such as [`flexdashboard`](https://flexdashboard-pkg.netlify.app/articles/theme.html), [`pkgdown`](https://pkgdown.r-lib.org/dev/articles/customise.html), and [`bookdown`](https://pkgs.rstudio.com/bookdown/reference/bs4_book.html) already fully support [`bslib`'s custom theming capabilities](https://rstudio.github.io/bslib/articles/bslib.html#custom).

## Installation

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ goals are:
packages.
- Extensions such as
[`flexdashboard`](https://flexdashboard-pkg.netlify.app/articles/theme.html),
[`pkgdown`](https://pkgdown.r-lib.org/dev/articles/customization.html),
[`pkgdown`](https://pkgdown.r-lib.org/dev/articles/customise.html),
and
[`bookdown`](https://pkgs.rstudio.com/bookdown/reference/bs4_book.html)
already fully support [`bslib`’s custom theming

0 comments on commit b3eba0d

Please sign in to comment.