summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-02-21 15:11:00 +0200
committerAntti Kokko <antti.kokko@qt.io>2019-02-22 05:58:36 +0000
commitd8fac17d1160278b4d10bafadba9e66e9bdd80a7 (patch)
treec709a51c5b7f12acfacd33e71943855eb2c3be1a /src
parentaf7859c49212976606b0eeb7a0323d6d42e0b335 (diff)
createchangelog: update bug tracker and documentation URLs
Change-Id: I3106372c3a258d2f6bbc0924a8a376e3bbbaeaef Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/createchangelog/main.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/createchangelog/main.go b/src/createchangelog/main.go
index 7fc82a58..1d40d7c3 100644
--- a/src/createchangelog/main.go
+++ b/src/createchangelog/main.go
@@ -298,7 +298,7 @@ const minorVersionHeader = `Qt {{.CurrentVersion.Major}}.{{.CurrentVersion.Minor
over the {{.LastVersion.Major}}.{{.LastVersion.Minor}}.x series. For more details, refer to the online documentation
included in this distribution. The documentation is also available online:
- http://qt-project.org/doc/qt-{{.CurrentVersion.Major}}
+ https://doc.qt.io/qt-{{.CurrentVersion.Major}}/index.html
The Qt version {{.CurrentVersion.Major}}.{{.CurrentVersion.Minor}} series is binary compatible with the {{.LastVersion.Major}}.{{.LastVersion.Minor}}.x series.
Applications compiled for {{.LastVersion.Major}}.{{.LastVersion.Minor}} will continue to run with {{.CurrentVersion.Major}}.{{.CurrentVersion.Minor}}.
@@ -306,7 +306,7 @@ Applications compiled for {{.LastVersion.Major}}.{{.LastVersion.Minor}} will con
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker:
- http://bugreports.qt-project.org/
+ https://bugreports.qt.io/
Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.
@@ -327,7 +327,7 @@ compatibility (source and binary) with Qt {{.LastVersion.Major}}.{{.LastVersion.
For more details, refer to the online documentation included in this
distribution. The documentation is also available online:
- http://qt-project.org/doc/qt-{{.CurrentVersion.Major}}.{{.CurrentVersion.Minor}}
+ https://doc.qt.io/qt-{{.CurrentVersion.Major}}.{{.CurrentVersion.Minor}}/index.html
The Qt version {{.CurrentVersion.Major}}.{{.CurrentVersion.Minor}} series is binary compatible with the {{.PreviousMinorVersion.Major}}.{{.PreviousMinorVersion.Minor}}.x series.
Applications compiled for {{.PreviousMinorVersion.Major}}.{{.PreviousMinorVersion.Minor}} will continue to run with {{.CurrentVersion.Major}}.{{.CurrentVersion.Minor}}.
@@ -335,7 +335,7 @@ Applications compiled for {{.PreviousMinorVersion.Major}}.{{.PreviousMinorVersio
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker:
- http://bugreports.qt-project.org/
+ https://bugreports.qt.io/
Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.