From 868c275c00dec96e4ac891d5e0bfd6837ee87032 Mon Sep 17 00:00:00 2001 From: Orest Bida Date: Tue, 29 Aug 2023 18:54:42 +0200 Subject: [PATCH] Docs: wrong/outdated links --- docs/.vitepress/config.js | 2 +- docs/essential/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 95c4adef..7442d8d1 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -70,7 +70,7 @@ export default defineConfig({ items: [ { text: 'Changelog', - link: pkg.repository.url + '/releases?q=cookieconsent+v3' + link: repoUrl + '/releases?q=cookieconsent+v3' } ] }, diff --git a/docs/essential/getting-started.md b/docs/essential/getting-started.md index f89e1988..1fb57931 100644 --- a/docs/essential/getting-started.md +++ b/docs/essential/getting-started.md @@ -21,7 +21,7 @@ You can download/import the plugin using one of the following methods: https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.16/dist/cookieconsent.umd.js https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.0-rc.16/dist/cookieconsent.css ``` -3. Download the [latest release](https://github.com/orestbida/cookieconsent/releases/latest) from github and use the optimized files located in the `dist` folder. +3. Download the [latest release](https://github.com/orestbida/cookieconsent/releases?q=cookieconsent+v3) from github and use the optimized files located in the `dist` folder. ## Usage