This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airavata-cookiecutter-django-app.git
commit aedc492e36b7b2dc0e2fc9d59bb7242c2ebca74d Author: Marcus Christie <[email protected]> AuthorDate: Wed Jul 7 14:52:00 2021 -0400 Updating "gateways tutorial" -> "custom ui tutorial" --- .../templates/{{cookiecutter.project_slug}}/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/{{cookiecutter.project_slug}}/home.html b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/{{cookiecutter.project_slug}}/home.html index 5c705b2..5e184a2 100644 --- a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/{{cookiecutter.project_slug}}/home.html +++ b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/{{cookiecutter.project_slug}}/home.html @@ -32,8 +32,8 @@ // // Do something with the experiments ... // }); // - // See the Gateways tutorial for more examples: - // https://apache-airavata-django-portal.readthedocs.io/en/latest/tutorial/gateways_tutorial/#tutorial-exercise-create-a-custom-django-app + // See the Custom UI tutorial for more examples: + // https://apache-airavata-django-portal.readthedocs.io/en/latest/tutorial/custom_ui_tutorial/#tutorial-exercise-create-a-custom-django-app // To see what is in the `AiravataAPI` JavaScript library, take a look at // it's index.js file: // https://github.com/apache/airavata-django-portal/blob/master/django_airavata/apps/api/static/django_airavata_api/js/index.js
