Commit 7ee7025696b28a5b97295f6e52779dd1f6fb5687
1 parent
a0f1a551
Updated encyclopedia link
Showing
2 changed files
with
1 additions
and
1 deletions
150-DOCUMENTATION/Audit/Estimation/Ebix-Estimation Model_Health_Dev-Product Sprint 34(17-April-17).xlsx
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
... | ... | @@ -6,7 +6,7 @@ function ($scope, $rootScope, log, pages, $routeParams) { |
6 | 6 | //$rootScope.currentActiveModuleTitle = Modules[10].Name; |
7 | 7 | //$rootScope.currentActiveModuleTitle = $routeParams.modname; |
8 | 8 | $scope.links = [ |
9 | - new link("encyclopedia", "Encyclopedia", 'http://aia5.adam.com/content.aspx?productId=117', "100%", "750px"), | |
9 | + new link("encyclopedia", "Encyclopedia", 'https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=117', "100%", "750px"), | |
10 | 10 | new link("IP-10", "IP 10", "http://interactiveanatomy.com/IPWeb10/index.aspx", "100%", "750px"), |
11 | 11 | new link("indepth-reports", "InDepth Reports", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=10", "100%", "4000px"), |
12 | 12 | new link("complementary-and-alternate-medicine", "Complementary and Alternative Medicine", "https://ssl.adam.com/content.aspx?site=aia5se3.adam.com&login=AIA41842&productId=107", "100%", "750px"), | ... | ... |