Skip to content

Commit f53bdfe

Browse files
authored
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.
1 parent ef9297f commit f53bdfe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
66
[![Version](https://img.shields.io/npm/v/cf-content-types-generator.svg)](https://npmjs.org/package/cf-content-types-generator)
77
[![Downloads/week](https://img.shields.io/npm/dw/cf-content-types-generator.svg)](https://npmjs.org/package/cf-content-types-generator)
8-
[![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)
9-
[![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)
8+
[![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)
9+
[![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)
1010

1111
# Table of Contents
1212

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"main": "lib/index.js",
1111
"types": "lib/index.d.ts",
12-
"bugs": "https://github.com/contentful-labs/cf-content-types-generator/issues",
12+
"bugs": "https://github.com/contentful-userland/cf-content-types-generator/issues",
1313
"engines": {
1414
"node": ">=20.0.0"
1515
},
1616
"oclif": {
1717
"default": ".",
1818
"commands": "./lib/commands"
1919
},
20-
"repository": "contentful-labs/cf-content-types-generator",
20+
"repository": "contentful-userland/cf-content-types-generator",
2121
"files": [
2222
"/bin",
2323
"/lib"

0 commit comments

Comments
 (0)