Skip to content

Commit

Permalink
docs: Made first bus link clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave committed Apr 18, 2024
1 parent 5dfdae5 commit 84b7c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The `ATCO code` for your stop can be found in the same way that [UK Transport](h

However, there have been reports of missing ATCO codes. Therefore alternatively, you can follow the following instructions:

1. Navigate to https://www.firstbus.co.uk/next-bus and type your location
1. Navigate to [First Bus website](https://www.firstbus.co.uk/next-bus) and type your location
2. Open up the development tools on your browser (usually F12) and go to the network tab
3. Click on the stop that you're after and look at the network request. This should make a request to https://www.firstbus.co.uk/api/get-next-bus?stop=XXX. The value you're after will be in the response and also the value of XXX.
3. Click on the stop that you're after and look at the network request. This should make a request to `https://www.firstbus.co.uk/api/get-next-bus?stop=XXX`. The value you're after will be in the response and also the value of XXX.

## How do I increase the logs for the integration?

Expand Down

0 comments on commit 84b7c77

Please sign in to comment.