Skip to content

Commit

Permalink
docs: update branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Nov 6, 2024
1 parent b0f817c commit f4b6098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Your project should have [`jest`] installed. The minimum supported version is `2
Run in your project:

```bash
npm install --save-dev jest-allure2-reporter@beta
npm install --save-dev jest-allure2-reporter
```

Edit your Jest config, e.g. `jest.config.js`:
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = async () => {
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
'https://github.com/wix-incubator/jest-allure2-reporter/tree/beta/docs/',
'https://github.com/wix-incubator/jest-allure2-reporter/tree/master/docs/',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
remarkPlugins: (await import('./src/remark-plugins/index.mjs')).default,
Expand Down

0 comments on commit f4b6098

Please sign in to comment.