Skip to content

Commit f4b6098

Browse files
committed
docs: update branch names
1 parent b0f817c commit f4b6098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Your project should have [`jest`] installed. The minimum supported version is `2
2424
Run in your project:
2525

2626
```bash
27-
npm install --save-dev jest-allure2-reporter@beta
27+
npm install --save-dev jest-allure2-reporter
2828
```
2929

3030
Edit your Jest config, e.g. `jest.config.js`:

website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = async () => {
4040
routeBasePath: '/',
4141
sidebarPath: require.resolve('./sidebars.js'),
4242
editUrl:
43-
'https://github.com/wix-incubator/jest-allure2-reporter/tree/beta/docs/',
43+
'https://github.com/wix-incubator/jest-allure2-reporter/tree/master/docs/',
4444
showLastUpdateAuthor: true,
4545
showLastUpdateTime: true,
4646
remarkPlugins: (await import('./src/remark-plugins/index.mjs')).default,

0 commit comments

Comments
 (0)