Commit 15faf4f8 authored by Houkime's avatar Houkime

fix missing https:// (needed to prevent http connect to github)

parent 0e7ed106
......@@ -14,7 +14,7 @@ No actual levels are there yet though, it is just a technical demo, but it is no
## Ok, how this works?:
To be able to connect via modbus, [libmodbus](github.com/stephane/libmodbus) is used as the lowest level.
To be able to connect via modbus, [libmodbus](https://github.com/stephane/libmodbus) is used as the lowest level.
For Godot engine, ability to use libmodbus is added by writing a shared object compiled against GDNative API - this allows Godot to call C functions from its usual GDscript internal scripting interface without the need to recompile the whole engine (unlike C/C++ modules that need to be compiled into engine itself).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment