Skip to content

Commit 176fe69

Browse files
committed
Point to RStudio Community website instead of shiny-discuss
1 parent 48fd869 commit 176fe69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Shiny is a new package from RStudio that makes it incredibly easy to build inter
88

99
For an introduction and examples, visit the [Shiny Dev Center](http://shiny.rstudio.com/).
1010

11+
If you have general questions about using Shiny, please use the [RStudio Community website](https://community.rstudio.com). For bug reports, please use the [issue tracker](https://github.com/rstudio/shiny/issues).
12+
1113
## Features
1214

1315
* Build useful web applications with only a few lines of code—no JavaScript required.
@@ -41,8 +43,6 @@ devtools::install_github("rstudio/shiny")
4143

4244
To learn more we highly recommend you check out the [Shiny Tutorial](http://shiny.rstudio.com/tutorial/). The tutorial explains the framework in-depth, walks you through building a simple application, and includes extensive annotated examples.
4345

44-
We hope you enjoy using Shiny. If you have general questions about using Shiny, please use the Shiny [mailing list](https://groups.google.com/forum/#!forum/shiny-discuss). For bug reports, please use the [issue tracker](https://github.com/rstudio/shiny/issues).
45-
4646
## Bootstrap 3 migration
4747

4848
Shiny versions 0.10.2.2 and below used the Bootstrap 2 web framework. After 0.10.2.2, Shiny switched to Bootstrap 3. For most users, the upgrade should be seamless. However, if you have have customized your HTML-generating code to use features specific to Bootstrap 2, you may need to update your code to work with Bootstrap 3.

0 commit comments

Comments
 (0)