Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-10-06 01:22:42 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-10-06 01:22:42 +0300
commit28a202f7d8d51f69a3384763374a9066f517909e (patch)
treec46892007132f025c5e4dcafae706b238c0fd737 /js
parent11de54ca12d2a46e74cf190a65a848e0356dd470 (diff)
replace HTTP links with HTTPS (#12157)
Diffstat (limited to 'js')
-rw-r--r--js/LICENSE.txt2
-rw-r--r--js/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/LICENSE.txt b/js/LICENSE.txt
index 29e718b4c5..589b9f4244 100644
--- a/js/LICENSE.txt
+++ b/js/LICENSE.txt
@@ -29,4 +29,4 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-View online: http://piwik.org/free-software/bsd/
+View online: https://piwik.org/free-software/bsd/
diff --git a/js/README.md b/js/README.md
index 0733c0c757..48e024790c 100644
--- a/js/README.md
+++ b/js/README.md
@@ -56,4 +56,4 @@ The js/ folder contains:
* We use /*! to include Piwik's license header in the minified source. Read
Stallman's "The JavaScript Trap" for more information.
-* Information about the current version number you have installed can be found under [What version of Piwik do I have?](http://piwik.org/faq/how-to-update/faq_8/).
+* Information about the current version number you have installed can be found under [What version of Piwik do I have?](https://piwik.org/faq/how-to-update/faq_8/).