diff --git a/package.json b/package.json index 6d4c315f0..7dfe0bad8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "The Static Code Analysis Tool for your HTML", "repository": { "type": "git", - "url": "https://github.com/htmlhint/HTMLHint" + "url": "git+https://github.com/htmlhint/HTMLHint.git" }, "bugs": { "url": "https://github.com/htmlhint/HTMLHint/issues" diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 31d0e3930..3bc8cdd4b 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -4,7 +4,7 @@ const remarkImages = require('remark-images') const rehypeTruncate = require('rehype-truncate') const PACKAGE = require('../package') -const GITHUB_URL = `${PACKAGE.repository.url}` +const GITHUB_URL = 'https://github.com/htmlhint/HTMLHint' module.exports = { title: 'HTMLHint', @@ -89,7 +89,7 @@ module.exports = { '@docusaurus/preset-classic', { docs: { - path: `../docs`, + path: '../docs', sidebarPath: require.resolve('./sidebars.js'), showLastUpdateAuthor: true, showLastUpdateTime: true,