diff options
| author | Tom Christie | 2014-01-08 15:22:41 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-01-08 15:22:41 +0000 | 
| commit | 78494401c5c45d16d632bb2fa9629678e47a98bc (patch) | |
| tree | bbb023f9d9a19eef736ba55a2df5cba819fff403 /rest_framework/templates | |
| parent | b0ddf21bd09782c0426bb80670c6bf2d0f821255 (diff) | |
| download | django-rest-framework-78494401c5c45d16d632bb2fa9629678e47a98bc.tar.bz2 | |
Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains
Diffstat (limited to 'rest_framework/templates')
| -rw-r--r-- | rest_framework/templates/rest_framework/base.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index ba45b9bc..d19d5a2b 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -33,7 +33,7 @@          <div class="navbar-inner">              <div class="container-fluid">                  <span href="/"> -                    {% block branding %}<a class='brand' rel="nofollow" href='http://django-rest-framework.org'>Django REST framework <span class="version">{{ version }}</span></a>{% endblock %} +                    {% block branding %}<a class='brand' rel="nofollow" href='http://www.django-rest-framework.org'>Django REST framework <span class="version">{{ version }}</span></a>{% endblock %}                  </span>                  <ul class="nav pull-right">                      {% block userlinks %}  | 
