Skip to content

Commit c2ff347

Browse files
authored
Remove or change obsolete Divio links (#6)
1 parent 4a58b5d commit c2ff347

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ docker-compose up
2525
open http://127.0.0.1:8000
2626
```
2727

28-
For a more complete how-to guide to this project, see [Deploy a new django CMS project using the Divio quickstart
29-
repository](https://docs.divio.com/en/latest/how-to/django-cms-deploy-quickstart/) in the [Divio Developer
30-
Handbook](https://docs.divio.com).
31-
3228

3329
## Customising the project
3430

@@ -42,6 +38,7 @@ Options are also available for using Postgres/MySQL, uWSGI/Gunicorn/Guvicorn, et
4238

4339
## Contribution
4440

45-
This code for this project has been forked from Divio's quickstart repo. We are grateful for their valueable contribution to the code and documentation of this code.
41+
This code for this project has been forked from Divio's quickstart repo. We are grateful for their valueable contribution to the code and documentation of this code.
4642

47-
You can follow the original repo [here](https://github.com/divio/django-cms-divio-quickstart/).
43+
You can follow the original repo [here](https://github.com/divio/django-cms-divio-quickstart/)
44+
and read their [Divio Developer Handbook](https://docs.divio.com).

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ psycopg2==2.8.5
99
uwsgi==2.0.19.1
1010

1111
# key requirements for django CMS
12-
http://github.com/divio/django-cms/tarball/release/4.0.x#egg=django-cms
12+
http://github.com/django-cms/django-cms/tarball/release/4.0.x#egg=django-cms
1313
django-treebeard>=4.0,<5.0
1414
django-classy-tags>=2.0
1515
django-sekizai>=2.0
@@ -20,7 +20,7 @@ pytz
2020
djangocms-admin-style>=2.0,<3.0
2121

2222
# the default CKEditor - optional, but used in most projects
23-
https://github.com/divio/djangocms-text-ckeditor/tarball/support/4.0.x#egg=djangocms-text-ckeditor
23+
https://github.com/django-cms/djangocms-text-ckeditor/tarball/support/4.0.x#egg=djangocms-text-ckeditor
2424

2525
# some content plugins - optional, but used in most projects
2626
djangocms-link>=3.0,<4.0
@@ -46,4 +46,4 @@ Pillow>=3.0
4646

4747
# FIXME: Requires an "official" V1 release
4848
https://github.com/divio/djangocms-versioning/tarball/master#egg=djangocms-versioning
49-
https://github.com/divio/djangocms-alias/tarball/master#egg=djangocms-alias
49+
https://github.com/divio/djangocms-alias/tarball/master#egg=djangocms-alias

0 commit comments

Comments
 (0)