Skip to content

Commit 4da0579

Browse files
committed
Fix broken links in README: Convert relative links to absolute GitHub URLs
1 parent ab41906 commit 4da0579

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Our simple CI pipeline automatically:
199199
- **Triggers**: PRs and pushes to main branch
200200
- **Simple & Fast**: Essential testing only, no complexity
201201

202-
See [GITHUB_ACTIONS.md](GITHUB_ACTIONS.md) for detailed CI documentation.
202+
See [GITHUB_ACTIONS.md](https://github.com/starichkov/nodejs-simple-notes-app/blob/main/GITHUB_ACTIONS.md) for detailed CI documentation.
203203

204204
#### Test Features
205205

@@ -341,7 +341,7 @@ if (DB_VENDOR === 'new-vendor') {
341341

342342
## 📄 License & Attribution
343343

344-
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE.md) file for details.
344+
This project is licensed under the **MIT License** - see the [LICENSE](https://github.com/starichkov/nodejs-simple-notes-app/blob/main/LICENSE.md) file for details.
345345

346346
### Using This Project?
347347

0 commit comments

Comments
 (0)