Skip to content

Commit 71bdc68

Browse files
authored
fix link syntax
1 parent a4dd819 commit 71bdc68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wholegames-vcr.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use vcr (& webmockr) {#vcr}
22

3-
In this chapter we aim at adding HTTP testing infrastructure to exemplighratia2 using [vcr(#what-vcr)] (& [webmockr](#webmockr)).
3+
In this chapter we aim at adding HTTP testing infrastructure to exemplighratia2 using [vcr](#what-vcr) (& [webmockr](#webmockr)).
44

55
::: {.alert .alert-dismissible .alert-info}
66
[Corresponding pull request to exemplighratia2](https://github.com/ropensci-books/exemplighratia2/pull/2/files). Feel free to fork the repository to experiment yourself!
@@ -263,4 +263,4 @@ testthat::test_that("thing", {
263263

264264
We used the solution of only wrapping the lines containing API calls in `vcr::use_cassette()`, but it is up to you to choose what you prefer.
265265

266-
[^secrets]: However, if you change something related to handling secrets in your code or tests, please check again your new cassettes do not include secrets.
266+
[^secrets]: However, if you change something related to handling secrets in your code or tests, please check again your new cassettes do not include secrets.

0 commit comments

Comments
 (0)