diff --git a/README b/README index 7ad2ce2ce9c1be846dacfd6f0e12c4ac95537b42..e151155e82a2ded24d526c4fd42ac78d2cf1fa63 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ the shell. GNU Ring is currently used by the support team of Savoir-faire Linux Inc. More information is available on the project homepage: - http://www.ring.cx/ + https://www.ring.cx/ This source tree contains the daemon application only, DRing, that handles the business logic of GNU Ring. UIs are located in differents repositories. See diff --git a/astylerc b/astylerc index 86203e5287f7490d487e135b73e9703de3f6e6e3..6c7983a61a62268e90ef2ce28a399dd64a3f37c8 100644 --- a/astylerc +++ b/astylerc @@ -3,7 +3,7 @@ # http://astyle.sourceforge.net/astyle.html # Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> # Savoir-faire Linux Inc -# http://www.ring.cx +# https://www.ring.cx style=stroustrup # stroustrup style http://astyle.sourceforge.net/astyle.html#_style=stroustrup indent=spaces=4 # Use spaces instead of tabs for indentation diff --git a/bin/main.cpp b/bin/main.cpp index b9400fe074a360ceb4481b371d6eca091324aa8f..33b0762193535ea4dec1203782fa2758c1d6f7fb 100644 --- a/bin/main.cpp +++ b/bin/main.cpp @@ -55,7 +55,7 @@ print_title() std::cout << "Ring Daemon " << DRing::version() << ", by Savoir-faire Linux 2004-2017" << std::endl - << "http://www.ring.cx/" << std::endl + << "https://www.ring.cx/" << std::endl #ifdef RING_VIDEO << "[Video support enabled]" << std::endl #endif diff --git a/bin/osxmain.cpp b/bin/osxmain.cpp index 8a23a684346da6bde913a4ecc22d7ce491ec2e7e..98b105322d7be274d658ac7b5cc0fbddf4d315bd 100644 --- a/bin/osxmain.cpp +++ b/bin/osxmain.cpp @@ -44,7 +44,7 @@ print_title() std::cout << "Ring Daemon " << DRing::version() << ", by Savoir-faire Linux 2004-2017" << std::endl - << "http://www.ring.cx/" << std::endl + << "https://www.ring.cx/" << std::endl #ifdef RING_VIDEO << "[Video support enabled]" << std::endl #endif diff --git a/bin/winmain.cpp b/bin/winmain.cpp index e57ffe0d0995c90a1eb201605a52b312450c391c..ee61527431081c963e1155d4447a1499730ee76a 100644 --- a/bin/winmain.cpp +++ b/bin/winmain.cpp @@ -48,7 +48,7 @@ print_title() std::cout << "Ring Daemon " << DRing::version() << ", by Savoir-faire Linux 2004-2017" << std::endl - << "http://www.ring.cx/" << std::endl + << "https://www.ring.cx/" << std::endl #ifdef RING_VIDEO << "[Video support enabled]" << std::endl #endif