Skip to content

Commit d38ad8a

Browse files
authored
update project/app template links to mongodb-labs
1 parent c4645c9 commit d38ad8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can create a new project that's configured based on these steps using a
1919
project template:
2020

2121
```bash
22-
$ django-admin startproject mysite --template https://github.com/aclark4life/django-mongodb-project/archive/refs/heads/5.0.x.zip
22+
$ django-admin startproject mysite --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.0.x.zip
2323
```
2424
(where "5.0" matches the version of Django that you're using.)
2525

@@ -97,7 +97,7 @@ Alternatively, you can use the following `startapp` template which includes
9797
this change:
9898

9999
```bash
100-
$ python manage.py startapp myapp --template https://github.com/aclark4life/django-mongodb-app/archive/refs/heads/5.0.x.zip
100+
$ python manage.py startapp myapp --template https://github.com/mongodb-labs/django-mongodb-app/archive/refs/heads/5.0.x.zip
101101
```
102102
(where "5.0" matches the version of Django that you're using.)
103103

0 commit comments

Comments
 (0)