From f53bdfe8423c82a98015abb1a190a2f7cb72943d Mon Sep 17 00:00:00 2001 From: Marco Link Date: Tue, 20 Aug 2024 07:18:28 +0200 Subject: [PATCH] fix: repo paths (#362) After moving the project from [contentful-labs](https://github.com/contentful-labs) to [contentful-userland]https://github.com/contentful-userland) we have to relfect the change in code. --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 578de84..fffcd92 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/cf-content-types-generator.svg)](https://npmjs.org/package/cf-content-types-generator) [![Downloads/week](https://img.shields.io/npm/dw/cf-content-types-generator.svg)](https://npmjs.org/package/cf-content-types-generator) -[![License](https://img.shields.io/npm/l/cf-content-types-generator.svg)](https://github.com/contentful-labs/cf-content-types-generator/blob/master/package.json) -[![Coverage Status](https://coveralls.io/repos/github/contentful-labs/cf-content-types-generator/badge.svg)](https://coveralls.io/github/contentful-labs/cf-content-types-generator) +[![License](https://img.shields.io/npm/l/cf-content-types-generator.svg)](https://github.com/contentful-userland/cf-content-types-generator/blob/master/package.json) +[![Coverage Status](https://coveralls.io/repos/github/contentful-userland/cf-content-types-generator/badge.svg)](https://coveralls.io/github/contentful-userland/cf-content-types-generator) # Table of Contents diff --git a/package.json b/package.json index 8fde430..11ca0ed 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "main": "lib/index.js", "types": "lib/index.d.ts", - "bugs": "https://github.com/contentful-labs/cf-content-types-generator/issues", + "bugs": "https://github.com/contentful-userland/cf-content-types-generator/issues", "engines": { "node": ">=20.0.0" }, @@ -17,7 +17,7 @@ "default": ".", "commands": "./lib/commands" }, - "repository": "contentful-labs/cf-content-types-generator", + "repository": "contentful-userland/cf-content-types-generator", "files": [ "/bin", "/lib"