Skip to content

Commit

Permalink
Update repository links to GitHub organization
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 21, 2024
1 parent 7328a1b commit 9f3586d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
docs:
runs-on: ubuntu-latest
if: github.repository == 'fwcd/nighthouse'
if: github.repository == 'ProjectLighthouseCAU/nighthouse'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository == 'fwcd/nighthouse'
if: github.repository == 'ProjectLighthouseCAU/nighthouse'
steps:
- uses: actions/checkout@v3
- name: Set up Node
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Nighthouse

[![npm](https://img.shields.io/npm/v/nighthouse)](https://www.npmjs.com/package/nighthouse)
[![Build](https://github.com/fwcd/nighthouse/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/nighthouse/actions/workflows/build.yml)
[![Docs](https://github.com/fwcd/nighthouse/actions/workflows/docs.yml/badge.svg)](https://fwcd.github.io/nighthouse)
[![Build](https://github.com/ProjectLighthouseCAU/nighthouse/actions/workflows/build.yml/badge.svg)](https://github.com/ProjectLighthouseCAU/nighthouse/actions/workflows/build.yml)
[![Docs](https://github.com/ProjectLighthouseCAU/nighthouse/actions/workflows/docs.yml/badge.svg)](https://projectlighthousecau.github.io/nighthouse)

A lightweight, asynchronous Project Lighthouse client for JavaScript that runs both in the browser and Node.js environments.

Expand Down

0 comments on commit 9f3586d

Please sign in to comment.