Commit e78d6f11d033f5b76d987d27fe3452cb2b4ea922

Authored by Mukul Rajput
1 parent 34fb900d

this is for bug 15637,38,39

400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html
... ... @@ -43,7 +43,7 @@
43 43 <li class="dropdown">
44 44 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Help<span class="caret"></span></a>
45 45 <ul class="dropdown-menu">
46   - <li><a href="#">Help Topics</a></li>
  46 + <li><a href="http://182.19.10.91:92/v107/content/en_US/help/guide/AIA_HELP.htm" target="_blank">Help Topics</a></li>
47 47 <li><a href="#">Customer Support</a></li>
48 48 <li role="separator" class="divider"></li>
49 49 <li><a href="#">About A.D.A.M.</a></li>
... ...
400-SOURCECODE/AIAHTML5.Web/index.html
... ... @@ -212,8 +212,8 @@
212 212 </div>
213 213 </div>
214 214 <div class="loginExBtn">
215   - <a href="#" class="btn btn-primary">Subscribe Now</a>
216   - <a href="#" class="btn btn-primary pull-right">Learn More</a>
  215 + <a href="https://store.adameducation.com/" target="_blank" class="btn btn-primary">Subscribe Now</a>
  216 + <a href="http://adameducation.com/aiaonline" target="_blank" class="btn btn-primary pull-right">Learn More</a>
217 217 </div>
218 218 </div>
219 219 </div>
... ...