Skip to content

Commit a65e4c4

Browse files
committed
fix: 🚑 fix urls
1 parent 783cea9 commit a65e4c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: Write executable specifications in a natural language that describe
77
Write specifications in feature files using 'Gherkin' language and execute them using functions implemented in R.
88
Use them as an extension to your 'testthat' tests to provide a high level description of how your code works.
99
License: MIT + file LICENSE
10-
URL: https://github.com/jakubsob/cucumber, https://jakubsob.github.io/cucumber/
10+
URL: https://github.com/jakubsob/cucumber, https://jakubsobolewski.com/cucumber/
1111
BugReports: https://github.com/jakubsob/cucumber/issues
1212
Encoding: UTF-8
1313
LazyData: true

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# cucumber 2.0.0
1717

18-
See the [migration guide](https://jakubsob.github.io/cucumber/articles/migration-to-2-0-0.html).
18+
See the [migration guide](https://jakubsobolewski.com/cucumber/articles/migration-to-2-0-0.html).
1919

2020
- ✨ You can now run specifications directly with `cucumber::test()` function.
2121

pkgdown/_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://jakubsob.github.io/cucumber/
1+
url: https://jakubsobolewski.com/cucumber/
22
home:
33
title: Behavior-Driven Development in R
44
template:

vignettes/bdd.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ cucumber::test()
252252
#> Test passed
253253
```
254254

255-
What `cucumber::test` function does is it reads the feature files, finds corresponding actions implementations and runs them in order. To learn more how it works, refer to [How it works](https://jakubsob.github.io/cucumber/articles/how-it-works.html) vignette.
255+
What `cucumber::test` function does is it reads the feature files, finds corresponding actions implementations and runs them in order. To learn more how it works, refer to [How it works](https://jakubsobolewski.com/cucumber/articles/how-it-works.html) vignette.
256256

257257
Similar to what we did with base R, we can extend the feature file with a scenario that checks if we can add multiple books to the cart:
258258

0 commit comments

Comments
 (0)