diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-07-24 15:22:56 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-07-24 15:22:56 +0200 |
commit | a61e957113f6f08fbf9cf5837ac4f29dbc950003 (patch) | |
tree | c8c78a678791555456b767c565118d79a334fc16 /template/en | |
parent | edea6b841633c154ebb7f85917db1597a118a86c (diff) | |
download | bugzilla-a61e957113f6f08fbf9cf5837ac4f29dbc950003.tar.gz bugzilla-a61e957113f6f08fbf9cf5837ac4f29dbc950003.tar.xz |
[Bug 883719] Fix a broken link in release notes
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index f4c6f4416..62f488057 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -39,9 +39,9 @@ <p>If you're upgrading, make sure to read <a href="#v44_upgrading">Notes On Upgrading From a Previous Version</a>. If you are upgrading from a release before 4.2, make sure to read the release notes for all the - <a href="#v44_previous">previous versions</a> in between your version and - this one, <strong>particularly the Upgrading section of each version's - release notes</strong>.</p> + <a href="http://www.bugzilla.org/releases/">previous versions</a> in between + your version and this one, <strong>particularly the Upgrading section of each + version's release notes</strong>.</p> <h2 id="v44_point">Updates in this 4.4.x Release</h2> |