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:
authorThomas Steur <tsteur@users.noreply.github.com>2014-03-31 06:24:45 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-03-31 06:24:45 +0400
commit4fe44f28549d03bc7060a6b14f9fc35263e76b43 (patch)
tree12fc37bd20e4808a27de5fd13ab1b34a8638e421 /tests/angularjs
parentd2b147be5750e01ab28a9bfc5aaa52701583c78b (diff)
fix links
Diffstat (limited to 'tests/angularjs')
-rw-r--r--tests/angularjs/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/angularjs/README.md b/tests/angularjs/README.md
index ce1137be4a..c2f68a8e39 100644
--- a/tests/angularjs/README.md
+++ b/tests/angularjs/README.md
@@ -44,7 +44,7 @@ Before executing a test it'll always run [JSHint](http://www.jshint.com/) to det
Just in case you want to write a test for your jQuery code you can do this the same way. You might be interested in the [Chai jQuery](http://chaijs.com/plugins/chai-jquery) plugin.
## Examples
-* [Testing a filter](plugins/CoreHome/angularjs/common/filters/startfrom_test.js)
-* [Testing a directive](plugins/CoreHome/angularjs/common/directives/autocomplete-matched_test.js)
-* [Testing a service/provider/factory/model](plugins/CoreHome/angularjs/common/services/piwik_test.js)
+* [Testing a filter](../../plugins/CoreHome/angularjs/common/filters/startfrom_test.js)
+* [Testing a directive](../../plugins/CoreHome/angularjs/common/directives/autocomplete-matched_test.js)
+* [Testing a service/provider/factory/model](../../plugins/CoreHome/angularjs/common/services/piwik_test.js)
* See more examples in [AngularJS guide](http://docs.angularjs.org/guide/unit-testing)