diff options
| author | Tom Christie | 2013-11-19 10:26:51 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-11-19 10:26:51 +0000 | 
| commit | caa9efcf56a1712609d401c80bd1cb8069412925 (patch) | |
| tree | 714e8d09b520a807bc4090942fd53f0bdd2e9efa | |
| parent | 7284a450876b639093dd39557359a52c989e025e (diff) | |
| download | django-rest-framework-caa9efcf56a1712609d401c80bd1cb8069412925.tar.bz2 | |
Canonical page for index should be '/', not '/index'
| -rw-r--r-- | index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -4,7 +4,7 @@      <meta charset="utf-8">      <title>Django REST framework - APIs made easy</title>      <link href="http://django-rest-framework.org/img/favicon.ico" rel="icon" type="image/x-icon"> -    <link rel="canonical" href="http://django-rest-framework.org/index"/> +    <link rel="canonical" href="http://django-rest-framework.org"/>      <meta name="viewport" content="width=device-width, initial-scale=1.0">      <meta name="description" content="Django, API, REST, Django REST framework">      <meta name="author" content="Tom Christie"> | 
