Skip to content

Commit a367e27

Browse files
authored
Fix repository references (#27)
1 parent c4bd727 commit a367e27

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

docs/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ hide:
66
status: new
77
---
88

9-
--8<-- "https://raw.githubusercontent.com/jorenn92/Maintainerr/refs/heads/main/CHANGELOG.md"
9+
--8<-- "https://raw.githubusercontent.com/Maintainerr/Maintainerr/refs/heads/main/CHANGELOG.md"

docs/Installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Installation
55

66
Docker is Maintainerr's supported method of installation.
77

8-
Images for amd64 & arm64 are available under `jorenn92/maintainerr` and `ghcr.io/jorenn92/maintainerr`.
8+
Images for amd64 & arm64 are available under `jorenn92/maintainerr` and `ghcr.io/maintainerr/maintainerr`.
99
The containers data location is set as /opt/data. A Docker [volume][tooltip] is strongly encouraged to persist your configuration.
1010

1111
[tooltip]: https://docs.docker.com/storage/volumes/#start-a-container-with-a-volume "Click here to be taken to the Docker documentation page on volumes."
@@ -47,7 +47,7 @@ Setting the host data directory largely depends on how you are installing Mainta
4747
-u 1000:1000 \
4848
-p 6246:6246 \ # (1)!
4949
--restart unless-stopped \
50-
ghcr.io/jorenn92/maintainerr:latest # (2)!
50+
ghcr.io/maintainerr/maintainerr:latest # (2)!
5151
```
5252

5353
1. This is defined as `host:container`.
@@ -59,7 +59,7 @@ Setting the host data directory largely depends on how you are installing Mainta
5959

6060
Changing from a development version to a stable version is not supported.
6161

62-
- `ghcr.io/jorenn92/maintainerr:main` for the develop branch
62+
- `ghcr.io/maintainerr/maintainerr:main` for the develop branch
6363
- `jorenn92/maintainerr:main` for the Docker Hub development image.
6464

6565
### Updating
@@ -73,7 +73,7 @@ docker rm -f maintainerr
7373
Pull the latest image:
7474

7575
```bash
76-
docker pull ghcr.io/jorenn92/maintainerr:latest
76+
docker pull ghcr.io/maintainerr/maintainerr:latest
7777
```
7878

7979
Finally, run the container with the same parameters you originally used to create/start the container.
@@ -87,7 +87,7 @@ Define the Maintainerr service in your docker-compose.yml as follows.
8787
``` yaml {.annotate}
8888
services:
8989
maintainerr:
90-
image: ghcr.io/jorenn92/maintainerr:latest # (1)!
90+
image: ghcr.io/maintainerr/maintainerr:latest # (1)!
9191
user: 1000:1000
9292
volumes:
9393
- type: bind
@@ -109,7 +109,7 @@ services:
109109

110110
Changing from a development version to a stable version is not supported.
111111

112-
- `ghcr.io/jorenn92/maintainerr:main` for the develop branch
112+
- `ghcr.io/maintainerr/maintainerr:main` for the develop branch
113113
- `jorenn92/maintainerr:main` for the Docker Hub development image.
114114

115115
Save your docker-compose.yml file.

docs/Introduction.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ title: Introduction
55

66
<p align="center" >
77
<a href="https://discord.gg/WP4ZW2QYwk" target="blank"><img alt="Discord" src="https://img.shields.io/discord/1152219249549512724?style=flat&logo=discord&logoColor=white&label=Maintainerr"></a>
8-
<picture><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/jorenn92/maintainerr/.github%2Fworkflows%2Fbuild.yml?branch=main&style=flat&logo=github&label=Latest%20Build"></picture>
9-
<a href="https://github.com/jorenn92/Maintainerr/releases" target="blank"><img alt="GitHub Release" src="https://img.shields.io/github/v/release/jorenn92/maintainerr?style=flat&logo=github&logoColor=white&label=Latest%20Release"></a>
10-
<picture><img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/jorenn92/maintainerr/latest?style=flat&logo=github&logoColor=white"></picture>
11-
<picture><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/jorenn92/maintainerr?style=flat&logo=github&logoColor=white&label=Stars"></picture>
8+
<picture><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/maintainerr/maintainerr/.github%2Fworkflows%2Fbuild.yml?branch=main&style=flat&logo=github&label=Latest%20Build"></picture>
9+
<a href="https://github.com/Maintainerr/Maintainerr/releases" target="blank"><img alt="GitHub Release" src="https://img.shields.io/github/v/release/maintainerr/maintainerr?style=flat&logo=github&logoColor=white&label=Latest%20Release"></a>
10+
<picture><img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/maintainerr/maintainerr/latest?style=flat&logo=github&logoColor=white"></picture>
11+
<picture><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/maintainerr/maintainerr?style=flat&logo=github&logoColor=white&label=Stars"></picture>
1212
<a href="https://hub.docker.com/r/jorenn92/maintainerr" target="blank"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/jorenn92/maintainerr?style=flat&logo=docker&logoColor=white&label=Docker%20Pulls"></a>
13-
<picture><img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/jorenn92/maintainerr?style=flat&logo=github&logoColor=white&label=COMMITS"></picture>
14-
<picture><img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues-closed/jorenn92/maintainerr?style=flat&logo=github&logoColor=white"></picture>
15-
<picture><img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/jorenn92/maintainerr?style=flat&logo=github&logoColor=white"></picture>
13+
<picture><img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/maintainerr/maintainerr?style=flat&logo=github&logoColor=white&label=COMMITS"></picture>
14+
<picture><img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues-closed/maintainerr/maintainerr?style=flat&logo=github&logoColor=white"></picture>
15+
<picture><img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/maintainerr/maintainerr?style=flat&logo=github&logoColor=white"></picture>
1616
<a href="https://github.com/sponsors/jorenn92" target="blank"><img alt="GitHub Sponsors" src="https://img.shields.io/github/sponsors/JORENN92?style=flat&logo=github%20sponsors&logoColor=white&label=sponsors"></a>
1717
<a href="https://ko-fi.com/maintainerr_app" target="blank"><img alt="Static Badge" src="https://img.shields.io/badge/DONATE-kofi-red?style=flat&logo=ko-fi&logoColor=white"></a>
18-
<picture><img alt="GitHub License" src="https://img.shields.io/github/license/jorenn92/maintainerr?style=flat"></picture>
18+
<picture><img alt="GitHub License" src="https://img.shields.io/github/license/maintainerr/maintainerr?style=flat"></picture>
1919
</p>
2020

2121

docs/Testing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We have implemented a way to test a specific pull request (new feature), using *
1313

1414
### Install Method
1515

16-
In order to test these PR images, a dev would first need to create one. After the image is created, you can see its image name at the GHCR link here -> [GHCR images](https://github.com/jorenn92/Maintainerr/pkgs/container/maintainerr). Again, Docker is the only method for testing these images.
16+
In order to test these PR images, a dev would first need to create one. After the image is created, you can see its image name at the GHCR link here -> [GHCR images](https://github.com/Maintainerr/Maintainerr/pkgs/container/maintainerr). Again, Docker is the only method for testing these images.
1717

1818
### Getting Started
1919

@@ -34,7 +34,7 @@ You can run the PR image using either docker run, or docker compose. Compose is
3434
-u 1000:1000 \
3535
-p <9999>:6246 \
3636
--restart unless-stopped \
37-
ghcr.io/jorenn92/maintainerr:<pr-#>
37+
ghcr.io/maintainerr/maintainerr:<pr-#>
3838
```
3939

4040
#### Docker Compose
@@ -43,7 +43,7 @@ You can run the PR image using either docker run, or docker compose. Compose is
4343
services:
4444
maintainerr-testing:
4545
container_name: maintainerr-testing
46-
image: ghcr.io/jorenn92/maintainerr:<pr-#>
46+
image: ghcr.io/maintainerr/maintainerr:<pr-#>
4747
user: 1000:1000
4848
volumes:
4949
- <your-testing-host-directory>:/opt/data
@@ -60,7 +60,7 @@ Remember, we need your feedback! Take a look at what the PR is for, what feature
6060
6161
Reports should be made in one of the two ways:
6262
63-
- [Github PR page](https://github.com/jorenn92/Maintainerr/pulls)
63+
- [Github PR page](https://github.com/Maintainerr/Maintainerr/pulls)
6464
6565
- [Discord](https://discord.gg/WP4ZW2QYwk)
6666

docs/overrides/homepage/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h1> Docker Run - Quick Start </h1>
260260
-u 1000:1000 \
261261
-p 6246:6246 \
262262
--restart unless-stopped \
263-
ghcr.io/jorenn92/maintainerr:latest
263+
ghcr.io/maintainerr/maintainerr:latest
264264
</pre>
265265
</div>
266266
</div>

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ site_description: >-
2727
Documentation for the wildly popular Maintainerr project.
2828
use_directory_urls: true
2929
# Repository
30-
repo_name: jorenn92/maintainerr
31-
repo_url: https://github.com/jorenn92/maintainerr
30+
repo_name: maintainerr/maintainerr
31+
repo_url: https://github.com/maintainerr/maintainerr
3232
copyright: Copyright &copy; Jorenn92
3333

3434
# Configuration
@@ -155,7 +155,7 @@ extra:
155155
- reject
156156
social:
157157
- icon: fontawesome/brands/github
158-
link: https://github.com/jorenn92/maintainerr
158+
link: https://github.com/maintainerr/maintainerr
159159
name: Github
160160
- icon: fontawesome/brands/docker
161161
link: https://hub.docker.com/r/jorenn92/maintainerr/
@@ -167,7 +167,7 @@ extra:
167167
link: '#__consent'
168168
name: Cookie Settings
169169
- icon: material/gavel
170-
link: https://github.com/jorenn92/Maintainerr/blob/main/LICENSE
170+
link: https://github.com/Maintainerr/Maintainerr/blob/main/LICENSE
171171
name: License
172172
status:
173173
new: Recently Added

0 commit comments

Comments
 (0)