Skip to content

Commit 2b0026c

Browse files
committed
fix links
1 parent a90a855 commit 2b0026c

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

docs/index.md

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ setcap 'cap_net_bind_service=+ep' /path/to/binary
6262

6363
## Using the Flatpak package
6464
The flatpak package can be installed via the .flatpak file.
65-
This can be downloaded from the GitHub project page:
66-
https://github.com/NikolasK-source/modbus_tcp_client_shm/releases
65+
This can be downloaded from the GitHub [projects release page](https://github.com/NikolasK-source/modbus_tcp_client_shm/releases):
6766

6867
```
6968
flatpak install --user modbus-tcp-client-shm.flatpak
@@ -74,8 +73,7 @@ The application is then executed as follows:
7473
flatpak run network.koesling.modbus-tcp-client-shm
7574
```
7675

77-
To enable calling with ```modbus-tcp-client-shm the``` following script can be used:
78-
https://gist.github.com/NikolasK-source/f0ef53fe4be7922901a1543e3cce8a97
76+
To enable calling with ```modbus-tcp-client-shm``` [this script](https://gist.github.com/NikolasK-source/f0ef53fe4be7922901a1543e3cce8a97) can be used.
7977
In order to be executable everywhere, the path in which the script is placed must be in the ```PATH``` environment variable.
8078

8179

@@ -106,26 +104,17 @@ The binary is located in the build directory.
106104
## Links to related projects
107105

108106
### General Shared Memory Tools
109-
#### Shared Memory Dump
110-
https://nikolask-source.github.io/dump_shm/
111-
112-
#### Shared Memory Write
113-
https://nikolask-source.github.io/write_shm/
114-
115-
#### Shared Memory Random
116-
https://nikolask-source.github.io/shared_mem_random/
107+
- [Shared Memory Dump](https://nikolask-source.github.io/dump_shm/)
108+
- [Shared Memory Write](https://nikolask-source.github.io/write_shm/)
109+
- [Shared Memory Random](https://nikolask-source.github.io/shared_mem_random/)
117110

118111
### Modbus Clients
119-
- **RTU:** https://nikolask-source.github.io/modbus_rtu_client_shm/
120-
- **TCP:** https://nikolask-source.github.io/modbus_tcp_client_shm/
112+
- [RTU](https://nikolask-source.github.io/modbus_rtu_client_shm/)
113+
- [TCP](https://nikolask-source.github.io/modbus_tcp_client_shm/)
121114

122115
### Modbus Shared Memory Tools
123-
124-
#### STDIN to Modbus
125-
https://nikolask-source.github.io/stdin_to_modbus_shm/
126-
127-
#### Float converter
128-
https://nikolask-source.github.io/modbus_conv_float/
116+
- [STDIN to Modbus](https://nikolask-source.github.io/stdin_to_modbus_shm/)
117+
- [Float converter](https://nikolask-source.github.io/modbus_conv_float/)
129118

130119

131120
## License

0 commit comments

Comments
 (0)