Update docs to reference forge.fp.o/forge/forge rather than codeberg

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch 2025-11-03 16:26:17 +10:00
commit 22e06bfcf3
4 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@ When users are migrated from pagure.io to Forge, the migrator creates placeholde
IMPORTANT: This script is **not** a general email synchronization tool. It only processes users who already have `@fedoraproject.org` email addresses that are migrator placeholders. Users with real email addresses from other domains are left untouched.
**Script Location**: The script is located in the `forgejo-deployment` repository at `scripts/update-forge-fas-emails.py`
**Script Location**: The script is located in the link:https://forge.fedoraproject.org/forge/forge/src/branch/main/scripts/update-forge-fas-emails.py[forge/forge repository] at `scripts/update-forge-fas-emails.py`
== How It Works

View file

@ -37,7 +37,7 @@ Fedora Forge:
We are actively working to resolve known issues to ensure a smooth experience
for all users. This section of the documentation will be kept up-to-date with
workarounds for any known bugs or limitations you might encounter. If you run
into an issue not listed here, please file a bug report against the
`forgejo-deployment` project on Fedora Forge.
into an issue not listed here, please file a bug report at
link:https://forge.fedoraproject.org/forge/forge/issues[https://forge.fedoraproject.org/forge/forge/issues].
Last updated in {year}.

View file

@ -79,13 +79,13 @@ deactivate
The `update_users.py` script is available in the official Fedora Forge deployment repository. You can download it directly from:
link:https://codeberg.org/fedora/forgejo-deployment/src/branch/main/scripts/update_users.py[update_users.py]
link:https://forge.fedoraproject.org/forge/forge/src/branch/main/scripts/update_users.py[update_users.py]
To download the script:
[source,bash]
----
curl -O https://codeberg.org/fedora/forgejo-deployment/raw/branch/main/scripts/update_users.py
curl -O https://forge.fedoraproject.org/forge/forge/raw/branch/main/scripts/update_users.py
----
===== Browser Setup

View file

@ -55,13 +55,13 @@ deactivate
The `assign_and_depend.py` script is available in the official Fedora Forge deployment repository. You can download it directly from:
link:https://codeberg.org/fedora/forgejo-deployment/src/branch/main/scripts/assign_and_depend.py[assign_and_depend.py]
link:https://forge.fedoraproject.org/forge/forge/src/branch/main/scripts/assign_and_depend.py[assign_and_depend.py]
To download the script:
[source,bash]
----
curl -O https://codeberg.org/fedora/forgejo-deployment/raw/branch/main/scripts/assign_and_depend.py
curl -O https://forge.fedoraproject.org/forge/forge/raw/branch/main/scripts/assign_and_depend.py
----
== Obtaining Required Information