From dd22b0f11449e2daaba35f0a649171ca7e0d0794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Thu, 16 May 2019 09:44:54 +0200 Subject: [PATCH] fix broken links --- components/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Card.vue b/components/Card.vue index 96d2c73..7ab7f94 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -25,7 +25,7 @@ export default { await this.$copyText(`https://webgems.io${currentPath}#${reference}`) - this.$router.push(`https://webgems.io${currentPath}#${reference}`) + this.$router.push(`${currentPath}#${reference}`) } catch (e) { console.error(e); }