From 13b7175a00414837ccc6ce60885f564a75befcf3 Mon Sep 17 00:00:00 2001 From: Christopher Ward Date: Wed, 25 Dec 2024 14:46:09 -0800 Subject: [PATCH] fix(ci): Set correct repo url --- README.md | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d35e3fcc0..c11824939 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 5e-database -![Build Status](https://github.com/bagelbits/5e-database/workflows/5e%20Database%20CI/badge.svg?branch=main) +![Build Status](https://github.com/5e-bits/5e-database/workflows/5e%20Database%20CI/badge.svg?branch=main) [![Discord](https://img.shields.io/discord/656547667601653787)](https://discord.gg/TQuYTv7) Holds the database for the D&D 5th Edition API at http://dnd5eapi.co/ @@ -38,7 +38,7 @@ MONGODB_URI=mongodb://localhost/5e-database npm run db:refresh ## API Issues -If you see anything wrong with the API and not the data, please open an issue or PR over [here](https://github.com/bagelbits/5e-srd-api). +If you see anything wrong with the API and not the data, please open an issue or PR over [here](https://github.com/5e-bits/5e-srd-api). ## Contributing diff --git a/package.json b/package.json index c5f2665af..0f2d14036 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bagelbits/5e-database.git" + "url": "git+https://github.com/5e-bits/5e-database.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/bagelbits/5e-database/issues" + "url": "https://github.com/5e-bits/5e-database/issues" }, - "homepage": "https://github.com/bagelbits/5e-database#readme", + "homepage": "https://github.com/5e-bits/5e-database#readme", "devDependencies": { "@semantic-release/github": "^11.0.1", "@types/node": "^22.10.1",