diff --git a/docs/package.json b/docs/package.json index 788e312..2abf2eb 100755 --- a/docs/package.json +++ b/docs/package.json @@ -7,7 +7,7 @@ "name": "David Stotijn", "email": "dstotijn@gmail.com" }, - "repository": "github.com/dstotijn/hetty/hetty-docs", + "repository": "github.com/dstotijn/hetty/docs", "scripts": { "dev": "vuepress dev src", "build": "vuepress build src" diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index 4ff0c71..43396dc 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -36,7 +36,7 @@ module.exports = { themeConfig: { repo: "dstotijn/hetty", editLinks: true, - docsDir: "docs", + docsDir: "docs/src", editLinkText: "", lastUpdated: true, logo: "/assets/logo.png",