Skip to content

Commit

Permalink
fix(ci): Set correct repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits committed Dec 25, 2024
1 parent 8ef51b4 commit 13b7175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 13b7175

Please sign in to comment.