Skip to content

Commit

Permalink
chore: update github links
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Feb 4, 2024
1 parent add23d8 commit 27444f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<a href="https://hosted.weblate.org/engage/seadve">
<img alt="Translation status" src="https://hosted.weblate.org/widgets/seadve/-/delineate/svg-badge.svg"/>
</a>
<a href="https://github.com/SeaDve/delineate/actions/workflows/ci.yml">
<img alt="CI status" src="https://github.com/SeaDve/delineate/actions/workflows/ci.yml/badge.svg"/>
<a href="https://github.com/SeaDve/Delineate/actions/workflows/ci.yml">
<img alt="CI status" src="https://github.com/SeaDve/Delineate/actions/workflows/ci.yml/badge.svg"/>
</a>
</p>

Expand All @@ -43,13 +43,13 @@ 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
```
git clone https://github.com/SeaDve/delineate.git
cd delineate
git clone https://github.com/SeaDve/Delineate.git
cd Delineate
meson _build --prefix=/usr/local
ninja -C _build install
```
Expand Down Expand Up @@ -81,6 +81,6 @@ for making Delineate possible.
I'd also acknowledge GNOME Text Editor as the session and document architecture is heavily inspired by it,
and also Brage Fuglseth for the name and icon design.

Finally, I would like to thank the [contributors](https://github.com/SeaDve/delineate/graphs/contributors)
Finally, I would like to thank the [contributors](https://github.com/SeaDve/Delineate/graphs/contributors)
and [translators](https://hosted.weblate.org/engage/seadve/) of the project for helping Delineate
to grow and improve.
6 changes: 3 additions & 3 deletions data/io.github.seadve.Delineate.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<image>https://gitlab.gnome.org/bilelmoussaoui/delineate/raw/master/data/resources/screenshots/screenshot1.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/SeaDve/delineate</url>
<url type="bugtracker">https://github.com/SeaDve/delineate/issues</url>
<url type="homepage">https://github.com/SeaDve/Delineate</url>
<url type="bugtracker">https://github.com/SeaDve/Delineate/issues</url>
<url type="translate">https://hosted.weblate.org/projects/kooha/delineate</url>
<url type="vcs-browser">https://github.com/SeaDve/delineate</url>
<url type="vcs-browser">https://github.com/SeaDve/Delineate</url>
<url type="donation">https://seadve.github.io/donate</url>
<content_rating type="oars-1.0"/>
<releases>
Expand Down
6 changes: 3 additions & 3 deletions src/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pub fn present_window(transient_for: Option<&impl IsA<gtk::Window>>) {
.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();
Expand All @@ -32,7 +32,7 @@ pub fn present_window(transient_for: Option<&impl IsA<gtk::Window>>) {
&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",
Expand Down

0 comments on commit 27444f4

Please sign in to comment.