This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch dreg-gateway in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git
commit 3c60e3fddee12c035beb19b9049c68c76294ccb8 Author: root <[email protected]> AuthorDate: Mon Jun 18 19:34:48 2018 +0000 fix the invalid links --- public/themes/dreg/partials/template.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/dreg/partials/template.blade.php b/public/themes/dreg/partials/template.blade.php index 643ed78..8810661 100755 --- a/public/themes/dreg/partials/template.blade.php +++ b/public/themes/dreg/partials/template.blade.php @@ -54,7 +54,7 @@ Registered users need only upload experimental data in the required format and p </p> <p style="font-size:14px; margin-top:5px;text-align:justify"> -<img src="{{ URL::to('/') }}/themes/{{Session::get('theme')}}/assets/img/webdev-bullet-icon.png" style="height:20px"></img>See our <A href="https://osboxes/pages/faq">FAQ</A> for additional questions. +<img src="{{ URL::to('/') }}/themes/{{Session::get('theme')}}/assets/img/webdev-bullet-icon.png" style="height:20px"></img>See our <A href="{{ URL::to('/') }}/pages/faq">FAQ</A> for additional questions. </p> <img id="myImg2" alt="dREG model" src="{{ URL::to('/') }}/themes/{{Session::get('theme')}}/assets/img/dREG-model.png" style="width:100%"></img> <p class="text-center"><small>Click the figure to enlarge it</small></p>
