diff --git a/README.md b/README.md
index f0e10668..d44aec9f 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,12 @@
Manage processes and monitor system resources
-[]()
-[]()
+[]()
+[]()
[](https://l10n.elementary.io/engage/desktop/)
-
-
+
+
## Install
@@ -52,7 +52,7 @@ sudo apt install build-essential cmake sassc valac libgtk-3-dev libgee-0.8-dev l
1. Clone:
```bash
- git clone https://github.com/stsdc/monitor
+ git clone https://github.com/elementary/monitor
cd monitor
```
diff --git a/data/io.elementary.monitor.appdata.xml.in b/data/io.elementary.monitor.appdata.xml.in
index 78db37c3..48585dee 100644
--- a/data/io.elementary.monitor.appdata.xml.in
+++ b/data/io.elementary.monitor.appdata.xml.in
@@ -16,16 +16,16 @@
- https://github.com/stsdc/monitor/raw/0.17.2/data/screenshots/monitor-processes.png
+ https://github.com/elementary/monitor/raw/0.17.2/data/screenshots/monitor-processes.png
- https://github.com/stsdc/monitor/0.17.2/master/data/screenshots/monitor-system.png
+ https://github.com/elementary/monitor/raw/0.17.2/data/screenshots/monitor-system.png
Stanisław Dac
- https://github.com/stsdc/monitor
- https://github.com/stsdc/monitor/issues
-https://github.com/stsdc/monitor/issues
+ https://github.com/elementary/monitor
+ https://github.com/elementary/monitor/issues
+ https://github.com/elementary/monitor/issues
diff --git a/src/Widgets/Statusbar/Statusbar.vala b/src/Widgets/Statusbar/Statusbar.vala
index 9c121a52..24f9f0c5 100644
--- a/src/Widgets/Statusbar/Statusbar.vala
+++ b/src/Widgets/Statusbar/Statusbar.vala
@@ -54,7 +54,7 @@ public class Monitor.Statusbar : Gtk.ActionBar {
pack_start (gpu_usage_label);
var support_ua_label = new Gtk.LinkButton.with_label ("http://stand-with-ukraine.pp.ua/", _("🇺🇦"));
- var github_label = new Gtk.LinkButton.with_label ("https://github.com/stsdc/monitor", _("Check on Github"));
+ var github_label = new Gtk.LinkButton.with_label ("https://github.com/elementary/monitor", _("Check on Github"));
var version_label = new Gtk.Label ("%s".printf (VCS_TAG)) {
selectable = true