Skip to content

Commit 25adb4d

Browse files
(fix) O3-4955: Update links to dev docs and release notes in O3 help menu (#1447)
* O3-4955 Update Links in O3 Help Menu * Update sponsors.md * Delete .snapshots/readme.md * Delete .snapshots/config.json * Delete .snapshots/sponsors.md
1 parent e4d95d7 commit 25adb4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/apps/esm-help-menu-app/src/help-menu/components/docs.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Docs = () => {
99
return (
1010
<Link
1111
className={styles.helpButton}
12-
href="https://openmrs.atlassian.net/wiki/spaces/docs/pages/151093495/Introduction+to+O3+for+Developers"
12+
href="https://om.rs/o3docs"
1313
rel="noopener noreferrer"
1414
renderIcon={ArrowUpRight}
1515
target="_blank"

packages/apps/esm-help-menu-app/src/help-menu/components/release-notes.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const ReleaseNotes = () => {
1010
return (
1111
<Link
1212
className={styles.helpButton}
13-
href="https://openmrs.atlassian.net/wiki/spaces/docs/pages/203030542/OpenMRS+RefApp+Release+Notes"
13+
href="https://openmrs.atlassian.net/wiki/x/DgAaD"
1414
rel="noopener noreferrer"
1515
renderIcon={ArrowUpRight}
1616
target="_blank"

0 commit comments

Comments
 (0)