Commit caa9efcf by Tom Christie

Canonical page for index should be '/', not '/index'

parent 7284a450
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Django REST framework - APIs made easy</title> <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 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="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Django, API, REST, Django REST framework"> <meta name="description" content="Django, API, REST, Django REST framework">
<meta name="author" content="Tom Christie"> <meta name="author" content="Tom Christie">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment