From f19004c31a411fe520a968acb6e46e55da72e304 Mon Sep 17 00:00:00 2001 From: FritzJo Date: Wed, 8 Jan 2020 12:37:37 +0100 Subject: [PATCH] README.md: Fix links to project files. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d1aaf95..44f5149c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Public Transport Enabler ======================== This is a Java library allowing you to get data from public transport providers. -Look into [NetworkProvider.java](https://github.com/schildbach/public-transport-enabler/blob/master/enabler/src/de/schildbach/pte/NetworkProvider.java) for an overview of the API. +Look into [NetworkProvider.java](https://github.com/schildbach/public-transport-enabler/blob/master/src/de/schildbach/pte/NetworkProvider.java) for an overview of the API. Using providers that require secrets ------------------------------------ @@ -22,7 +22,7 @@ Once you have the secret or if your provider does not need one, you can run the Both IntelliJ and Eclipse have excellent support for JUnit tests. If you prefer to run tests from the command line, you can comment out the test exclude at the end of -[build.gradle](https://github.com/schildbach/public-transport-enabler/blob/master/enabler/build.gradle#L30) +[build.gradle](https://github.com/schildbach/public-transport-enabler/blob/master/build.gradle#L30) and use this command to only execute a test for a single provider: $ gradle -Dtest.single=ParisProviderLive test