summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2026-08-27 21:53:01 +0200
committerHeinrich Schuchardt <[email protected]>2026-08-29 06:41:35 +0200
commitcbbead5525fea9cc00b5c6502db063bbb46a2090 (patch)
tree3a9354ea211db264a48dfa62acc4dff67715fd2a
parent1a0d76fba120c609000c14f4fa28b25232c1331c (diff)
doc: board/highbank: update links to cxmanage and ipmitool tools
Both repos on GitHub do not exist anymore. ipmitool is still packaged in distros and they point at sourceforge as the source, which itself says development is happening on codeberg now. For cxmanage, it's unclear where the source code resides as no distro packages it. There is a cxmanage package on PyPI and they list maintainers that are also maintainers of pyipmi, so I guess this is good enough. Signed-off-by: Quentin Schulz <[email protected]>
-rw-r--r--doc/board/highbank/highbank.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/highbank/highbank.rst b/doc/board/highbank/highbank.rst
index 654ef8a0269..21d76436b36 100644
--- a/doc/board/highbank/highbank.rst
+++ b/doc/board/highbank/highbank.rst
@@ -73,6 +73,6 @@ existing U-Boot, and execute it with bootm::
=> tftpboot 0x8000 u-boot-highbank.img
=> bootm
-.. _`ipmitool`: https://github.com/Cynerva/ipmitool
+.. _`ipmitool`: https://codeberg.org/IPMITool/ipmitool
.. _`pyipmi`: https://pypi.org/project/pyipmi/
-.. _`management script`: https://github.com/Cynerva/cxmanage
+.. _`management script`: https://pypi.org/project/cxmanage/