Docs: change unpkg links to pull 0.4 release (#455)
* Docs: change unpkg links to pull 0.4 release
This commit is contained in:
committed by
Benaiah Mischenko
parent
ff2cc154e1
commit
37cce53971
@ -57,11 +57,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.3/dist/cms.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@~0.4/dist/cms.css" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://unpkg.com/netlify-cms@^0.3/dist/cms.js"></script>
|
||||
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
Reference in New Issue
Block a user