Git commit 26b1efac94f3c47063d43ac8f29d763d3886800c by Friedrich W. H. Kossebau. Committed on 04/01/2019 at 22:50. Pushed by kossebau into branch 'master'.
Use more https in links (and update outdated ones) M +3 -3 README M +2 -2 doc/en_US/index.docbook M +1 -1 src/part/org.kde.libkgraphviewer.metainfo.xml.in https://commits.kde.org/kgraphviewer/26b1efac94f3c47063d43ac8f29d763d3886800c diff --git a/README b/README index 02c9111..46eeb24 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ KGraphViewer is a Graphviz DOT graph file viewer. -http://extragear.kde.org/apps/kgraphviewer/ +https://www.kde.org/applications/graphics/kgraphviewer/ Copyright (C) 2005-2007 Gaël de Chalendar <[email protected]> KGraphViewer is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ in an experimental DOT graphs editor called kgrapheditor released with in this package. I used, in this program, code from the profiling tool kcachegrind - (http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex). + (https://kcachegrind.github.io/). For printing, I reused code from the KDE project koffice, namely Kexi, the database editor. @@ -48,7 +48,7 @@ Kgraphviewer is available as source from the KDE repository. As usual, comments, bug reports and any help are very welcome ! -Please report bugs or install problems directly on http://bugs.kde.org. +Please report bugs or install problems directly on https://bugs.kde.org. Thanks. diff --git a/doc/en_US/index.docbook b/doc/en_US/index.docbook index 70d3e1a..529c228 100644 --- a/doc/en_US/index.docbook +++ b/doc/en_US/index.docbook @@ -1,7 +1,7 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY graphviz "<application><ulink url="http://www.graphviz.org">Graphviz</ulink></application>"> - <!ENTITY boost "<ulink url="http://www.boost.org">Boost</ulink>"> + <!ENTITY graphviz "<application><ulink url="https://www.graphviz.org">Graphviz</ulink></application>"> + <!ENTITY boost "<ulink url="https://www.boost.org">Boost</ulink>"> <!ENTITY qanava "<application>Qanava</application>"> <!ENTITY kcachegrind "<application>KCacheGrind</application>"> <!--not in kdoctools 5.16--> <!ENTITY dot "<application>DOT</application>"> diff --git a/src/part/org.kde.libkgraphviewer.metainfo.xml.in b/src/part/org.kde.libkgraphviewer.metainfo.xml.in index b21ac18..d745d32 100644 --- a/src/part/org.kde.libkgraphviewer.metainfo.xml.in +++ b/src/part/org.kde.libkgraphviewer.metainfo.xml.in @@ -54,7 +54,7 @@ <summary xml:lang="tr">Graphviz DOT graf görüntüleyici (paylaşımlı kitaplık)</summary> <summary xml:lang="uk">Програма для перегляду графів DOT Graphviz (бібліотека спільного використання)</summary> <summary xml:lang="x-test">xxA Graphviz DOT graph viewer (shared library)xx</summary> - <url type="homepage">http://extragear.kde.org/apps/kgraphviewer/</url> + <url type="homepage">https://www.kde.org/applications/graphics/kgraphviewer/</url> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=kgraphviewer</url> <project_group>KDE</project_group> <provides>
