fix broken links

This commit is contained in:
André Weller
2019-05-16 09:44:54 +02:00
parent b260af70c1
commit dd22b0f114

View File

@@ -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);
}