Skip to content

Commit 2e4c620

Browse files
committed
Use new GitHub link
1 parent 7c53ad5 commit 2e4c620

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- An in-studio dashboard for [WBOR 91.1 FM](https://wbor.org/), Bowdoin College's student-run radio station.
44

55
- Aggregates API data from:
6-
- [Spinitron](https://spinitron.com/) for now-playing show and song information (optionally using a [proxy](https://github.com/WBOR-91-1-FM/spinitron-proxy/))
6+
- [Spinitron](https://spinitron.com/) for now-playing show and song information (optionally using a [proxy](https://github.com/wbor-fm/spinitron-proxy/))
77
- [Twilio](https://www.twilio.com/) for "text-the-DJ" messages.
8-
- [Tomorrow.io](https://www.tomorrow.io/) for realtime weather updates (optional [proxy](https://github.com/WBOR-91-1-FM/wbor-weather-proxy)).
8+
- [Tomorrow.io](https://www.tomorrow.io/) for realtime weather updates (optional [proxy](https://github.com/wbor-fm/wbor-weather-proxy)).
99
- [AzuraCast](https://github.com/AzuraCast/AzuraCast/) for streaming server status updates.
1010

1111
- Runs on a monitor in the on-air studio.

src/dashboard_defs/weather.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async fn build_weather_request_urls(maybe_api_key: &str) -> GenericResult<[Cow<'
103103

104104
let location_info: LocationInfo = request::get_as!("https://ipinfo.io/json")?;
105105

106-
// Here's the code behind the proxy: `https://github.com/WBOR-91-1-FM/wbor-weather-proxy`
106+
// Here's the code behind the proxy: `https://github.com/wbor-fm/wbor-weather-proxy`
107107
const PROXY_REQUEST_URL: &str = "https://api-2.wbor.org/weather";
108108

109109
let fallback_request_url = request::build_url("https://api.tomorrow.io/v4/timelines",

0 commit comments

Comments
 (0)