Skip to content

Commit 19d90e7

Browse files
committed
CRAN fixes
1 parent a395422 commit 19d90e7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# auth0 <a href='https:/curso-r.github.io/auth0'><img src='man/figures/logo.png' align="right" height="139" /></a>
16+
# auth0 <a href='https:/curso-r.github.io/auth0/'><img src='man/figures/logo.png' align="right" height="139" /></a>
1717

1818
<!-- badges: start -->
1919
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/auth0)](https://cran.r-project.org/package=auth0)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# auth0 <a href='https:/curso-r.github.io/auth0'><img src='man/figures/logo.png' align="right" height="139" /></a>
4+
# auth0 <a href='https:/curso-r.github.io/auth0/'><img src='man/figures/logo.png' align="right" height="139" /></a>
55

66
<!-- badges: start -->
77

cran-comments.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Remove `LazyData` from `DESCRIPTION` file
1414
- Add `shinyjs` package as Import, not Suggests
1515
- Update old functions and examples
16+
- Fixed links
1617

1718
## Reverse dependencies
1819

vignettes/tutorial.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616

1717
The goal of `{auth0}` is to implement an authentication scheme to Shiny using OAuth Apps through the freemium service [Auth0](https://auth0.com).
1818

19-
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).
19+
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/).
2020

2121
### Create an Auth0 account and application
2222

0 commit comments

Comments
 (0)