diff --git a/README.md b/README.md
index 5098e4c..54c82af 100644
--- a/README.md
+++ b/README.md
@@ -71,18 +71,18 @@ $ npm install vue-meta --save
Use the download links below - if you want a previous version, check the instructions at https://unpkg.com.
-Latest version: https://unpkg.com/vue-meta/lib/vue-meta.min.js
+Latest version: https://unpkg.com/vue-meta/dist/vue-meta.min.js
-Latest v1.x version: https://unpkg.com/vue-meta@1/lib/vue-meta.min.js
+Latest v1.x version: https://unpkg.com/vue-meta@1/dist/vue-meta.min.js
**Uncompressed:**
```html
-
+
```
**Minified:**
```html
-
+
```
## Quick Usage
diff --git a/docs/guide/README.md b/docs/guide/README.md
index c0848b5..ef8104f 100644
--- a/docs/guide/README.md
+++ b/docs/guide/README.md
@@ -7,10 +7,10 @@ Are you using a framework like Nuxt.js, Gridsome or another one which uses vue-m
## Download / CDN
-[https://unpkg.com/vue-meta/lib/vue-meta.js](https://unpkg.com/vue-meta/lib/vue-meta.js)
+[https://unpkg.com/vue-meta/dist/vue-meta.js](https://unpkg.com/vue-meta/dist/vue-meta.js)
For the latest version in the v1.x branch you can use:
-[https://unpkg.com/vue-meta@1/lib/vue-meta.js](https://unpkg.com/vue-meta@1/lib/vue-meta.js)
+[https://unpkg.com/vue-meta@1/dist/vue-meta.js](https://unpkg.com/vue-meta@1/dist/vue-meta.js)
Or you can replace `1` with the full version number you wish to use.
@@ -18,12 +18,12 @@ If you include vue-meta after Vue it will install automatically
**Unminified (suggested only for dev):**
```html
-
+
```
**Minified:**
```html
-
+
```
## Package manager