]> granicus.if.org Git - icinga2/commitdiff
Use https://www.icinga.org as Icinga website url
authorTobias von der Krone <tobias.vonderkrone@profitbricks.com>
Thu, 15 Jan 2015 07:27:15 +0000 (08:27 +0100)
committerTobias von der Krone <tobias.vonderkrone@profitbricks.com>
Thu, 15 Jan 2015 08:24:36 +0000 (09:24 +0100)
For consistency use https://www.icinga.org for Icinga website url (beside
Copyright information) in all files

fixes 8222

README.md
doc/2-getting-started.md
doc/icinga2.8
icinga-app/icinga.cpp
icinga2.spec

index c81586b39fbd22dfe0fdcd6cc08174400899b02c..198aa4bd362fc553dcfb07b6e59196b527d424c3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,5 +21,5 @@ is also available on https://docs.icinga.org
 
 ## Support
 
-Check the project website at http://www.icinga.org for status updates and
+Check the project website at https://www.icinga.org for status updates and
 https://support.icinga.org if you want to contact us.
index 68595cba1cee9a1b1329cd15d3071d03a56c7a03..45f3a3296a23f49f825fa47b1f08a30255b2359f 100644 (file)
@@ -1367,7 +1367,7 @@ Please consult the [installation documentation](https://github.com/Icinga/icinga
 shipped with `Icinga Web 2` for further instructions on how to install
 `Icinga Web 2` and to configure backends, resources and instances manually.
 
-Check the [Icinga website](http://www.icinga.org) for release announcements
+Check the [Icinga website](https://www.icinga.org) for release announcements
 and packages.
 
 
@@ -1765,7 +1765,7 @@ all available global options.
     Command options:
 
     Report bugs at <https://dev.icinga.org/>
-    Icinga home page: <http://www.icinga.org/>
+    Icinga home page: <https://www.icinga.org/>
 
 
 #### <a id="cli-commands-autocompletion"></a> Icinga 2 CLI Bash Autocompletion
@@ -1850,7 +1850,7 @@ Furthermore it provides the [configuration validation](#config-validation).
       -d [ --daemonize ]    detach from the controlling terminal
 
     Report bugs at <https://dev.icinga.org/>
-    Icinga home page: <http://www.icinga.org/>
+    Icinga home page: <https://www.icinga.org/>
 
 ##### Config Files
 
@@ -1922,7 +1922,7 @@ nodes in a [remote monitoring ](#icinga2-remote-client-monitoring) or
     Command options:
 
     Report bugs at <https://dev.icinga.org/>
-    Icinga home page: <http://www.icinga.org/>
+    Icinga home page: <https://www.icinga.org/>
 
 
 #### <a id="cli-command-object"></a> Cli command: Object
@@ -1955,7 +1955,7 @@ More information can be found in the [troubleshooting](#list-configuration-objec
     Command options:
 
     Report bugs at <https://dev.icinga.org/>
-    Icinga home page: <http://www.icinga.org/>
+    Icinga home page: <https://www.icinga.org/>
 
 
 
@@ -1999,7 +1999,7 @@ This functionality is used by the [node setup/wizard](#cli-command-pki) cli comm
     Command options:
 
     Report bugs at <https://dev.icinga.org/>
-    Icinga home page: <http://www.icinga.org/>
+    Icinga home page: <https://www.icinga.org/>
 
 
 #### <a id="cli-command-repository"></a> Cli command: Repository
@@ -2053,7 +2053,7 @@ cleared after review.
     Command options:
 
     Report bugs at <https://dev.icinga.org/>
-    Icinga home page: <http://www.icinga.org/>
+    Icinga home page: <https://www.icinga.org/>
 
 
 
@@ -2084,7 +2084,7 @@ Lists all configured variables (constants) in a similar fasion like [object list
     Command options:
 
     Report bugs at <https://dev.icinga.org/>
-    Icinga home page: <http://www.icinga.org/>
+    Icinga home page: <https://www.icinga.org/>
 
 
 
index 9d03201707c187a8cfec6c0bd07811d49b2deaf7..e1d8252e6b125413592bf904428980e9e56cb2b1 100644 (file)
@@ -49,7 +49,7 @@ detach from the controlling terminal
 .SH "REPORTING BUGS"
 Report bugs at <https://dev.icinga.org/>
 .br
-Icinga home page: <http://www.icinga.org/>
+Icinga home page: <https://www.icinga.org/>
 .SH COPYRIGHT
 Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org)
 License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
index 8a009ca21dc2fd07dfd8f57b0d4ec03dea6c6146..9897996f4e2edee258a86fa46f76081fc4024f90 100644 (file)
@@ -301,7 +301,7 @@ int Main(void)
                        }
 
                        if (vm.count("version")) {
-                               std::cout << "Copyright (c) 2012-2014 Icinga Development Team (http://www.icinga.org)" << std::endl
+                               std::cout << "Copyright (c) 2012-2014 Icinga Development Team (https://www.icinga.org)" << std::endl
                                        << "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>" << std::endl
                                        << "This is free software: you are free to change and redistribute it." << std::endl
                                        << "There is NO WARRANTY, to the extent permitted by law.";
@@ -324,7 +324,7 @@ int Main(void)
 
                        std::cout << visibleDesc << std::endl
                                << "Report bugs at <https://dev.icinga.org/>" << std::endl
-                               << "Icinga home page: <http://www.icinga.org/>" << std::endl;
+                               << "Icinga home page: <https://www.icinga.org/>" << std::endl;
                        return EXIT_SUCCESS;
                }
        }
index e51cb83e66ba43007b48c37d6b7b3b712c188552..e7a4911534cab209579fb3aafa01d914a23a198d 100644 (file)
@@ -71,7 +71,7 @@ Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System
 Source: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
-URL: http://www.icinga.org/
+URL: https://www.icinga.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires: %{name}-bin = %{version}-%{release}