diff options
author | Chris Liechti <cliechti@gmx.net> | 2015-10-21 17:37:08 +0200 |
---|---|---|
committer | Chris Liechti <cliechti@gmx.net> | 2015-10-21 17:37:08 +0200 |
commit | 2a1befc9a5e7ca1ba2c11fead5115682fbe8d8c4 (patch) | |
tree | 636c98713be846e5f8b48bf17ba826f4514a8deb /documentation/pyserial_api.rst | |
parent | cc654c80b8a432459925618dc2d7fc6447cb12dc (diff) | |
download | pyserial-git-2a1befc9a5e7ca1ba2c11fead5115682fbe8d8c4.tar.gz |
doc update: fix links
Diffstat (limited to 'documentation/pyserial_api.rst')
-rw-r--r-- | documentation/pyserial_api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst index 4d7f3ba..5464b64 100644 --- a/documentation/pyserial_api.rst +++ b/documentation/pyserial_api.rst @@ -694,8 +694,8 @@ on regular serial ports. .. class:: rfc2217.Serial - This implements a :rfc:`2217` compatible client. Port names are URLs_ in the - form: ``rfc2217://<host>:<port>[?<option>[&<option>]]`` + This implements a :rfc:`2217` compatible client. Port names are :ref:`URL + <URLs>` in the form: ``rfc2217://<host>:<port>[?<option>[&<option>]]`` This class API is compatible to :class:`Serial` with a few exceptions: |