Skip to content

Commit 9419774

Browse files
authored
Merge pull request #5123 from flowerey/fix-unit3d-link
(Fix) Various links
2 parents c22fafe + 2307a72 commit 9419774

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<p align="center">
66
<a href="http://laravel.com"><img src="https://img.shields.io/badge/Laravel-12-f4645f.svg" /></a>
77
<a href="https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-AGPL%20v3.0-yellow.svg" /></a>
8-
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/lint.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/lint.yml/badge.svg?branch=master" /></a>
9-
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/phpunit-test.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/phpunit-test.yml/badge.svg?branch=master" /></a>
10-
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/compile-assets-test.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/compile-assets-test.yml/badge.svg?branch=master" /></a>
11-
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/larastan.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/larastan.yml/badge.svg?branch=master" /></a>
12-
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/prettier-blade.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/prettier-blade.yml/badge.svg?branch=master" /></a>
8+
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/lint.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/lint.yml/badge.svg?branch=master" /></a>
9+
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/phpunit-test.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/phpunit-test.yml/badge.svg?branch=master" /></a>
10+
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/compile-assets-test.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/compile-assets-test.yml/badge.svg?branch=master" /></a>
11+
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/larastan.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/larastan.yml/badge.svg?branch=master" /></a>
12+
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/prettier-blade.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/prettier-blade.yml/badge.svg?branch=master" /></a>
1313
<a href="https://hosted.weblate.org/engage/unit3d/">
1414
<img src="https://hosted.weblate.org/widget/unit3d/svg-badge.svg" alt="Translation status" />
1515
</a>
@@ -53,7 +53,7 @@ https://hdinnovations.github.io/HDInnovations
5353

5454
## <a name="contributing"></a> 🤝 Contributing
5555

56-
Please read [CONTRIBUTING.md](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests to us. A massive thank you to all of our <a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/graphs/contributors">contributors</a>.
56+
Please read [CONTRIBUTING.md](https://github.com/HDInnovations/UNIT3D/blob/master/CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests to us. A massive thank you to all of our <a href="https://github.com/HDInnovations/UNIT3D/graphs/contributors">contributors</a>.
5757

5858
## <a name="translations"></a> 🌎 Translations
5959

@@ -65,6 +65,6 @@ We use Weblate for translations. You can easily contribute to translations at ht
6565

6666
## <a name="license"></a> 📜 License
6767

68-
This project is licensed under the AGPL v3.0 License. See the [LICENSE](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/LICENSE.md) file for details.
68+
This project is licensed under the AGPL v3.0 License. See the [LICENSE](https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE.md) file for details.
6969

7070

SECURITY.md

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

2020
Please email us at hdinnovations@protonmail.com
2121

22-
Thank you for improving the security of unit3d-community-edition.
22+
Thank you for improving the security of unit3d.

book/src/local_development_arch_linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ Clone the UNIT3D repository to your local environment:
5252
2. Clone the repository:
5353

5454
```sh
55-
git clone git@github.com:HDInnovations/UNIT3D-Community-Edition.git
55+
git clone git@github.com:HDInnovations/UNIT3D.git
5656
```
5757

5858
## Step 2: Composer dependency installation
5959

6060
1. **Change to the project’s root directory:**
6161

6262
```sh
63-
cd ~/PhpstormProjects/UNIT3D-Community-Edition
63+
cd ~/PhpstormProjects/UNIT3D
6464
```
6565

6666
2. **Install Composer dependencies:**

book/src/local_development_macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ Once installed, launch PHPStorm
5757
5858
## Step 1: clone the repository
5959
60-
Firstly, clone the UNIT3D repository to your local environment by visiting [UNIT3D-Community-Edition Repo](https://github.com/HDInnovations/UNIT3D-Community-Edition). Then click the blue colored code button and select `Open with Github Desktop`. Once Github Desktop is open set you local path to clone to like `/Users/HDVinnie/Documents/Personal/UNIT3D-Community-Edition`
60+
Firstly, clone the UNIT3D repository to your local environment by visiting [UNIT3D Repo](https://github.com/HDInnovations/UNIT3D). Then click the blue colored code button and select `Open with Github Desktop`. Once Github Desktop is open set you local path to clone to like `/Users/HDVinnie/Documents/Personal/UNIT3D`
6161
6262
## Step 2: open the project in PHPStorm
6363
64-
Within PHPStorm goto `File` and then click `Open`. Select the local path you just did like `/Users/HDVinnie/Documents/Personal/UNIT3D-Community-Edition`.
64+
Within PHPStorm goto `File` and then click `Open`. Select the local path you just did like `/Users/HDVinnie/Documents/Personal/UNIT3D`.
6565
6666
### The following commands are run in PHPStorm. Can do so by clicking `Tools->Run Command`.
6767

book/src/server_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ bun run build
9292

9393
## 5. Meilisearch maintenance
9494

95-
Refer [Meilisearch setup for UNIT3D](https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Meilisearch-Setup-for-UNIT3D), specifically the [maintenance](https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Meilisearch-Setup-for-UNIT3D#3-maintenance) section, for managing upgrades and syncing indexes.
95+
Refer [Meilisearch setup for UNIT3D](https://github.com/HDInnovations/UNIT3D/wiki/Meilisearch-Setup-for-UNIT3D), specifically the [maintenance](https://github.com/HDInnovations/UNIT3D/wiki/Meilisearch-Setup-for-UNIT3D#3-maintenance) section, for managing upgrades and syncing indexes.

book/src/sharing_source_code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _A guide by EkoNesLeg_
44

55
## 1. Introduction
66

7-
As part of complying with the [GNU Affero General Public License (AGPL)](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/LICENSE), sites that modify and distribute UNIT3D are required to share their source code. This guide provides an easy process for creating a sanitized tarball of your modified source code and encourages you to create and update an "Open Source" page on your site to make this code available.
7+
As part of complying with the [GNU Affero General Public License (AGPL)](https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE), sites that modify and distribute UNIT3D are required to share their source code. This guide provides an easy process for creating a sanitized tarball of your modified source code and encourages you to create and update an "Open Source" page on your site to make this code available.
88

99
## 2. Setting up tarball creation
1010

@@ -133,7 +133,7 @@ To create a tarball that includes only the modified source code and excludes sen
133133

134134
### License information
135135

136-
Our site runs on a modified version of [UNIT3D](https://github.com/HDInnovations/UNIT3D-Community-Edition). For more details on the license, visit the [GNU AGPL License](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/LICENSE).
136+
Our site runs on a modified version of [UNIT3D](https://github.com/HDInnovations/UNIT3D). For more details on the license, visit the [GNU AGPL License](https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE).
137137
```
138138

139139
3. **Manually update this page whenever you update your site:**

resources/views/partials/footer.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</li>
8282
<li>
8383
<a
84-
href="https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Torrent-API-(UNIT3D-v8.x.x)"
84+
href="https://github.com/HDInnovations/UNIT3D/wiki/Torrent-API-(UNIT3D-v8.x.x)"
8585
>
8686
API documentation
8787
</a>
@@ -256,7 +256,7 @@
256256
Site and design &copy;
257257
{{ date('Y', strtotime(config('other.birthdate'))) }}-{{ date('Y') }}
258258
{{ config('other.title') }} |
259-
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition">
259+
<a href="https://github.com/HDInnovations/UNIT3D">
260260
UNIT3D {{ config('unit3d.version') }}
261261
</a>
262262
@if (config('announce.external_tracker.is_enabled'))

tests/Feature/Notifications/NewUploadNotificationTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
test('upload a torrent creates a notification for followers', function (): void {
3535
$this->markTestIncomplete('Works locally, but fails in pipeline with:
36-
file_put_contents(/home/runner/work/UNIT3D-Community-Edition/UNIT3D-Community-Edition/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
36+
file_put_contents(/home/runner/work/UNIT3D/UNIT3D/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
3737

3838
// Required for ChatRepository()
3939
$this->seed(UserSeeder::class);
@@ -117,7 +117,7 @@
117117

118118
test('upload a torrent does not create a notification for followers when all notifications disabled', function (): void {
119119
$this->markTestIncomplete('Works locally, but fails in pipeline with:
120-
file_put_contents(/home/runner/work/UNIT3D-Community-Edition/UNIT3D-Community-Edition/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
120+
file_put_contents(/home/runner/work/UNIT3D/UNIT3D/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
121121

122122
// Required for ChatRepository()
123123
$this->seed(UserSeeder::class);
@@ -197,7 +197,7 @@
197197

198198
test('upload a torrent does not create a notification for followers when following upload notifications are disabled', function (): void {
199199
$this->markTestIncomplete('Works locally, but fails in pipeline with:
200-
file_put_contents(/home/runner/work/UNIT3D-Community-Edition/UNIT3D-Community-Edition/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
200+
file_put_contents(/home/runner/work/UNIT3D/UNIT3D/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
201201

202202
// Required for ChatRepository()
203203
$this->seed(UserSeeder::class);
@@ -277,7 +277,7 @@
277277

278278
test('upload a torrent does not create a notification for followers when following upload notifications are disabled for specific group', function (): void {
279279
$this->markTestIncomplete('Works locally, but fails in pipeline with:
280-
file_put_contents(/home/runner/work/UNIT3D-Community-Edition/UNIT3D-Community-Edition/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
280+
file_put_contents(/home/runner/work/UNIT3D/UNIT3D/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
281281

282282
// Required for ChatRepository()
283283
$this->seed(UserSeeder::class);

0 commit comments

Comments
 (0)