update docs version references to 0.5

This commit is contained in:
Shawn Erquhart
2017-10-06 10:36:43 -04:00
parent 2324f08d69
commit f811699176
4 changed files with 8 additions and 8 deletions

View File

@ -60,11 +60,11 @@ The first file, `admin/index.html`, is the entry point for the Netlify CMS admin
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title>
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@~0.4/dist/cms.css" />
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@~0.5/dist/cms.css" />
</head>
<body>
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@~0.5/dist/cms.js"></script>
</body>
</html>
```