Skip to content

Commit b3e1f62

Browse files
committed
Update urls.
1 parent 33164ec commit b3e1f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PodcastAPI/Client.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ private void ProcessStatus(int status)
261261
case 401:
262262
throw new AuthenticationException("Wrong api key or your account is suspended");
263263
case 429:
264-
throw new RateLimitException("For FREE plan, exceeding the quota limit; or for all plans, sending too many requests too fast and exceeding the rate limit - https://www.listennotes.com/api/faq/#faq17");
264+
throw new RateLimitException("For FREE plan, exceeding the quota limit; or for all plans, sending too many requests too fast and exceeding the rate limit - https://www.listennotes.com/podcast-api/faq/#faq17");
265265
case 404:
266266
throw new NotFoundException("Endpoint not exist, or podcast / episode not exist.");
267267
case 400:

src/PodcastAPI/PodcastAPI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageId>PodcastAPI</PackageId>
1111
<PackageTags>listennotes;podcast;api</PackageTags>
1212
<PackageIcon>icon.png</PackageIcon>
13-
<PackageProjectUrl>https://www.listennotes.com/api/</PackageProjectUrl>
13+
<PackageProjectUrl>https://www.listennotes.com/podcast-api/</PackageProjectUrl>
1414
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1515
<RepositoryUrl>https://github.com/ListenNotes/podcast-api-dotnet</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)