Skip to content

Commit 0115752

Browse files
authored
Update README.md Links
Updating the Azure Web App hosted API links
1 parent 96787e0 commit 0115752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ We used the Azure Language REST API to programmatically classify headlines that
8282

8383
We deployed the backend server on Azure Web Apps from Node.js. Our backend server consisted of two custom API endpoints that we created for querying the [months data](https://sotwserver.azurewebsites.net/months/1/2024) from the database, as well as fetching [annual CO2 emissions](https://sotwserver.azurewebsites.net/co2) of countries.
8484

85-
These API endpoints are live at `https://sotwserver.azurewebsites.net/months/{month}/{year}`, and `https://sotwserver.azurewebsites.net/co2` respectively.
85+
These API endpoints are live at `https://sotw.azurewebsites.net/months/{month}/{year}`, and `https://sotw.azurewebsites.net/co2` respectively.
8686

8787
_Note: The month data was only mined for the year 2024._
8888

@@ -131,7 +131,7 @@ The tech stack for the project includes:
131131
<h2 id="installation">Installation and Usage</h2>
132132

133133
The website can be accessed at http://stateoftheworld.vercel.app/ <br>
134-
The data can be accessed at https://sotwserver.azurewebsites.net/months/ ... followed by the required month and year
134+
The data can be accessed at https://sotw.azurewebsites.net/months/ ... followed by the required month and year
135135

136136
You can also build the website from source locally:
137137

0 commit comments

Comments
 (0)