You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/08/03 17:03:18 UTC

[27/50] airavata-php-gateway git commit: Updating homepage to link to PEARC 2017 tutorials

Updating homepage to link to PEARC 2017 tutorials


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/bbc30600
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/bbc30600
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/bbc30600

Branch: refs/heads/master
Commit: bbc30600e44cff9518b08a39bfaaffdf135a1e10
Parents: 9494279
Author: Marcus Christie <ma...@iu.edu>
Authored: Fri Jul 7 17:34:01 2017 -0400
Committer: Marcus Christie <ma...@iu.edu>
Committed: Fri Jul 7 17:34:01 2017 -0400

----------------------------------------------------------------------
 app/views/home.blade.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/bbc30600/app/views/home.blade.php
----------------------------------------------------------------------
diff --git a/app/views/home.blade.php b/app/views/home.blade.php
index 87b413e..ae739d4 100755
--- a/app/views/home.blade.php
+++ b/app/views/home.blade.php
@@ -28,8 +28,8 @@ if( Session::get("theme") == "base"){?>
         </p>
         <p><a href="https://github.com/apache/airavata-php-gateway"
                 target="_blank">See the code <span class="glyphicon glyphicon-new-window"></span></a></p>
-        <p><a href="https://cwiki.apache.org/confluence/display/AIRAVATA/XSEDE+2016+Tutorials"
-            target="_blank">XSEDE 2016 tutorial documentation <span class="glyphicon glyphicon-new-window"></span></a>
+        <p><a href="https://cwiki.apache.org/confluence/display/AIRAVATA/PEARC+2017+Tutorials"
+            target="_blank">PEARC 2017 tutorial documentation <span class="glyphicon glyphicon-new-window"></span></a>
         </p>
     </div>
 </div>