Skip to content

Commit

Permalink
Use https://www.icinga.org as Icinga website url
Browse files Browse the repository at this point in the history
For consistency use https://www.icinga.org for Icinga website url (beside
Copyright information) in all files

fixes 8222
  • Loading branch information
Tobias von der Krone committed Jan 15, 2015
1 parent c0a5ed8 commit 1fd2f09
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
16 changes: 8 additions & 8 deletions doc/2-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/>



Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/>



Expand Down Expand Up @@ -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/>



Expand Down
2 changes: 1 addition & 1 deletion doc/icinga2.8
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions icinga-app/icinga.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand All @@ -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;
}
}
Expand Down
2 changes: 1 addition & 1 deletion icinga2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1fd2f09

Please sign in to comment.