aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-11-19 10:26:51 +0000
committerTom Christie2013-11-19 10:26:51 +0000
commitcaa9efcf56a1712609d401c80bd1cb8069412925 (patch)
tree714e8d09b520a807bc4090942fd53f0bdd2e9efa
parent7284a450876b639093dd39557359a52c989e025e (diff)
downloaddjango-rest-framework-caa9efcf56a1712609d401c80bd1cb8069412925.tar.bz2
Canonical page for index should be '/', not '/index'
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7582f4f8..31ba475b 100644
--- a/index.html
+++ b/index.html
@@ -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">