https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293682
Bug ID: 293682
Summary: https://docs.freebsd.org/en/books/handbook/jails/:
incorrect links to CBSD
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Books & Articles
Assignee: [email protected]
Reporter: [email protected]
The link to the "Documentation" for the CBSD is incorrect — this resource and
domain no longer belong to the project. Please replace
https://www.bsdstore.ru/en/docs.html to the official one:
https://github.com/cbsd/cbsd
grep -R www.bsdstore.ru https://github.com/freebsd/freebsd-doc.git:
```
documentation/content/ru/books/handbook/jails/_index.po:msgid
"link:https://www.bsdstore.ru/en/docs.html[Documentation]"
documentation/content/ru/books/handbook/jails/_index.po:msgstr
"link:https://www.bsdstore.ru/en/docs.html[Документация]"
documentation/content/ru/books/handbook/jails/_index.adoc:|
link:https://www.bsdstore.ru/en/docs.html[Документация]
documentation/content/en/books/handbook/jails/_index.adoc:|
link:https://www.bsdstore.ru/en/docs.html[Documentation]
documentation/content/en/books/handbook/jails/_index.po:msgid
"link:https://www.bsdstore.ru/en/docs.html[Documentation]"
```
PS: (To check) The port points to the correct location:
```
grep ^WWW /usr/ports/sysutils/cbsd/Makefile
WWW= https://github.com/cbsd/cbsd
```
Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.