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 2020/02/18 21:41:11 UTC

[airavata-django-portal] branch update-gateways19-tutorial-for-testdrive updated: Update urls to testdrive

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch update-gateways19-tutorial-for-testdrive
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/update-gateways19-tutorial-for-testdrive by this push:
     new 53a6de1  Update urls to testdrive
53a6de1 is described below

commit 53a6de1c786bd5511df32fc2578daa8588233845
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Feb 18 16:40:56 2020 -0500

    Update urls to testdrive
---
 docs/tutorial/gateways2019_tutorial.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/tutorial/gateways2019_tutorial.md b/docs/tutorial/gateways2019_tutorial.md
index b09a131..f5a31ba 100644
--- a/docs/tutorial/gateways2019_tutorial.md
+++ b/docs/tutorial/gateways2019_tutorial.md
@@ -1040,7 +1040,7 @@ app is also deployed in the hosted tutorial Django instance so you can run it
 there to verify it works.
 
 6. Try this out in the production deployment at
-   <https://gateways19.scigap.org/gateways19_tutorial/hello/>.
+   <https://testdrive.airavata.org/gateways19_tutorial/hello/>.
 
 ### Displaying the experiment output
 
@@ -1168,7 +1168,7 @@ function loadExperiments() {
 ```
 
 4. You can try out this custom Django app in the production deployed instance at
-   <https://gateways19.scigap.org/gateways19_tutorial/hello/> where it really
+   <https://testdrive.airavata.org/gateways19_tutorial/hello/> where it really
    does download and parse the standard out.
 
 ## Resources