diff --git a/README.md b/README.md
index d49ddf95848b5380c08a260262bf3608810e2a53..678a0810e4929125af543d8e0d01a29c5330ad00 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
An image viewer application written with GTK 4, Libadwaita and Rust.
-
+
## Installing
@@ -36,8 +36,8 @@ GNOME Builder is the environment used for developing this application. It can us
recommended you use it.
1. Download [GNOME Builder](https://flathub.org/apps/details/org.gnome.Builder).
-2. In Builder, click the "Clone Repository" button at the bottom, using `git@ssh.gitlab.gnome.org:GNOME/Incubator/loupe.git`
-or `https://gitlab.gnome.org/GNOME/Incubator/loupe.git` as the URL.
+2. In Builder, click the "Clone Repository" button at the bottom, using `git@ssh.gitlab.gnome.org:GNOME/loupe.git`
+or `https://gitlab.gnome.org/GNOME/loupe.git` as the URL.
3. Click the build button at the top once the project is loaded.
@@ -53,7 +53,7 @@ Once you have a bundle installed, development builds will work properly.
## Contributing
-- [Code Documentation](https://gnome.pages.gitlab.gnome.org/Incubator/loupe/doc/loupe/)
+- [Code Documentation](https://gnome.pages.gitlab.gnome.org/loupe/doc/loupe/)
### Conduct
diff --git a/build-aux/flatpak/org.gnome.Loupe.Devel.json b/build-aux/flatpak/org.gnome.Loupe.Devel.json
index 569589b8c7ea269480bd7e96fa6a5b8f8be8cf49..8c10d704bfabe5d4989dc0ef6233754e02655099 100644
--- a/build-aux/flatpak/org.gnome.Loupe.Devel.json
+++ b/build-aux/flatpak/org.gnome.Loupe.Devel.json
@@ -170,7 +170,7 @@
"sources" : [
{
"type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/Incubator/loupe.git"
+ "url" : "https://gitlab.gnome.org/GNOME/loupe.git"
}
]
}
diff --git a/data/org.gnome.Loupe.metainfo.xml.in.in b/data/org.gnome.Loupe.metainfo.xml.in.in
index 0ecf22aebd40e41cfda23a5d07c2bebaa6c1ac61..fa04473d996ffce12474db1b8a2ebfc6f88d9536 100644
--- a/data/org.gnome.Loupe.metainfo.xml.in.in
+++ b/data/org.gnome.Loupe.metainfo.xml.in.in
@@ -16,16 +16,16 @@
https://apps.gnome.org/app/org.gnome.Loupe/
- https://gitlab.gnome.org/GNOME/Incubator/loupe/issues
+ https://gitlab.gnome.org/GNOME/loupe/issues
https://l10n.gnome.org/module/loupe/
https://www.gnome.org/donate/
- https://gitlab.gnome.org/GNOME/Incubator/loupe/uploads/24c80abc88fccb5fc9f2f08de6a7a5ea/screenshot1.png
+ https://gitlab.gnome.org/GNOME/loupe/uploads/24c80abc88fccb5fc9f2f08de6a7a5ea/screenshot1.png
- https://gitlab.gnome.org/GNOME/Incubator/loupe/uploads/eec7ea6a6a0a49517e2a887f9f31b738/screenshot2.png
+ https://gitlab.gnome.org/GNOME/loupe/uploads/eec7ea6a6a0a49517e2a887f9f31b738/screenshot2.png
diff --git a/loupe.doap b/loupe.doap
index 2e45c7eec5709305a31fc392ddd96cd8bb4bd87f..2468e612f1186c8dc1b7cb350d5f882ed4d4e693 100644
--- a/loupe.doap
+++ b/loupe.doap
@@ -7,8 +7,8 @@
Image Viewer
-
-
+
+
Rust
GTK 4
diff --git a/src/about.rs b/src/about.rs
index f35ef4897b3a66c516990711fe18d30596f1edf0..a4214e40c428fb8012b9cc66fa06fb87dd0d1fbf 100644
--- a/src/about.rs
+++ b/src/about.rs
@@ -29,8 +29,8 @@ pub async fn window() -> adw::AboutWindow {
.application_icon(config::APP_ID)
.version(config::VERSION)
.developer_name(gettext("The Loupe Team"))
- .website("https://gitlab.gnome.org/GNOME/Incubator/loupe")
- .issue_url("https://gitlab.gnome.org/GNOME/Incubator/loupe/-/issues/new")
+ .website("https://gitlab.gnome.org/GNOME/loupe")
+ .issue_url("https://gitlab.gnome.org/GNOME/loupe/-/issues/new")
.developers([
"Christopher Davis ",
"Sophie Herold ",