Skip to content

Commit 5c0a969

Browse files
authored
chore: cleanup repository reference (#1921)
Signed-off-by: Ludovic Ortega <[email protected]>
1 parent afeb34f commit 5c0a969

File tree

13 files changed

+33
-33
lines changed

13 files changed

+33
-33
lines changed

.all-contributorsrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"commitType": "docs",
1616
"contributors": [
1717
{
18-
"login": "Fallenbagel",
18+
"login": "fallenbagel",
1919
"name": "Fallenbagel",
2020
"avatar_url": "https://avatars.githubusercontent.com/u/98979876?v=4",
21-
"profile": "https://github.com/Fallenbagel",
21+
"profile": "https://github.com/fallenbagel",
2222
"contributions": [
2323
"code",
2424
"maintenance"

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Global code ownership
2-
* @Fallenbagel @gauthier-th
2+
* @fallenbagel @gauthier-th

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ body:
9595
id: terms
9696
attributes:
9797
label: Code of Conduct
98-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/fallenbagel/jellyseerr/blob/develop/CODE_OF_CONDUCT.md)
98+
description: By submitting this issue, you agree to follow our [Code of Conduct](/../../CODE_OF_CONDUCT.md)
9999
options:
100100
- label: I agree to follow Jellyseerr's Code of Conduct
101101
required: true

.github/PULL_REQUEST_TEMPLATE.md

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

55
#### To-Dos
66

7-
- [ ] Disclosed any use of AI (see our [policy](https://github.com/fallenbagel/jellyseerr/blob/develop/CONTRIBUTING.md#ai-assistance-notice))
7+
- [ ] Disclosed any use of AI (see our [policy](../CONTRIBUTING.md#ai-assistance-notice))
88
- [ ] Successful build `pnpm build`
99
- [ ] Translation keys `pnpm i18n:extract`
1010
- [ ] Database migration (if required)

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Steps:
120120
121121
### Contributing Code
122122
123-
- If you are taking on an existing bug or feature ticket, please comment on the [issue](https://github.com/fallenbagel/jellyseerr/issues) to avoid multiple people working on the same thing.
123+
- If you are taking on an existing bug or feature ticket, please comment on the [issue](/../../issues) to avoid multiple people working on the same thing.
124124
- All commits **must** follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
125125
- Pull requests with commits not following this standard will **not** be merged.
126126
- Please make meaningful commits, or squash them prior to opening a pull request.
@@ -130,7 +130,7 @@ Steps:
130130
- You can create a "draft" pull request early to get feedback on your work.
131131
- Your code **must** be formatted correctly, or the tests will fail.
132132
- We use Prettier to format our code base. It should automatically run with a Git hook, but it is recommended to have the Prettier extension installed in your editor and format on save.
133-
- If you have questions or need help, you can reach out via [Discussions](https://github.com/fallenbagel/jellyseerr/discussions) or our [Discord server](https://discord.gg/ckbvBtDJgC).
133+
- If you have questions or need help, you can reach out via [Discussions](/../../discussions) or our [Discord server](https://discord.gg/ckbvBtDJgC).
134134
- Only open pull requests to `develop`, never `master`! Any pull requests opened to `master` will be closed.
135135
136136
### UI Text Style
@@ -151,7 +151,7 @@ When adding new UI text, please try to adhere to the following guidelines:
151151
152152
## Translation
153153
154-
We use [Weblate](https://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/) for our translations, and your help with localizing Jellyseerr would be greatly appreciated! If your language is not listed below, please [open a feature request](https://github.com/fallenbagel/jellyseerr/issues/new/choose).
154+
We use [Weblate](https://jellyseerr.borgcube.de/projects/jellyseerr/jellyseerr-frontend/) for our translations, and your help with localizing Jellyseerr would be greatly appreciated! If your language is not listed below, please [open a feature request](/../../issues/new/choose).
155155
156156
<a href="https://jellyseerr.borgcube.de/engage/jellysseerr/"><img src="https://jellyseerr.borgcube.de/widget/jellyseerr/multi-auto.svg" alt="Translation status" /></a>
157157

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<img src="./public/logo_full.svg" alt="Jellyseerr" style="margin: 20px 0;">
33
</p>
44
<p align="center">
5-
<img src="https://github.com/Fallenbagel/jellyseerr/actions/workflows/release.yml/badge.svg" alt="Jellyseerr Release" />
6-
<img src="https://github.com/Fallenbagel/jellyseerr/actions/workflows/ci.yml/badge.svg" alt="Jellyseerr CI">
5+
<img src="https://github.com/fallenbagel/jellyseerr/actions/workflows/release.yml/badge.svg" alt="Jellyseerr Release" />
6+
<img src="https://github.com/fallenbagel/jellyseerr/actions/workflows/ci.yml/badge.svg" alt="Jellyseerr CI">
77
</p>
88
<p align="center">
99
<a href="https://discord.gg/ckbvBtDJgC"><img src="https://img.shields.io/discord/952656177924300932" alt="Discord"></a>
@@ -31,7 +31,7 @@
3131
- Mobile-friendly design, for when you need to approve requests on the go!
3232
- Support for watchlisting & blacklisting media.
3333

34-
With more features on the way! Check out our [issue tracker](https://github.com/fallenbagel/jellyseerr/issues) to see the features which have already been requested.
34+
With more features on the way! Check out our [issue tracker](/../../issues) to see the features which have already been requested.
3535

3636
## Getting Started
3737

@@ -55,24 +55,24 @@ Nix: [Nixpkg](https://search.nixos.org/packages?channel=unstable&show=jellyseerr
5555

5656
- Check out the [Jellyseerr Documentation](https://docs.jellyseerr.dev) before asking for help. Your question might already be in the docs!
5757
- You can get support on [Discord](https://discord.gg/ckbvBtDJgC).
58-
- You can ask questions in the Help category of our [GitHub Discussions](https://github.com/fallenbagel/jellyseerr/discussions).
59-
- Bug reports and feature requests can be submitted via [GitHub Issues](https://github.com/fallenbagel/jellyseerr/issues).
58+
- You can ask questions in the Help category of our [GitHub Discussions](/../../discussions).
59+
- Bug reports and feature requests can be submitted via [GitHub Issues](/../../issues).
6060

6161
## API Documentation
6262

6363
You can access the API documentation from your local Jellyseerr install at http://localhost:5055/api-docs
6464

6565
## Community
6666

67-
You can ask questions, share ideas, and more in [GitHub Discussions](https://github.com/fallenbagel/jellyseerr/discussions).
67+
You can ask questions, share ideas, and more in [GitHub Discussions](/../../discussions).
6868

6969
If you would like to chat with other members of our growing community, [join the Jellyseerr Discord server](https://discord.gg/ckbvBtDJgC)!
7070

71-
Our [Code of Conduct](https://github.com/fallenbagel/jellyseerr/blob/develop/CODE_OF_CONDUCT.md) applies to all Jellyseerr community channels.
71+
Our [Code of Conduct](./CODE_OF_CONDUCT.md) applies to all Jellyseerr community channels.
7272

7373
## Contributing
7474

75-
You can help improve Jellyseerr too! Check out our [Contribution Guide](https://github.com/fallenbagel/jellyseerr/blob/develop/CONTRIBUTING.md) to get started.
75+
You can help improve Jellyseerr too! Check out our [Contribution Guide](./CONTRIBUTING.md) to get started.
7676

7777
## Contributors ✨
7878

charts/jellyseerr-chart/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apiVersion: v2
2-
kubeVersion: ">=1.23.0-0"
2+
kubeVersion: '>=1.23.0-0'
33
name: jellyseerr-chart
44
description: Jellyseerr helm chart for Kubernetes
55
type: application
66
version: 2.7.0
7-
appVersion: "2.7.3"
7+
appVersion: '2.7.3'
88
maintainers:
99
- name: Jellyseerr
10-
url: https://github.com/Fallenbagel/jellyseerr
10+
url: https://github.com/fallenbagel/jellyseerr
1111
sources:
12-
- https://github.com/Fallenbagel/jellyseerr/tree/main/charts/jellyseerr
13-
home: https://github.com/Fallenbagel/jellyseerr
12+
- https://github.com/fallenbagel/jellyseerr/tree/main/charts/jellyseerr
13+
home: https://github.com/fallenbagel/jellyseerr

charts/jellyseerr-chart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
Jellyseerr helm chart for Kubernetes
66

7-
**Homepage:** <https://github.com/Fallenbagel/jellyseerr>
7+
**Homepage:** <https://github.com/fallenbagel/jellyseerr>
88

99
## Maintainers
1010

1111
| Name | Email | Url |
1212
| ---- | ------ | --- |
13-
| Jellyseerr | | <https://github.com/Fallenbagel/jellyseerr> |
13+
| Jellyseerr | | <https://github.com/fallenbagel/jellyseerr> |
1414

1515
## Source Code
1616

17-
* <https://github.com/Fallenbagel/jellyseerr/tree/main/charts/jellyseerr>
17+
* <https://github.com/fallenbagel/jellyseerr/tree/main/charts/jellyseerr>
1818

1919
## Requirements
2020

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The primary motivation for starting Jellyseerr was to bring Jellyfin and Emby su
3232

3333
## We need your help!
3434

35-
[Jellyseerr](https://github.com/Fallenbagel/jellyseerr) is an ambitious project where developers/contributors poured a lot of work into, and that builds on top of [Overseerr](https://github.com/sct/overseerr). And we have a lot more to do as well.
35+
[Jellyseerr](https://github.com/fallenbagel/jellyseerr) is an ambitious project where developers/contributors poured a lot of work into, and that builds on top of [Overseerr](https://github.com/sct/overseerr). And we have a lot more to do as well.
3636

3737
We value your feedback and support in identifying and fixing bugs to make Jellyseerr even better. As an open-source project, we welcome contributions from everyone. While Jellyseerr has diverged from Overseerr and evolved into its own unique application, we still encourage contributions to Overseerr, as it played a crucial role in inspiring what Jellyseerr has become today.
3838

docs/getting-started/buildfromsource.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo mkdir -p /opt/jellyseerr && cd /opt/jellyseerr
2626
```
2727
2. Clone the Jellyseerr repository and checkout the develop branch:
2828
```bash
29-
git clone https://github.com/Fallenbagel/jellyseerr.git
29+
git clone https://github.com/fallenbagel/jellyseerr.git
3030
cd jellyseerr
3131
git checkout main
3232
```
@@ -201,7 +201,7 @@ cd C:\jellyseerr
201201
```
202202
2. Clone the Jellyseerr repository and checkout the develop branch:
203203
```powershell
204-
git clone https://github.com/Fallenbagel/jellyseerr.git .
204+
git clone https://github.com/fallenbagel/jellyseerr.git .
205205
git checkout main
206206
```
207207
3. Install the dependencies:

0 commit comments

Comments
 (0)