From 0f7f85b567f235a0e574b5a5af2e612330976e84 Mon Sep 17 00:00:00 2001 From: somas95 Date: Tue, 12 Jun 2018 20:24:40 +0200 Subject: [PATCH] update webpage --- flatpak/de.wolfvollprecht.UberWriter.appdata.xml | 2 +- lipsum.md | 2 +- uberwriter_lib/AppWindow.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flatpak/de.wolfvollprecht.UberWriter.appdata.xml b/flatpak/de.wolfvollprecht.UberWriter.appdata.xml index 68846ff..2906601 100644 --- a/flatpak/de.wolfvollprecht.UberWriter.appdata.xml +++ b/flatpak/de.wolfvollprecht.UberWriter.appdata.xml @@ -35,6 +35,6 @@ CC0-1.0 GPL-3.0+ - http://uberwriter.wolfvollprecht.de/ + http://uberwriter.github.io/uberwriter \ No newline at end of file diff --git a/lipsum.md b/lipsum.md index 2fdba79..813eaf2 100644 --- a/lipsum.md +++ b/lipsum.md @@ -4,7 +4,7 @@ asdja kdja dskj $\frac{1}{2} + 1 12+2=14$ Testing more input whatt. -[](http://www.wolfvollprecht.de/) +[](http://uberwriter.github.io/uberwriter) [](http://google.com) ![Insert image title here](/home/wolf/Pictures/IMG_20130901_152337.jpg) diff --git a/uberwriter_lib/AppWindow.py b/uberwriter_lib/AppWindow.py index 494eb0b..58c0bbe 100644 --- a/uberwriter_lib/AppWindow.py +++ b/uberwriter_lib/AppWindow.py @@ -174,7 +174,7 @@ class Application(Gtk.Application): about_dialog.set_version("2.0") about_dialog.set_copyright("Copyright (C) 2018, Wolf Vollprecht") about_dialog.set_license_type(Gtk.License.GPL_3_0) - about_dialog.set_website("Uberwriter website http://uberwriter.wolfvollprecht.de") + about_dialog.set_website("Uberwriter website http://uberwriter.github.io/uberwriter") about_dialog.set_authors(["Wolf Vollprecht ", "Manuel Genovés "])