From 70e9c6e0b5943bf2ef67eb99bc83ed623111d72a Mon Sep 17 00:00:00 2001 From: Andrew Cross Date: Mon, 15 Jul 2024 09:58:08 +0100 Subject: [PATCH] update to new github url --- Birder/MinApiEndpoints/GeneralEndpoints.cs | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Birder/MinApiEndpoints/GeneralEndpoints.cs b/Birder/MinApiEndpoints/GeneralEndpoints.cs index 82a62c20..04251173 100644 --- a/Birder/MinApiEndpoints/GeneralEndpoints.cs +++ b/Birder/MinApiEndpoints/GeneralEndpoints.cs @@ -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}"); diff --git a/README.md b/README.md index c32fb3b9..992717c6 100644 --- a/README.md +++ b/README.md @@ -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) - + 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).