diff --git a/README.md b/README.md index 7f962f7..3f4d9db 100644 --- a/README.md +++ b/README.md @@ -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`: diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index daf1a5c..0773c8d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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,