Skip to content

Commit a7eeb61

Browse files
author
Colin Hogben
authored
Enclose inline URLs in angle brackets
Apparently required for GFM
1 parent 80b8676 commit a7eeb61

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ FreeOpcUa is a project to implement an open-source (LGPL/GPL) OPC-UA stack and a
22

33
Currently FreeOpcUa is composed of:
44

5-
* An asynchronous LGPL Python OPC-UA client and server library: https://github.com/FreeOpcUa/opcua-asyncio also including sync wrappers. this iscurrently the most active project
5+
* An asynchronous LGPL Python OPC-UA client and server library: <https://github.com/FreeOpcUa/opcua-asyncio> also including sync wrappers. this iscurrently the most active project
66
* Install using `pip install asyncua`
77
* Command line tools can be found in the [tools](https://github.com/FreeOpcUa/opcua-asyncio/tree/master/tools) subdirectory ([doc](https://github.com/FreeOpcUa/opcua-asyncio#documentation))
88

9-
* A GPL Python GUI client: https://github.com/FreeOpcUa/opcua-client-gui
9+
* A GPL Python GUI client: <https://github.com/FreeOpcUa/opcua-client-gui>
1010
* Install using `pip install opcua-client`
1111

1212
The following projcts are deprecated or not maintained anymore:
13-
* A synchronous LGPL Python OPC-UA client and server library (written entirely in Python): https://github.com/FreeOpcUa/python-opcua
13+
* A synchronous LGPL Python OPC-UA client and server library (written entirely in Python): <https://github.com/FreeOpcUa/python-opcua>
1414
* Install using `pip install opcua`
1515
* Command line tools can be found in the [tools](https://github.com/FreeOpcUa/python-opcua/tree/master/tools) subdirectory ([doc](https://github.com/FreeOpcUa/python-opcua#documentation))
1616

17-
* A LGPL C++ library to develop server and client OPC-UA applications: https://github.com/FreeOpcUa/freeopcua (CURRENTLY UNMAINTAINED)
17+
* A LGPL C++ library to develop server and client OPC-UA applications: <https://github.com/FreeOpcUa/freeopcua> (CURRENTLY UNMAINTAINED)
1818
* Python bindings can be found in the [python](https://github.com/FreeOpcUa/freeopcua/tree/master/python) subdirectory
1919

2020

21-
* A GPL Python GUI to create OPC-UA nodes and save them to xml: https://github.com/FreeOpcUa/opcua-modeler
21+
* A GPL Python GUI to create OPC-UA nodes and save them to xml: <https://github.com/FreeOpcUa/opcua-modeler>
2222
* Install using `pip install opcua-modeler`
2323

24-
* Discussions: https://github.com/FreeOpcUa/python-opcua/discussions and https://github.com/FreeOpcUa/opcua-asyncio/discussions
25-
* Source code: https://github.com/FreeOpcUa
24+
* Discussions: <https://github.com/FreeOpcUa/python-opcua/discussions> and <https://github.com/FreeOpcUa/opcua-asyncio/discussions>
25+
* Source code: <https://github.com/FreeOpcUa>
2626

2727
Screenshot of client GUI:
2828

0 commit comments

Comments
 (0)