diff --git a/platform/docs/docusaurus.config.js b/platform/docs/docusaurus.config.js index 36dfc96b1..5daa2a913 100644 --- a/platform/docs/docusaurus.config.js +++ b/platform/docs/docusaurus.config.js @@ -219,7 +219,7 @@ module.exports = { // We want users to submit doc updates to the upstream/next version! // Otherwise we risk losing the update on the next release. const nextVersionDocsDirPath = 'docs'; - return `https://github.com/OHIF/Viewers/edit/v3-stable/platform/docs/${docPath}`; + return `https://github.com/OHIF/Viewers/edit/v3-stable/platform/docs/docs/${docPath}`; }, showLastUpdateAuthor: true, showLastUpdateTime: true, diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 049fcb29b..0e22b5f53 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,7 +1,7 @@ { "name": "@ohif/viewer", "version": "5.0.0", - "productVersion": "3.2.0", + "productVersion": "3.1.0", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",