Skip to content

Commit

Permalink
refactor: update link to documentation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samrith-s committed Nov 12, 2024
1 parent a0d9352 commit 0488cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
"source.fixAll": "explicit",
"source.organizeImports": "never"
},
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A simple task runner which will run all tasks till completion, while maintaining
</p>

<p align="center">
Read the full documentation at the <a href="https://www.concurrent-tasks.js.org">website</a>
Read the full documentation at the <a href="https://concurrent-tasks.samrith.dev">website</a>
</p>

---
Expand Down

0 comments on commit 0488cd9

Please sign in to comment.