[audiocd-kio] /: Use more https in links

Friedrich W. H. Kossebau null at kde.org
Sat Feb 16 16:26:55 GMT 2019


Git commit ed0e7941da6548c0474a1d8afb86785191620d6e by Friedrich W. H. Kossebau.
Committed on 16/02/2019 at 16:18.
Pushed by kossebau into branch 'master'.

Use more https in links

M  +1    -1    CMakeLists.txt
M  +1    -1    kcmaudiocd/doc/index.docbook
M  +1    -1    plugins/flac/encoderflac.h
M  +1    -1    plugins/opus/encoderopus.h

https://commits.kde.org/audiocd-kio/ed0e7941da6548c0474a1d8afb86785191620d6e

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 582fa43..6669196 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS
 find_package(KF5Cddb)
 set_package_properties(KF5Cddb PROPERTIES
     DESCRIPTION "KF5 branch for CDDB library"
-    URL "http://projects.kde.org/projects/kde/kdemultimedia/libkcddb"
+    URL "https://commits.kde.org/libkcddb"
     TYPE REQUIRED
     PURPOSE "libkcddb is used to retrieve audio CD meta data from the internet."
 )
diff --git a/kcmaudiocd/doc/index.docbook b/kcmaudiocd/doc/index.docbook
index d73bc1e..deb4031 100644
--- a/kcmaudiocd/doc/index.docbook
+++ b/kcmaudiocd/doc/index.docbook
@@ -190,7 +190,7 @@ about 50%. When using this codec the filesize is much larger than Opus, Ogg Vorb
 </screenshot>
 
 <note>
-<para>The Opus encoder tab is only available if <ulink url="http://opus-codec.org/">opus-tools</ulink> are installed in the system.</para>
+<para>The Opus encoder tab is only available if <ulink url="https://opus-codec.org/">opus-tools</ulink> are installed in the system.</para>
 </note>
 
 <para>Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications.</para>
diff --git a/plugins/flac/encoderflac.h b/plugins/flac/encoderflac.h
index d0b945c..7c06520 100644
--- a/plugins/flac/encoderflac.h
+++ b/plugins/flac/encoderflac.h
@@ -37,7 +37,7 @@ public:
 /**
  * FLAC encoder.
  * This encoder is only enabled when HAVE_LIBFLAC is set.
- * Check out http://flac.sourceforge.net/ for more information.
+ * Check out https://xiph.org/flac/ for more information.
  */
 class EncoderFLAC : public AudioCDEncoder {
 
diff --git a/plugins/opus/encoderopus.h b/plugins/opus/encoderopus.h
index 4324995..319bdc5 100644
--- a/plugins/opus/encoderopus.h
+++ b/plugins/opus/encoderopus.h
@@ -36,7 +36,7 @@ public:
 
 /**
  * Opus encoder.
- * Check out http://opus-codec.org/ for lots of information.
+ * Check out https://opus-codec.org/ for lots of information.
  */
 class EncoderOpus : public QObject, public AudioCDEncoder {
 


More information about the kde-doc-english mailing list