Skip to content

Commit 148ea79

Browse files
authored
Merge pull request #8 from mapinis/bikability-url-patch
Update bikeability URL to have trailing slash
2 parents b94af37 + bb12de5 commit 148ea79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/projects/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const PROJECTS = [
4747
},
4848
{
4949
title: "bikeability",
50-
url: "https://apinis.org/bikeability",
50+
url: "https://apinis.org/bikeability/",
5151
icon: EXT_LINK_ICON,
5252
desc: "English-language summaries of biking conditions in US cities or between two addresses. Backend using AWS tools, weather data from NWS, and summaries generated by ChatGPT 4o. Uses DynamoDB to cache city and route summaries for eight hours to save on API calls. Simple frontend built with React and using the Google Maps and Locations APIs.",
5353
tools: [

0 commit comments

Comments
 (0)