-
-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
The Readme in arduino-ide/arduino-ide-extension/
has a broken path link.
To Reproduce
Steps to reproduce the behavior:
- Go to
arduino-ide/arduino-ide-extension/README.md
- Scroll down to Monitor Service
- Click on the link
src/node/monitor-service-impl.ts
- It takes you to a 404 page not found
Expected behavior
I believe this file was moved into another folder named monitor, making the correct path for this file here src/node/monitor/monitor-service-impl.ts
Proposed resolution
Change this path src/node/monitor-service-impl.ts
To this src/node/monitor/monitor-service-impl.ts
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project