Skip to content

Commit

Permalink
POC-116: Adding useful links to POC ( Wiki broke down) (#1551)
Browse files Browse the repository at this point in the history
* updated wiki links

* added useful links
  • Loading branch information
hiqedme authored Mar 21, 2023
1 parent 8905a96 commit d742122
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/app/useful-links/useful-links.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,27 @@ export class UsefulLinksComponent implements OnInit {
public _links = [
{
url:
'https://wiki.ampath.or.ke/display/POC/Versions+Of+POC+Troubleshooting+Manual',
'https://ampath.atlassian.net/wiki/spaces/PRN/pages/5013512/POC+General+Troubleshooting+Manual+PDF',
title: 'POC General Troubleshooting Manual (PDF)'
},
{
url:
'https://wiki.ampath.or.ke/display/ACPS/AMPATH+Clinical+Protocols+and+SOPs',
'https://ampath.atlassian.net/wiki/spaces/PRN/pages/5242881/POC+Standard+Operating+Procedures',
title: 'AMPATH Clinical Protocols and SOPs'
},
{
url: 'https://wiki.ampath.or.ke/display/ATG/AMPATH+TB+Guidelines+Home',
url:
'https://ampath.atlassian.net/wiki/spaces/PRN/pages/5373953/TB+Guidelines',
title: 'TB Guidelines '
},
{
url: 'https://wiki.ampath.or.ke/display/POC/POC+Release+Notes',
url:
'https://ampath.atlassian.net/wiki/spaces/PRN/pages/5079041/POC+Release+notes',
title: 'POC Release Notes '
},
{
url:
'https://wiki.ampath.or.ke/display/POC/AMPATHPlus+Master+Facility+List+-+MFL',
'https://ampath.atlassian.net/wiki/spaces/PRN/pages/5079051/MFL+Wiki',
title: 'MFL Wiki'
}
];
Expand Down

0 comments on commit d742122

Please sign in to comment.