README.md: Fix links to project files.

This commit is contained in:
FritzJo 2020-01-08 12:37:37 +01:00 committed by Andreas Schildbach
parent 7f607160ca
commit f19004c31a

View file

@ -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