Skip to content

Commit

Permalink
Use correct url for sap notes
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Oct 2, 2023
1 parent ffa83b5 commit 5c7ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/SaptuneDetails/SaptuneDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const renderNote = (noteID) => (
<a
key={noteID}
className="text-jungle-green-500 hover:opacity-75"
href={`https://launchpad.support.sap.com/#/notes/${noteID}`}
href={`https://me.sap.com/notes/${noteID}`}
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 5c7ce33

Please sign in to comment.