diff --git a/README.md b/README.md index 00010a6..3bfde01 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ You can find detailed information about the package's settings at [the docs](htt First of all thanks to the [Django](http://www.djangoproject.com/) core team and to all the contributors of [Django REST Framework](http://www.django-rest-framework.org/) for their amazing work. Also I would like to thank [Marc Gibbons](https://github.com/marcgibbons) for his *django-rest-framework-docs* project. Both projects share the same idea, it is just that Marc's is not maintained anymore and does not support DRF 3+ & Python 3. -[travis-image]: https://travis-ci.org/ekonstantinidis/django-rest-framework-docs.svg?branch=master -[travis-url]: https://travis-ci.org/ekonstantinidis/django-rest-framework-docs +[travis-image]: https://travis-ci.org/manosim/django-rest-framework-docs.svg?branch=master +[travis-url]: https://travis-ci.org/manosim/django-rest-framework-docs [pypi-image]: https://badge.fury.io/py/drfdocs.svg [pypi-url]: https://pypi.python.org/pypi/drfdocs/ -[codecov-image]: https://codecov.io/github/ekonstantinidis/django-rest-framework-docs/coverage.svg?branch=master -[codecov-url]:https://codecov.io/github/ekonstantinidis/django-rest-framework-docs?branch=master +[codecov-image]: https://codecov.io/github/manosim/django-rest-framework-docs/coverage.svg?branch=master +[codecov-url]:https://codecov.io/github/manosim/django-rest-framework-docs?branch=master [slack-image]: https://img.shields.io/badge/slack-pythondev/drfdocs-e01563.svg [slack-url]: https://pythondev.slack.com diff --git a/docs/contributing.md b/docs/contributing.md index 13938f8..305e06c 100755 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -5,7 +5,7 @@ source_filename: contributing ### Development If you want to **use the demo** app to work on this package: -In the project [repository](https://github.com/ekonstantinidis/django-rest-framework-docs) you can find the demo app(at /demo). It is a project with Django & Django Rest Framework that will allow you to work with this project. +In the project [repository](https://github.com/manosim/django-rest-framework-docs) you can find the demo app(at /demo). It is a project with Django & Django Rest Framework that will allow you to work with this project. From the root of the repository: diff --git a/docs/template/base.html b/docs/template/base.html index 6ea52fa..0db72a9 100755 --- a/docs/template/base.html +++ b/docs/template/base.html @@ -56,8 +56,8 @@