Skip to content

Commit e67fdf1

Browse files
committed
chore: Fix link to new repositiory home (nextcloud-libraries) in README
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 2a9992b commit e67fdf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# @nextcloud/logger
22

3-
[![Build Status](https://img.shields.io/github/actions/workflow/status/nextcloud/nextcloud-logger/node.yml?branch=master)](https://github.com/nextcloud/nextcloud-logger/actions/workflows/node.yml) [![Code coverage](https://img.shields.io/codecov/c/gh/nextcloud/nextcloud-logger/master)](https://app.codecov.io/gh/nextcloud/nextcloud-logger) [![npm](https://img.shields.io/npm/v/@nextcloud/logger.svg)](https://www.npmjs.com/package/@nextcloud/logger)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/nextcloud-libraries/nextcloud-logger/node.yml?branch=master)](https://github.com/nextcloud-libraries/nextcloud-logger/actions/workflows/node.yml) [![Code coverage](https://img.shields.io/codecov/c/gh/nextcloud-libraries/nextcloud-logger/master)](https://app.codecov.io/gh/nextcloud-libraries/nextcloud-logger) [![npm](https://img.shields.io/npm/v/@nextcloud/logger.svg)](https://www.npmjs.com/package/@nextcloud/logger)
44
[![Documentation](https://img.shields.io/badge/Documentation-online-brightgreen)](https://nextcloud.github.io/nextcloud-logger/)
55

66
Generic JavaScript logging interface for Nextcloud apps and libraries
77

88
## Usage
9-
See also [API documentation](https://nextcloud.github.io/nextcloud-logger/).
9+
See also [API documentation](https://nextcloud-libraries.github.io/nextcloud-logger/).
1010

1111
```js
1212
import { getLoggerBuilder } from '@nextcloud/logger'

0 commit comments

Comments
 (0)