Skip to content

Commit 32968e1

Browse files
nmariuspredstrate
authored andcommitted
https://apps.kde.org/umbrello is a better homepage, https://umbrello.kde.org does not work
1 parent 393914e commit 32968e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ UML lets you create models of object oriented software systems in a
44
standard language.
55

66
For more information on Umbrello see the website at
7-
http://umbrello.kde.org
7+
https://apps.kde.org/umbrello
88
including the handbook which contains a tutorial on UML and Umbrello.
99

1010
For installation instructions read INSTALL.

umbrello/docgenerators/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
4646
KAboutData aboutData("umbodoc", 0, ki18n("Umbrello UML Modeller autonomous code generator"),
4747
umbrelloVersion(), ki18n(description), KAboutData::License_GPL,
4848
ki18n("(c) 2006 Gael de Chalendar (aka Kleag), (c) 2002-2006 Umbrello UML Modeller Authors"), KLocalizedString(),
49-
"http://umbrello.kde.org/");
49+
"https://apps.kde.org/umbrello");
5050
aboutData.addAuthor(ki18n("Gael de Chalendar (aka Kleag)"),KLocalizedString(), "kleag@free.fr");
5151
aboutData.addAuthor(ki18n("Umbrello UML Modeller Authors"), KLocalizedString(), "umbrello-devel@kde.org");
5252
KCmdLineArgs::init(argc, argv, &aboutData);

umbrello/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
122122
KAboutLicense::GPL, // licenseType
123123
i18n("Copyright © 2001 Paul Hensgen,\nCopyright © 2002-2022 Umbrello UML Modeller Authors"),
124124
QString(), // otherText
125-
"http://umbrello.kde.org/"); // homePageAddress
125+
"https://apps.kde.org/umbrello"); // homePageAddress
126126

127127
aboutData.addAuthor(QStringLiteral("Paul Hensgen"), i18n("Author of initial version."), "phensgen@users.sourceforge.net");
128128
aboutData.addAuthor(i18n("Umbrello UML Modeller Authors"), QString(), "umbrello-devel@kde.org");

umbrello/org.kde.umbrello.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<li xml:lang="zh-TW">支援數種類型的圖表:使用範例、類、序列、協作、狀態、活動、組件、佈署、實體關係</li>
208208
</ul>
209209
</description>
210-
<url type="homepage">https://umbrello.kde.org</url>
210+
<url type="homepage">https://apps.kde.org/umbrello</url>
211211
<url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=umbrello</url>
212212
<url type="help">https://docs.kde.org/?application=umbrello</url>
213213
<url type="donation">https://www.kde.org/community/donations/?app=umbrello&amp;source=appdata</url>

0 commit comments

Comments
 (0)