docs(readme): Fix docs links
This commit is contained in:
@@ -41,7 +41,7 @@ Bash TUI Toolkit
|
|||||||
|
|
||||||
> Note that this is not a recommended approach and only intended for quick testing or trying out another version.
|
> Note that this is not a recommended approach and only intended for quick testing or trying out another version.
|
||||||
|
|
||||||
1. Choose the bundle in the version you want to use from the available releases on the [gh-pages branch](https://github.com/timo-reymann/bash-tui-toolkit/tree/gh-pages).
|
1. Choose the bundle in the version you want to use from the available releases in the [docs](https://bash-tui-toolkit.timo-reymann.de/).
|
||||||
2. Source it to your script on runtime:
|
2. Source it to your script on runtime:
|
||||||
1. Using `wget`
|
1. Using `wget`
|
||||||
```bash
|
```bash
|
||||||
@@ -54,7 +54,7 @@ Bash TUI Toolkit
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
For a list of available modules and their documentation please check the [docs]([./docs/modules](https://bash-tui-toolkit.timo-reymann.de/)).
|
For a list of available modules and their documentation please check the [docs](https://bash-tui-toolkit.timo-reymann.de/).
|
||||||
|
|
||||||
For a complete playground demo check [test.sh](./test.sh).
|
For a complete playground demo check [test.sh](./test.sh).
|
||||||
|
|
||||||
@@ -68,6 +68,7 @@ the target system.
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
- [GitHub Pages](https://bash-tui-toolkit.timo-reymann.de/) - Versioned releases, documentation and compability matrix
|
||||||
- [Modules](./docs/modules) - Modules available and their usage
|
- [Modules](./docs/modules) - Modules available and their usage
|
||||||
- [Compability table](./docs/Compatibility) - Known combinations of OS/Bash Version/Terminal emulators that work guaranteed
|
- [Compability table](./docs/Compatibility) - Known combinations of OS/Bash Version/Terminal emulators that work guaranteed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user