Update URLs to bluesabre.org

This commit is contained in:
Sean Davis 2018-04-11 18:27:21 -04:00
parent e191f30493
commit bd3d2c712f
3 changed files with 5 additions and 5 deletions

View File

@ -22,13 +22,13 @@
</description>
<screenshots>
<screenshot type="default" width="640" height="360">http://screenshots.smdavis.us/mugshot/mugshot.png</screenshot>
<screenshot width="640" height="360">http://screenshots.smdavis.us/mugshot/mugshot-pidgin-sync.png</screenshot>
<screenshot type="default" width="640" height="360">https://screenshots.bluesabre.org/mugshot/mugshot.png</screenshot>
<screenshot width="640" height="360">https://screenshots.bluesabre.org/mugshot/mugshot-pidgin-sync.png</screenshot>
</screenshots>
<url type="homepage">https://launchpad.net/mugshot/</url>
<url type="bugtracker">https://bugs.launchpad.net/mugshot/</url>
<url type="help">http://wiki.smdavis.us/doku.php?id=mugshot-docs</url>
<url type="help">https://wiki.bluesabre.org/doku.php?id=mugshot-docs</url>
<updatecontact>smd-seandavis@ubuntu.com</updatecontact>

View File

@ -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" "."

View File

@ -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."""