Skip to content

Commit

Permalink
Merge pull request #3416 from raphi011/tools-readme-fix
Browse files Browse the repository at this point in the history
docs: update tools readme #2886
  • Loading branch information
mpranj committed May 6, 2020
2 parents 0a95d92 + bdb3455 commit 05d96ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/news/_preparation_next_release.md
Expand Up @@ -189,7 +189,7 @@ you up to date with the multi-language support provided by Elektra.

## Tools

- [elektrad](../../src/tools/elektrad/README.md) is completely rewritten in Go, which drastically improves the performance by leveraging the new [go-elektra](https://github.com/ElektraInitiative/go-elektra/) bindings instead of calling the `kdb` command-line tool on every request. _(Raphael Gruber)_
- [elektrad](../../src/tools/elektrad/README.md) is completely rewritten in Go, which drastically improves the performance by leveraging the new [go-elektra](https://github.com/ElektraInitiative/go-elektra/) bindings instead of calling the `kdb` command-line tool on every request. The new Elektrad creates a session per user to reuse the same kdb handle for better performance. _(Raphael Gruber)_
- Update `kdb cache` tool synopsis to reflect man page. _(Mihael Pranjić)_
- Pull elektrad, webui and webd out of shared web folder to allow fine grained selection of tools. _(Raphael Gruber)_
- <<TODO>>
Expand Down
4 changes: 2 additions & 2 deletions src/tools/README.md
Expand Up @@ -15,10 +15,10 @@ The graphical user interface (GUI) is called `kdb qt-gui`.

## Web-UI

For information about the Web-UI, please read [here](web).
For information about the Web-UI, please read [here](../../doc/tutorials/install-webui.md) and [here](./webui/README.md).

Note that the Web-UI also provides a REST service
[elektrad](web/elektrad) that allows you to get
[elektrad](elektrad/README.md) that allows you to get
and set configuration settings.

## Programmatic
Expand Down

0 comments on commit 05d96ee

Please sign in to comment.