From 0cce543c24e1646a02e2ed87f9f0464d26b27f80 Mon Sep 17 00:00:00 2001 From: elemoine Date: Tue, 9 Apr 2013 04:31:19 -0700 Subject: [PATCH] Fix link to .travis.yml --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index eb7fe6e..dd81f05 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -82,7 +82,7 @@ need to start the Plovr server for running the examples and the tests. More information on that further down. Other targets include `doc` and `integration-test`. The latter is the target -used on Travis CI. See ol3's [Travis configuration file](.travis.yml). +used on Travis CI. See ol3's [Travis configuration file](https://github.com/openlayers/ol3/blob/master/.travis.yml). ## Running the `check` target