]> granicus.if.org Git - icinga2/commitdiff
Docs: Fix image locations for installation chapter
authorMichael Friedrich <michael.friedrich@icinga.com>
Tue, 17 Sep 2019 10:44:18 +0000 (12:44 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 17 Sep 2019 10:44:18 +0000 (12:44 +0200)
doc/02-installation.md
doc/images/installation/mariadb-centos7.png [moved from doc/images/getting-started/mariadb-centos7.png with 100% similarity]
doc/images/installation/nano-syntax.png [moved from doc/images/getting-started/nano-syntax.png with 100% similarity]
doc/images/installation/postgr-import-ido.png [moved from doc/images/getting-started/postgr-import-ido.png with 100% similarity]
doc/images/installation/vim-syntax.png [moved from doc/images/getting-started/vim-syntax.png with 100% similarity]

index 0cbae4f2aa9a10fd285c0ff53d39d8d7233ab615..b247ca9725866573cc7f07a33dd9e407f0ae1440 100644 (file)
@@ -549,7 +549,7 @@ Test it:
 # vim /etc/icinga2/conf.d/templates.conf
 ```
 
-![Vim with syntax highlighting](images/getting-started/vim-syntax.png "Vim with Icinga 2 syntax highlighting")
+![Vim with syntax highlighting](images/installation/vim-syntax.png "Vim with Icinga 2 syntax highlighting")
 
 
 ### Configuration Syntax Highlighting using Nano <a id="configuration-syntax-highlighting-nano"></a>
@@ -593,7 +593,7 @@ Test it:
 $ nano /etc/icinga2/conf.d/templates.conf
 ```
 
-![Nano with syntax highlighting](images/getting-started/nano-syntax.png "Nano with Icinga 2 syntax highlighting")
+![Nano with syntax highlighting](images/installation/nano-syntax.png "Nano with Icinga 2 syntax highlighting")
 
 ## Setting up Icinga Web 2 <a id="setting-up-icingaweb2"></a>
 
@@ -704,7 +704,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW, INDEX, EXECUTE ON icing
 quit
 ```
 
-![setting up the database on CentOS 7](images/getting-started/mariadb-centos7.png "Setting up the database on CentOS 7")
+![setting up the database on CentOS 7](images/installation/mariadb-centos7.png "Setting up the database on CentOS 7")
 
 After creating the database you can import the Icinga 2 IDO schema using the
 following command. Enter the root password into the prompt when asked.
@@ -876,7 +876,7 @@ export PGPASSWORD=icinga
 psql -U icinga -d icinga < /usr/share/icinga2-ido-pgsql/schema/pgsql.sql
 ```
 
-![importing the Icinga 2 IDO schema](images/getting-started/postgr-import-ido.png "Importing the Icinga 2 IDO schema on Debian Jessie")
+![importing the Icinga 2 IDO schema](images/installation/postgr-import-ido.png "Importing the Icinga 2 IDO schema on Debian Jessie")
 
 
 #### Enabling the IDO PostgreSQL module <a id="enabling-ido-postgresql"></a>