Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Jul 13, 2016
1 parent cd51daf commit 9927385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Application notify you when you have hosts / services DOWN. You'll be notified o

## Documentation

Documentation is available on [Read The Docs](http://alignak-app.readthedocs.io/en/latest/index.html) and in the /docs directory.
Documentation is available on [Read The Docs](http://alignak-app.readthedocs.io/en/develop/index.html) and in the /docs directory.

## Bugs / Enhancements

Expand Down
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Configuration

The application must be configure before running. Especially at the address of your **alignak-backend** and your **alignak-webui** to get all function of Alignak-App.

You can configure application in file ``settings.cfg``, in ``i/etc/alignak_app/`` folder.
You can configure application in file ``settings.cfg``, in ``/etc/alignak_app/`` folder.

Configuration Parameters
========================
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Python and Libraries
You should have ``python`` and ``pip`` installed::

sudo apt-get update
sudo apt-get install python python-pip
sudo apt-get install python python-pip python-gi
pip install --upgrade pip

Then, simply install Python modules that are listed in ``requirements.txt`` with pip:
Expand Down

0 comments on commit 9927385

Please sign in to comment.