-
Type:
Documentation task
-
Resolution: Unresolved
-
Priority:
Trivial
-
None
-
Affects Version/s: None
-
Component/s: Documentation (D)
-
None
-
Sprint candidates
The documentation for the Golang SDK package has broken links to its source files.
Steps to reproduce:
Browse to (for example):
https://pkg.go.dev/golang.zabbix.com/[email protected]/log#section-sourcefiles
Try clicking on the hyperlinks for the various source files.
Try clicking on "View all Source files".
Result:
The links just link to the page you're already browsing.
Expected:
The links take you to the actual source code.
e.g. https://git.zabbix.com/projects/AP/repos/plugin-support/browse/log
I did not exhaustively check all the packages but the ones that I did check were all broken.
Side note: Would it be possible to have https://git.zabbix.com/projects/AP mirrored on GitHub? I tend to search there first and didn't realize that git.zabbix.com had additional source code related to running Zabbix.