From add23d8cfc857909df8c3ac4de2050b7bd8f6879 Mon Sep 17 00:00:00 2001 From: Dave Patrick Caberto Date: Sun, 4 Feb 2024 10:09:07 +0800 Subject: [PATCH] chore: fix github links --- README.md | 2 +- data/io.github.seadve.Delineate.metainfo.xml.in.in | 2 +- src/about.rs | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa90b95..33527a9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The main features of Delineate include the following: GNOME Builder is the environment used for developing this application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly 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 `https://github.com/SeaDve/Delineate.git` as the URL. +2. In Builder, click the "Clone Repository" button at the bottom, using `https://github.com/SeaDve/delineate.git` as the URL. 3. Click the build button at the top once the project is loaded. ### Meson diff --git a/data/io.github.seadve.Delineate.metainfo.xml.in.in b/data/io.github.seadve.Delineate.metainfo.xml.in.in index 1bc15a8..49ab97a 100644 --- a/data/io.github.seadve.Delineate.metainfo.xml.in.in +++ b/data/io.github.seadve.Delineate.metainfo.xml.in.in @@ -23,7 +23,7 @@ https://github.com/SeaDve/delineate https://github.com/SeaDve/delineate/issues https://hosted.weblate.org/projects/kooha/delineate - https://github.com/SeaDve/Mousai + https://github.com/SeaDve/delineate https://seadve.github.io/donate diff --git a/src/about.rs b/src/about.rs index d5daebb..ad6f458 100644 --- a/src/about.rs +++ b/src/about.rs @@ -21,8 +21,8 @@ pub fn present_window(transient_for: Option<&impl IsA>) { .artists(["Brage Fuglseth https://bragefuglseth.dev"]) // Translators: Replace "translator-credits" with your names. Put a comma between. .translator_credits(gettext("translator-credits")) - .issue_url("https://github.com/SeaDve/Delineate/issues") - .support_url("https://github.com/SeaDve/Delineate/discussions") + .issue_url("https://github.com/SeaDve/delineate/issues") + .support_url("https://github.com/SeaDve/delineate/discussions") .debug_info(debug_info()) .debug_info_filename("delineate-debug-info") .build(); @@ -32,7 +32,7 @@ pub fn present_window(transient_for: Option<&impl IsA>) { &gettext("Donate (Buy Me a Coffee)"), "https://www.buymeacoffee.com/seadve", ); - win.add_link(&gettext("GitHub"), "https://github.com/SeaDve/Delineate"); + win.add_link(&gettext("GitHub"), "https://github.com/SeaDve/delineate"); win.add_link( &gettext("Translate"), "https://hosted.weblate.org/projects/seadve/delineate",