Bug 255165 - broken link to the newsflash page in zh-tw
Summary: broken link to the newsflash page in zh-tw
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Sergio Carlavilla Delgado
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-18 01:29 UTC by Ruey-Cherng Yu
Modified: 2021-05-16 07:55 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruey-Cherng Yu freebsd_committer freebsd_triage 2021-04-18 01:29:41 UTC
the link from news items to the newsflash page in zh-tw was broken after the transition to Hugo/Asscidoctor
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-05-16 07:54:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=23babb1f54c9bb09d3ed8b97092a4f37d240bf7c

commit 23babb1f54c9bb09d3ed8b97092a4f37d240bf7c
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-05-16 07:47:14 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2021-05-16 07:53:02 +0000

    Fix broken links in main page for i18n

    In i18n sites the links for more news, press, events and
    security advisories and notices are broken.

    Also add events, news, press and security pages for zh-tw

    PR:             255165
    Submitted by:   rcyu@

 website/content/zh-tw/events/_index.adoc (new)     | 10 +++++++++
 website/content/zh-tw/news/_index.adoc (new)       | 26 ++++++++++++++++++++++
 website/content/zh-tw/news/newsflash.adoc (new)    | 21 +++++++++++++++++
 website/content/zh-tw/press/_index.adoc (new)      | 10 +++++++++
 .../content/zh-tw/security/advisories.adoc (new)   | 11 +++++++++
 website/content/zh-tw/security/notices.adoc (new)  |  9 ++++++++
 website/themes/beastie/layouts/index.html          | 17 +++++++++-----
 7 files changed, 99 insertions(+), 5 deletions(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2021-05-16 07:55:37 UTC
Fixed!