Skip to content

Commit fe6f472

Browse files
sapkraalistair23
authored andcommitted
Fix broken anchor link in connection docs
1 parent a36cfcc commit fe6f472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ connection = obd.OBD(ports[0]) # connect to the first port in the list
2626

2727
`baudrate`: The baudrate at which to set the serial connection. This can vary from adapter to adapter. Typical values are: 9600, 38400, 19200, 57600, 115200. The default value (`None`) will auto select a baudrate.
2828

29-
`protocol`: Forces python-OBD to use the given protocol when communicating with the adapter. See [protocol_id()](Connections.md/#protocol_id) for possible values. The default value (`None`) will auto select a protocol.
29+
`protocol`: Forces python-OBD to use the given protocol when communicating with the adapter. See [protocol_id()](#protocol_id) for possible values. The default value (`None`) will auto select a protocol.
3030

3131
`fast`: Allows commands to be optimized before being sent to the car. Python-OBD currently makes two such optimizations:
3232

0 commit comments

Comments
 (0)