Skip to content

Commit 835e991

Browse files
authored
Fix README broken link (#467)
I believe this file name " path src/node/monitor-service-impl.ts " was moved into another folder named monitor, making the correct path for this file here "src/node/monitor/monitor-service-impl.ts"
1 parent d3d6ba8 commit 835e991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The Core Service is responsible for building your sketches and uploading them to
3535
The Monitor Service allows getting information back from sketches running on your Arduino boards.
3636

3737
- [src/common/protocol/monitor-service.ts](./src/common/protocol/monitor-service.ts) implements the common classes and interfaces
38-
- [src/node/monitor-service-impl.ts](./src/node/monitor-service-impl.ts) implements the service backend:
38+
- [src/node/monitor/monitor-service-impl.ts](./src/node/monitor/monitor-service-impl.ts) implements the service backend:
3939
- connecting to / disconnecting from a board
4040
- receiving and sending data
4141
- [src/browser/monitor/monitor-widget.tsx](./src/browser/monitor/monitor-widget.tsx) implements the serial monitor front-end:

0 commit comments

Comments
 (0)