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
diff options
context:
space:
mode:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-10-16 02:07:26 +0300
committerStefan Giehl <stefan@piwik.org>2017-10-16 02:07:26 +0300
commitc1422b533fef97b63b434befe57856ee348c1e46 (patch)
tree62adee00b541053e113c024af10c400233812755 /tests/README.md
parent3a2bc010b1dfebb9424e090dab595c66cd613926 (diff)
Even more HTTPS links (#12161)
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/README.md b/tests/README.md
index ea10ef1a05..0f71ec8ce2 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -7,7 +7,7 @@ We use Travis CI for our continuous integration server. It automatically runs ou
after each commit to our GIT repo. More information at the links:
* Piwik on Travis CI: https://travis-ci.org/piwik/piwik
- * QA in Piwik: http://piwik.org/qa/
+ * QA in Piwik: https://piwik.org/qa/
Each core Piwik developer is responsible to keep the build green. If a developer breaks the build, he will receive an email from Travis CI.
@@ -147,7 +147,7 @@ See [tests/README.screenshots.md](https://github.com/piwik/piwik/blob/master/tes
### Download build artifacts for any recent commit
-You can retrieve the files generated during the build (the build artifacts) at [builds-artifacts.piwik.org](http://builds-artifacts.piwik.org/)
+You can retrieve the files generated during the build (the build artifacts) at [builds-artifacts.piwik.org](https://builds-artifacts.piwik.org/)
### Test logs on CI
@@ -157,7 +157,7 @@ Note: `DEBUG` and `VERBOSE` messages are not logged by default (to keep Travis p
### Screenshot tests build artifacts
-The screenshot tests generated by the continuous integration server are uploaded in [builds-artifacts.piwik.org/ui-tests.master/](http://builds-artifacts.piwik.org/ui-tests.master/?C=M;O=D)
+The screenshot tests generated by the continuous integration server are uploaded in [builds-artifacts.piwik.org/ui-tests.master/](https://builds-artifacts.piwik.org/ui-tests.master/?C=M;O=D)
## Troubleshooting
@@ -183,6 +183,6 @@ See [tests/README.xhprof.md](https://github.com/piwik/piwik/blob/master/tests/RE
## Participate
You can help by improving existing tests, or identify some missing tests and implement them.
-See http://piwik.org/participate/development-process
+See https://piwik.org/participate/development-process
Please contact us at hello@piwik.org