Skip to content

Commit

Permalink
update to new github url
Browse files Browse the repository at this point in the history
  • Loading branch information
second-slip committed Jul 15, 2024
1 parent ed72a31 commit 70e9c6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Birder/MinApiEndpoints/GeneralEndpoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static string ServerInfo(ISystemClockService clock)
Environment.NewLine,
"birder-server API v1.9",
"ASP.NET 8",
"https://github.com/andrew-stuart-cross/birder-server",
"https://github.com/second-slip/birder-server",
$"{date}",
$"\u00A9 Birder {date.Year}");

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

This is the ASP.NET 8 REST API for the Birder website.

[![.NET](https://github.com/andrew-stuart-cross/birder-server/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/andrew-stuart-cross/birder-server/actions/workflows/dotnet.yml)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/andrew-stuart-cross/birder-server/dotnet.yml)
[![codecov](https://codecov.io/gh/andrew-stuart-cross/birder-server/branch/master/graph/badge.svg?token=OCD78ZYJ6Y)](https://codecov.io/gh/andrew-stuart-cross/birder-server)
[![publish](https://github.com/andrew-stuart-cross/birder-server/actions/workflows/publish-app.yml/badge.svg?branch=master)](https://github.com/andrew-stuart-cross/birder-server/actions/workflows/publish-app.yml)
[![.NET](https://github.com/second-slip/birder-server/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/second-slip/birder-server/actions/workflows/dotnet.yml)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/second-slip/birder-server/dotnet.yml)
[![codecov](https://codecov.io/gh/second-slip/birder-server/branch/master/graph/badge.svg?token=OCD78ZYJ6Y)](https://codecov.io/gh/second-slip/birder-server)
[![publish](https://github.com/second-slip/birder-server/actions/workflows/publish-app.yml/badge.svg?branch=master)](https://github.com/second-slip/birder-server/actions/workflows/publish-app.yml)

<!-- dotnet badge not supported -->
<!-- [![Known Vulnerabilities](https://snyk.io/test/github/andrew-stuart-cross/birder-server/badge.svg)](https://snyk.io/test/github/andrew-stuart-cross/birder-server) -->
<!-- [![Known Vulnerabilities](https://snyk.io/test/github/second-slip/birder-server/badge.svg)](https://snyk.io/test/github/second-slip/birder-server) -->

Birder is a social network-style platform for logging, sharing, and analysing bird observations. Ultimately, the aim is to feed the data to an algorithm which will help with species identification.

The complementary client respository is [birder-client](https://github.com/andrew-stuart-cross/birder-client).
The complementary client respository is [birder-client](https://github.com/second-slip/birder-client).

0 comments on commit 70e9c6e

Please sign in to comment.