Change to user friendly docs urls (#1430)
Signed-off-by: Ivan Milosevic <iva@blokovi.com>
This commit is contained in:
parent
cddfdf4038
commit
68af0e32b5
|
@ -74,7 +74,7 @@ Check that `.env` file contains:
|
|||
MF_RELEASE_TAG=<release_number>
|
||||
```
|
||||
|
||||
>`docker-compose` should be used for development and testing deployments. For production we suggest using [Kubernetes](https://docs.mainflux.io/kubernetes.html).
|
||||
>`docker-compose` should be used for development and testing deployments. For production we suggest using [Kubernetes](https://docs.mainflux.io/kubernetes).
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -87,7 +87,7 @@ make cli
|
|||
./build/mainflux-cli version
|
||||
```
|
||||
|
||||
Additional details on using the CLI can be found in the [CLI documentation](https://docs.mainflux.io/cli.html).
|
||||
Additional details on using the CLI can be found in the [CLI documentation](https://docs.mainflux.io/cli).
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
|
@ -70,4 +70,4 @@ docker-compose -f docker/addons/lora-adapter/docker-compose.yml up -d
|
|||
## Usage
|
||||
|
||||
For more information about service capabilities and its usage, please check out
|
||||
the [Mainflux documentation](https://docs.mainflux.io/lora.html).
|
||||
the [Mainflux documentation](https://docs.mainflux.io/lora).
|
||||
|
|
|
@ -79,4 +79,4 @@ docker-compose -f docker/addons/opcua-adapter/docker-compose.yml up -d
|
|||
## Usage
|
||||
|
||||
For more information about service capabilities and its usage, please check out
|
||||
the [Mainflux documentation](https://docs.mainflux.io/opcua.html).
|
||||
the [Mainflux documentation](https://docs.mainflux.io/opcua).
|
||||
|
|
Loading…
Reference in New Issue