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 2021/06/18 21:54:15 UTC

[airavata-django-portal] 01/02: tutorial: fixing broken links

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

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 1c6b7d70bc83f7e3c989a9017b92076f2685a0c9
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jun 18 17:52:36 2021 -0400

    tutorial: fixing broken links
---
 docs/dev/custom_django_app.md           | 2 +-
 docs/dev/custom_output_view_provider.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/dev/custom_django_app.md b/docs/dev/custom_django_app.md
index cef253b..0216e84 100644
--- a/docs/dev/custom_django_app.md
+++ b/docs/dev/custom_django_app.md
@@ -202,7 +202,7 @@ in the `scripts` block:
 For more information on the AiravataAPI library:
 
 -   see the
-    [Gateways tutorial](../tutorial/gateways_tutorial.md#tutorial-exercise-create-a-custom-django-app)
+    [Custom UI tutorial](../tutorial/custom_ui_tutorial.md#tutorial-exercise-create-a-custom-django-app)
 -   see the
     [index.js](https://github.com/apache/airavata-django-portal/blob/master/django_airavata/apps/api/static/django_airavata_api/js/index.js)
     file in the AiravataAPI to see what models and services are provided by the
diff --git a/docs/dev/custom_output_view_provider.md b/docs/dev/custom_output_view_provider.md
index db4bc5e..1b1fa7f 100644
--- a/docs/dev/custom_output_view_provider.md
+++ b/docs/dev/custom_output_view_provider.md
@@ -15,7 +15,7 @@ output view provider will be invoked and it should return image data.
 ## Getting started
 
 See the
-[Gateways tutorial](../tutorial/gateways_tutorial.md#tutorial-exercise-create-a-custom-output-viewer-for-an-output-file)
+[Custom UI tutorial](../tutorial/custom_ui_tutorial.md#tutorial-exercise-create-a-custom-output-viewer-for-an-output-file)
 for help on setting up a development environment and implementing a simple
 output view provider.