Skip to content

Commit

Permalink
Update urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbinf committed Jul 28, 2022
1 parent 33164ec commit b3e1f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PodcastAPI/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ private void ProcessStatus(int status)
case 401:
throw new AuthenticationException("Wrong api key or your account is suspended");
case 429:
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");
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");
case 404:
throw new NotFoundException("Endpoint not exist, or podcast / episode not exist.");
case 400:
Expand Down
2 changes: 1 addition & 1 deletion src/PodcastAPI/PodcastAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>PodcastAPI</PackageId>
<PackageTags>listennotes;podcast;api</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://www.listennotes.com/api/</PackageProjectUrl>
<PackageProjectUrl>https://www.listennotes.com/podcast-api/</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/ListenNotes/podcast-api-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit b3e1f62

Please sign in to comment.