Skip to content

Commit 05c396c

Browse files
committed
Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains
1 parent 7849440 commit 05c396c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Awesome web-browseable Web APIs.**
66

7-
**Note**: Full documentation for the project is available at [http://django-rest-framework.org][docs].
7+
**Note**: Full documentation for the project is available at [http://www.django-rest-framework.org][docs].
88

99
# Overview
1010

@@ -99,7 +99,7 @@ That's it, we're done!
9999

100100
# Documentation & Support
101101

102-
Full documentation for the project is available at [http://django-rest-framework.org][docs].
102+
Full documentation for the project is available at [http://www.django-rest-framework.org][docs].
103103

104104
For questions and support, use the [REST framework discussion group][group], or `#restframework` on freenode IRC.
105105

@@ -143,29 +143,29 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
143143
[0.4]: https://github.com/tomchristie/django-rest-framework/tree/0.4.X
144144
[sandbox]: http://restframework.herokuapp.com/
145145

146-
[index]: http://django-rest-framework.org/
147-
[oauth1-section]: http://django-rest-framework.org/api-guide/authentication.html#oauthauthentication
148-
[oauth2-section]: http://django-rest-framework.org/api-guide/authentication.html#oauth2authentication
149-
[serializer-section]: http://django-rest-framework.org/api-guide/serializers.html#serializers
150-
[modelserializer-section]: http://django-rest-framework.org/api-guide/serializers.html#modelserializer
151-
[functionview-section]: http://django-rest-framework.org/api-guide/views.html#function-based-views
152-
[generic-views]: http://django-rest-framework.org/api-guide/generic-views.html
153-
[viewsets]: http://django-rest-framework.org/api-guide/viewsets.html
154-
[routers]: http://django-rest-framework.org/api-guide/routers.html
155-
[serializers]: http://django-rest-framework.org/api-guide/serializers.html
156-
[authentication]: http://django-rest-framework.org/api-guide/authentication.html
157-
158-
[rest-framework-2-announcement]: http://django-rest-framework.org/topics/rest-framework-2-announcement.html
146+
[index]: http://www.django-rest-framework.org/
147+
[oauth1-section]: http://www.django-rest-framework.org/api-guide/authentication.html#oauthauthentication
148+
[oauth2-section]: http://www.django-rest-framework.org/api-guide/authentication.html#oauth2authentication
149+
[serializer-section]: http://www.django-rest-framework.org/api-guide/serializers.html#serializers
150+
[modelserializer-section]: http://www.django-rest-framework.org/api-guide/serializers.html#modelserializer
151+
[functionview-section]: http://www.django-rest-framework.org/api-guide/views.html#function-based-views
152+
[generic-views]: http://www.django-rest-framework.org/api-guide/generic-views.html
153+
[viewsets]: http://www.django-rest-framework.org/api-guide/viewsets.html
154+
[routers]: http://www.django-rest-framework.org/api-guide/routers.html
155+
[serializers]: http://www.django-rest-framework.org/api-guide/serializers.html
156+
[authentication]: http://www.django-rest-framework.org/api-guide/authentication.html
157+
158+
[rest-framework-2-announcement]: http://www.django-rest-framework.org/topics/rest-framework-2-announcement.html
159159
[2.1.0-notes]: https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion
160-
[image]: http://django-rest-framework.org/img/quickstart.png
160+
[image]: http://www.django-rest-framework.org/img/quickstart.png
161161

162162
[tox]: http://testrun.org/tox/latest/
163163

164164
[tehjones]: https://twitter.com/tehjones/status/294986071979196416
165165
[wlonk]: https://twitter.com/wlonk/status/261689665952833536
166166
[laserllama]: https://twitter.com/laserllama/status/328688333750407168
167167

168-
[docs]: http://django-rest-framework.org/
168+
[docs]: http://www.django-rest-framework.org/
169169
[urlobject]: https://github.com/zacharyvoase/urlobject
170170
[markdown]: http://pypi.python.org/pypi/Markdown/
171171
[pyyaml]: http://pypi.python.org/pypi/PyYAML

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_package_data(package):
5555
setup(
5656
name='djangorestframework',
5757
version=version,
58-
url='http://django-rest-framework.org',
58+
url='http://www.django-rest-framework.org',
5959
license='BSD',
6060
description='Web APIs for Django, made easy.',
6161
author='Tom Christie',

0 commit comments

Comments
 (0)