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
The following commit(s) were added to refs/heads/master by this push:
new 28fe5598 Switching to apache cookiecutter repos
28fe5598 is described below
commit 28fe559867bb0a594b5de4217282c37b494f0048
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Sep 27 15:05:10 2023 -0400
Switching to apache cookiecutter repos
---
docs/dev/custom_django_app.md | 2 +-
docs/dev/custom_output_view_provider.md | 4 ++--
docs/tutorial/custom_ui_tutorial.md | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/dev/custom_django_app.md b/docs/dev/custom_django_app.md
index 939a0b5b..e7785348 100644
--- a/docs/dev/custom_django_app.md
+++ b/docs/dev/custom_django_app.md
@@ -33,7 +33,7 @@ pip install -U cookiecutter
Django app template.
```
-cookiecutter https://github.com/machristie/cookiecutter-airavata-django-app.git
+cookiecutter https://github.com/apache/airavata-cookiecutter-django-app.git
```
You'll need to answer some questions. The project name is the most important
diff --git a/docs/dev/custom_output_view_provider.md
b/docs/dev/custom_output_view_provider.md
index b8a89036..88f8fade 100644
--- a/docs/dev/custom_output_view_provider.md
+++ b/docs/dev/custom_output_view_provider.md
@@ -42,7 +42,7 @@ pip install -U cookiecutter
custom django app. Use cookiecutter to run the Airavata Django app
template.
```
-cookiecutter https://github.com/machristie/cookiecutter-airavata-django-app.git
+cookiecutter https://github.com/apache/airavata-cookiecutter-django-app.git
```
You'll need to answer some questions. The project name is the most important
@@ -65,7 +65,7 @@ See [Adding a Custom Django App](./custom_django_app.md) for
more details.
```
cd custom_django_app # Or whatever you named your custom Django app
-cookiecutter
https://github.com/machristie/cookiecutter-airavata-django-output-view.git -f
+cookiecutter
https://github.com/apache/airavata-cookiecutter-django-output-view.git -f
```
You'll need to answer some questions. For `project_name` give the name for your
diff --git a/docs/tutorial/custom_ui_tutorial.md
b/docs/tutorial/custom_ui_tutorial.md
index 9175fccb..40b07c2c 100644
--- a/docs/tutorial/custom_ui_tutorial.md
+++ b/docs/tutorial/custom_ui_tutorial.md
@@ -557,7 +557,7 @@ pip install -U cookiecutter
2. Use cookiecutter to run the Airavata Django app template.
```sh
-cookiecutter https://github.com/machristie/cookiecutter-airavata-django-app.git
+cookiecutter https://github.com/apache/airavata-cookiecutter-django-app.git
```
You'll need to answer some questions. You can name it whatever you want, but to
@@ -722,7 +722,7 @@ Now we'll also generate and implement a **Gaussian
Eigenvalues View** provider.
2. Run the following cookiecutter template:
```sh
-cookiecutter
https://github.com/machristie/cookiecutter-airavata-django-output-view.git -f
+cookiecutter
https://github.com/apache/airavata-cookiecutter-django-output-view.git -f
```
You'll need to answer some questions again. For `project_name` give **Gaussian