Skip to content

Commit

Permalink
update github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
second-slip committed Jul 15, 2024
1 parent 42ac342 commit 19c3ddb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ This is the Angular 18 client app for the Birder website.

<!-- [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](https://www.typescriptlang.org/) -->

[![Node.js CI](https://github.com/andrew-stuart-cross/birder-client/actions/workflows/node.js.yml/badge.svg)](https://github.com/andrew-stuart-cross/birder-client/actions/workflows/node.js.yml)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/andrew-stuart-cross/birder-client/node.js.yml)
[![codecov](https://codecov.io/gh/andrew-stuart-cross/birder-client/branch/master/graph/badge.svg?token=LIA3YIDXX2)](https://codecov.io/gh/andrew-stuart-cross/birder-client)
[![Known Vulnerabilities](https://snyk.io/test/github/andrew-stuart-cross/birder-client/badge.svg)](https://snyk.io/test/github/andrew-stuart-cross/birder-client)
[![Node.js CI](https://github.com/second-slip/birder-client/actions/workflows/node.js.yml/badge.svg)](https://github.com/second-slip/birder-client/actions/workflows/node.js.yml)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/second-slip/birder-client/node.js.yml)
[![codecov](https://codecov.io/gh/second-slip/birder-client/branch/master/graph/badge.svg?token=LIA3YIDXX2)](https://codecov.io/gh/second-slip/birder-client)
[![Known Vulnerabilities](https://snyk.io/test/github/second-slip/birder-client/badge.svg)](https://snyk.io/test/github/second-slip/birder-client)

<!-- ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/andrew-stuart-cross/birder-client) -->
<!-- ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/second-slip/birder-client) -->

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 server respository is [birder-server](https://github.com/andrew-stuart-cross/birder-server).
The complementary server respository is [birder-server](https://github.com/second-slip/birder-server).

## Change Log
- 01/06/2024: updated to Angular version **18**
Expand All @@ -33,7 +33,7 @@ Move to the 'working' or 'codespace' branch. Click the green 'Code' button, the
Move to the 'working' or 'codespace' branch. Click the green 'Code' button, then the 'Codespaces' tab. Click the '+' to create a codepace. See the screenshot:

##### Screenshot
![step-0-screenshot](https://github.com/andrew-stuart-cross/birder-client/assets/35421339/f6444e4b-45fc-41e4-8d5d-6133c7365f86)
![step-0-screenshot](https://github.com/second-slip/birder-client/assets/35421339/f6444e4b-45fc-41e4-8d5d-6133c7365f86)

</details>

Expand All @@ -42,7 +42,7 @@ Move to the 'working' or 'codespace' branch. Click the green 'Code' button, the
<summary>Step 2: start the fake API (click for details)</summary>

#### Start the fake server
A fake <a href="https://github.com/andrew-stuart-cross/birder-server">birder-server</a> REST API is provided using a <a href="https://dotnetnorth.org.uk/](https://github.com/typicode/json-server">json-server</a> implementation. Start the fake server in the terminal with `npm run api`. It will start on http://localhost:3000. It will respond with fake data to enable users to sample the website.
A fake <a href="https://github.com/second-slip/birder-server">birder-server</a> REST API is provided using a <a href="https://dotnetnorth.org.uk/](https://github.com/typicode/json-server">json-server</a> implementation. Start the fake server in the terminal with `npm run api`. It will start on http://localhost:3000. It will respond with fake data to enable users to sample the website.

##### npm command
```
Expand Down
4 changes: 2 additions & 2 deletions src/app/_about/about-general/about-general.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class="centre">About this website</h2>
<h3>Client</h3>
<ul>
<li>
Angular 18 application which is available in the <a href="https://github.com/andrew-stuart-cross/birder-client"
Angular 18 application which is available in the <a href="https://github.com/second-slip/birder-client"
target="_blank">birder-client</a> GitHub
repository.
</li>
Expand All @@ -31,7 +31,7 @@ <h3>Server</h3>

<ul>
<li>
ASP.NET 8 REST API which is available in the <a href="https://github.com/andrew-stuart-cross/birder-server"
ASP.NET 8 REST API which is available in the <a href="https://github.com/second-slip/birder-server"
target="_blank">birder-server</a> GitHub
repository.
</li>
Expand Down

0 comments on commit 19c3ddb

Please sign in to comment.