Skip to content

Commit

Permalink
Correct links in documentation for Open Connection (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harm10 authored Mar 11, 2023
1 parent 10c4d31 commit ef41b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mainframe3270/x3270.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def open_connection(
To establish a connection, only the hostname is required. Optional parameters include logical unit name (LU) and port.
Additional configuration data can be provided through the `extra_args` parameter.
`extra_args` accepts either a list or a path to a file containing [x3270 command-line options](https://x3270.miraheze.org/wiki/Category:Command-line_options).
`extra_args` accepts either a list or a path to a file containing [https://x3270.miraheze.org/wiki/Category:Command-line_options|x3270 command line options].
Entries in the argfile can be on one line or multiple lines. Lines starting with "#" are considered comments.
Expand All @@ -75,7 +75,7 @@ def open_connection(
| -port 992
Please ensure that the arguments provided are available for your specific x3270 application and version.
Refer to the [wc3270 command-line options](https://x3270.miraheze.org/wiki/Wc3270/Command-line_options) for a subset of available options.
Refer to the [https://x3270.miraheze.org/wiki/Wc3270/Command-line_options|wc3270 command line options] for a subset of available options.
Note: If you specify the port with the `-port` command-line option in `extra_args` (or use the -xrm resource command for it),
it will take precedence over the `port` argument provided in the `Open Connection` keyword.
Expand Down

0 comments on commit ef41b40

Please sign in to comment.