Skip to content

Commit 462222b

Browse files
committed
fix link github
1 parent b0352e0 commit 462222b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ LABEL \
5050
maintainer="appujet <sdipedit@gmail.com>" \
5151
org.opencontainers.image.title="LavaMusic" \
5252
org.opencontainers.image.description="LavaMusic - Advanced Music Bot" \
53-
org.opencontainers.image.source="https://github.com/botxlab/lavamusic" \
53+
org.opencontainers.image.source="https://github.com/bongodevs/lavamusic" \
5454
org.opencontainers.image.licenses="MIT"

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
# --------------------------------
5858
lavamusic:
5959
container_name: lavamusic
60-
image: ghcr.io/botxlab/lavamusic:main
60+
image: ghcr.io/bongodevs/lavamusic:main
6161
restart: on-failure
6262
# Load environment variables from the local .env file
6363
env_file:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ features:
4444

4545
Getting started with LavaMusic is easier than ever. Follow these simple steps to bring music to your server.
4646

47-
1. **Clone the Repo**: `git clone https://github.com/botxlab/lavamusic.git`
47+
1. **Clone the Repo**: `git clone https://github.com/bongodevs/lavamusic.git`
4848
2. **Configure .env**: Fill in your Bot Token and Client ID.
4949
3. **Run with Bun**: `bun run start` (Make sure you have [Bun](https://bun.sh) installed!)
5050

0 commit comments

Comments
 (0)