diff --git a/README.Rmd b/README.Rmd index 962ef68..e8259fa 100644 --- a/README.Rmd +++ b/README.Rmd @@ -13,7 +13,7 @@ knitr::opts_chunk$set( ) ``` -# auth0 +# auth0 [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/auth0)](https://cran.r-project.org/package=auth0) diff --git a/README.md b/README.md index 77494ec..85da103 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# auth0 +# auth0 diff --git a/cran-comments.md b/cran-comments.md index 0d4b66c..57a6015 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -13,6 +13,7 @@ - Remove `LazyData` from `DESCRIPTION` file - Add `shinyjs` package as Import, not Suggests - Update old functions and examples +- Fixed links ## Reverse dependencies diff --git a/vignettes/tutorial.Rmd b/vignettes/tutorial.Rmd index b21a1d3..fbad397 100644 --- a/vignettes/tutorial.Rmd +++ b/vignettes/tutorial.Rmd @@ -16,7 +16,7 @@ knitr::opts_chunk$set( The goal of `{auth0}` is to implement an authentication scheme to Shiny using OAuth Apps through the freemium service [Auth0](https://auth0.com). -To create your authenticated shiny app, you need to follow the steps below. The full decription can be found in the `README` of the [package site](https://curso-r.github.io/auth0). +To create your authenticated shiny app, you need to follow the steps below. The full decription can be found in the `README` of the [package site](https://curso-r.github.io/auth0/). ### Create an Auth0 account and application