[Android] Set https for videolan.org 'about' link

Geoffrey Métais git at videolan.org
Mon Mar 12 10:33:56 CET 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Mar 12 10:33:25 2018 +0100| [de27fd29a90ff340597148d0264808c44e56af06] | committer: Geoffrey Métais

Set https for videolan.org 'about' link

> https://code.videolan.org/videolan/vlc-android/commit/de27fd29a90ff340597148d0264808c44e56af06
---

 vlc-android/res/values/strings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index b51d7ad2f..af31406fc 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -246,7 +246,7 @@
     <string name="about_text">VLC for Android™ is a port of VLC media player, the popular open source media player. The Android™ version can read most files and network streams.</string>
     <string name="compiled_by">This version of VLC is compiled by:</string>
     <string name="vlc_authors">and VLC Authors.</string>
-    <string name="about_link" translatable="false">        <a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a></string>
+    <string name="about_link" translatable="false">        <a href="https://www.videolan.org/vlc/">https://www.videolan.org/vlc/</a></string>
     <string name="about_copyright" translatable="false">Copyleft © 1996–2018 by VideoLAN.\n</string>
     <string name="authors" translatable="false">Edward Wang, Sébastien Toque, Adrien Maglo, Jean-Baptiste Kempf, Ludovic Fauvet, Rafaël Carré, Alexandre Perraud, Michael Merg, Martin Storsjö, Rémi Duraffort, Dominique Martinet, Jean-Philippe André, Felix Abecassis, Christoph Miebach, Hugo Beauzée-Luyssen, Felix Paul Kühne, John Mooring, Pavol Rusnak, Rohit Yadav, Tanguy Pruvot, Thomas Clavier, Asad Mehmood, Garret Kelly, Philipp Dreimann, Walter Heck, Thomas Guillem, Geoffrey Métais.</string>
 



More information about the Android mailing list