diff --git a/docs/src/docs/contributing/website.mdx b/docs/src/docs/contributing/website.mdx index 4b538767..4ee66c32 100644 --- a/docs/src/docs/contributing/website.mdx +++ b/docs/src/docs/contributing/website.mdx @@ -14,7 +14,7 @@ The website lives in `docs/` directory of [golangci-lint repository](https://git ## Theme -Initially the site is based on [@rocketseat](https://rocketdocs.netlify.app/) theme. +Initially the site is based on [@rocketseat](https://github.com/jpedroschmitz/rocketdocs) theme. Later we've merged its code into `src/@rocketseat` because we needed too much changes and [gatsby shadowing](https://www.gatsbyjs.org/docs/themes/shadowing/) doesn't allow shadowing `gatsby-node.js` or `gatsby-config.js`.