personalcancertoolkit / openmrs-module-patientportaltoolkit

Other
7 stars 9 forks source link

Cancercare and oncolink links in symptom-management are not working #462

Closed maurya closed 2 years ago

maurya commented 2 years ago

https://github.com/personalcancertoolkit/symptom-management/blob/master/public/views/symptom/index_view.php#L39-L45

Delete links if they are not pointing correctly

bmamlin commented 2 years ago

Just delete the last two links:

<li><a href="http://www.cancercare.org/publications/24-understanding_and_managing_chemotherapy_side_effects" onclick="popblank(\'\');" target="blank">Managing Treatment and Side Effects</a><br />(Cancer Care Online)</li>
<li><a href="https://www.oncolink.org/support/side-effects" onclick="popblank(\'\');" target="blank">Side Effects</a> (OncoLink&#174;)</li>
maurya commented 2 years ago

Done