diff --git a/data/appdata/mugshot.appdata.xml.in b/data/appdata/mugshot.appdata.xml.in index 9d9e939..cc0e16a 100644 --- a/data/appdata/mugshot.appdata.xml.in +++ b/data/appdata/mugshot.appdata.xml.in @@ -22,13 +22,13 @@ - http://screenshots.smdavis.us/mugshot/mugshot.png - http://screenshots.smdavis.us/mugshot/mugshot-pidgin-sync.png + https://screenshots.bluesabre.org/mugshot/mugshot.png + https://screenshots.bluesabre.org/mugshot/mugshot-pidgin-sync.png https://launchpad.net/mugshot/ https://bugs.launchpad.net/mugshot/ - http://wiki.smdavis.us/doku.php?id=mugshot-docs + https://wiki.bluesabre.org/doku.php?id=mugshot-docs smd-seandavis@ubuntu.com diff --git a/mugshot.1 b/mugshot.1 index 7a43325..5202ce6 100644 --- a/mugshot.1 +++ b/mugshot.1 @@ -24,7 +24,7 @@ Show debug messages (\fB\-vv\fR debugs mugshot_lib also) The full documentation for .B mugshot is maintained online at -.URL "https://wiki.smdavis.us/doku.php?id=mugshot-docs" "the authors documentation portal" "." +.URL "https://wiki.bluesabre.org/doku.php?id=mugshot-docs" "the authors documentation portal" "." .SH BUGS Please report bugs at .URL "https://bugs.launchpad.net/mugshot" "the Mugshot Bugs page" "." diff --git a/mugshot_lib/Window.py b/mugshot_lib/Window.py index c1b22f9..dba8398 100644 --- a/mugshot_lib/Window.py +++ b/mugshot_lib/Window.py @@ -71,7 +71,7 @@ class Window(Gtk.Window): def on_help_activate(self, widget, data=None): """Show the Help documentation when Help is clicked.""" - show_uri(self, "http://wiki.smdavis.us/doku.php?id=mugshot-docs") + show_uri(self, "https://wiki.bluesabre.org/doku.php?id=mugshot-docs") def on_menu_camera_activate(self, widget, data=None): """Display the camera window for mugshot."""