Skip to content

Commit

Permalink
Attempt to fix links from doc/index.md
Browse files Browse the repository at this point in the history
The current master branches do no longer reflect the directory layout at
the time of writing. Let's point to the latest revision at the time of
creating this doc.

This includes making the links proper Markdown URL links as a drive-by
change.
  • Loading branch information
sirhcel authored and eldruin committed Dec 12, 2023
1 parent e10d3c9 commit a66f678
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Serial ports are some of the oldest external interfaces exposed by system kernel

## References

* https://github.com/pyserial/pyserial/blob/master/serial/serialposix.py#L354
* https://github.com/Fazecast/jSerialComm/blob/master/src/main/c/OSX/SerialPort_OSX.c#L241
* https://github.com/node-serialport/node-serialport/blob/master/src/serialport_unix.cpp#L137
* https://github.com/jacobsa/go-serial/blob/master/serial/open_darwin.go#L239
* https://github.com/nyholku/purejavacomm/blob/master/src/jtermios/macosx/JTermiosImpl.java#L434
* https://github.com/npat-efault/picocom/blob/master/termios2.txt
* <https://github.com/pyserial/pyserial/blob/master/serial/serialposix.py#L354>
* <https://github.com/Fazecast/jSerialComm/blob/v2.0.2/src/main/c/OSX/SerialPort_OSX.c#L241>
* <https://github.com/node-serialport/node-serialport/blob/a31078f054f23c47e9de7cc8b1c7e79d6e4e6c0c/src/serialport_unix.cpp#L137>
* <https://github.com/jacobsa/go-serial/blob/master/serial/open_darwin.go#L239>
* <https://github.com/nyholku/purejavacomm/blob/master/src/jtermios/macosx/JTermiosImpl.java#L434>
* <https://github.com/npat-efault/picocom/blob/master/termios2.txt>

0 comments on commit a66f678

Please sign in to comment.