Skip to content

Commit 46b6012

Browse files
authored
Merge pull request #111 from overture-stack/rc/1.0.1
🔖 Rc/1.0.1
2 parents 17a927b + 10ac207 commit 46b6012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global/utils/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export const LOGIN_PATH = '/login';
1313

1414
// external docs links
1515
const OVERTURE_DMS_DOCS_ROOT = 'https://overture.bio/documentation/dms/';
16-
export const DMS_HELP_URL = urlJoin(OVERTURE_DMS_DOCS_ROOT, 'user-guide/data-explorer');
16+
export const DMS_HELP_URL = urlJoin(OVERTURE_DMS_DOCS_ROOT, 'user-guide');
1717
export const DMS_INSTALLATION_URL = urlJoin(OVERTURE_DMS_DOCS_ROOT, 'installation');
1818
export const DMS_EMAIL_SETTING_URL = urlJoin(DMS_INSTALLATION_URL, 'configuration/prereq/emails');

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dms-ui",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)