Bug 253134 - navigation links are not working on https://docs.freebsd.org/ru/
Summary: navigation links are not working on https://docs.freebsd.org/ru/
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-31 17:11 UTC by Wolfram Schneider
Modified: 2021-02-07 06:39 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schneider freebsd_committer freebsd_triage 2021-01-31 17:11:32 UTC
On the page https://docs.freebsd.org/ru/

in Section "About" 

the links are not working, e.g.
https://www-dev.freebsd.org/rufeatures

Apparently, the script which generate the links forgot a slash, it should be
https://www-dev.freebsd.org/ru/features/
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-07 05:07:05 UTC
A commit in branch main references this bug:

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

commit ebd47aa1348a950b3129727a5490c667f3755636
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-02-07 05:05:13 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-02-07 05:05:13 +0000

    Use production setting

    PR:             253134
    Reported by:    wosch
    Approved by:    carlavilla (implicitly)

 documentation/config/_default/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-02-07 06:39:17 UTC
A commit in branch main references this bug:

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

commit ace7a25543bbe2ef76b4fbb0a67d13f731915360
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-02-07 06:37:25 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-02-07 06:37:25 +0000

    Fix navigation links on i18n pages

    PR:             253134
    Reported by:    wosch
    Approved by:    carlavilla (implicitly)

 .../beastie/layouts/partials/site-navigation.html  | 38 +++++++++++-----------
 1 file changed, 19 insertions(+), 19 deletions(-)