Skip to content

Commit

Permalink
📜 docs: update docsite links
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-dane committed Dec 17, 2024
1 parent 86b71eb commit 5c651bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code of Conduct 🤝

The Compass Code of Conduct is available on the official doc:
[https://docs.compasscalendar.com/docs/code-of-conduct](https://docs.compasscalendar.com/docs/code-of-conduct)
The Compass Code of Conduct is available here:
[https://docs.compasscalendar.com/docs/how-to-contribute/code-of-conduct](https://docs.compasscalendar.com/docs/how-to-contribute/code-of-conduct)
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contribution Guide️ 👷‍♀️👷‍♂️

The Compass Contribution Guide is available on the official doc site:
[https://docs.compasscalendar.com/docs/Contribute](https://docs.compasscalendar.com/docs/Contribute)
[https://docs.compasscalendar.com/docs/how-to-contribute/contribute](https://docs.compasscalendar.com/docs/how-to-contribute/contribute)
2 changes: 1 addition & 1 deletion packages/web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = (env, argv) => {
if (!argv.mode || GOOGLE_CLIENT_ID === "undefined") {
console.error(`Oopsies, you're missing a required parameter.
Make sure you include all required environment variables in the .env file.
Reference: https://docs.compasscalendar.com/docs/getting-started/Configuration/env\n
Reference: https://docs.compasscalendar.com/docs/get-started/configuration/env
`);
return;
}
Expand Down

0 comments on commit 5c651bc

Please sign in to comment.