[PATCH 33/45] doc: board/highbank: update links to cxmanage and ipmitool tools
Quentin Schulz <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
From: Quentin Schulz <[email protected]> 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]> --- doc/board/highbank/highbank.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/board/highbank/highbank.rst b/doc/board/highbank/highbank.rst index 654ef8a02699..21d76436b369 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/