We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17a927b + 10ac207 commit 46b6012Copy full SHA for 46b6012
global/utils/constants.ts
@@ -13,6 +13,6 @@ export const LOGIN_PATH = '/login';
13
14
// external docs links
15
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');
+export const DMS_HELP_URL = urlJoin(OVERTURE_DMS_DOCS_ROOT, 'user-guide');
17
export const DMS_INSTALLATION_URL = urlJoin(OVERTURE_DMS_DOCS_ROOT, 'installation');
18
export const DMS_EMAIL_SETTING_URL = urlJoin(DMS_INSTALLATION_URL, 'configuration/prereq/emails');
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dms-ui",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
0 commit comments