Re: [PATCH next 11/45] doc: develop: uefi: update link to ipxe git repo
Heinrich Schuchardt <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On 8/25/26 18:49, Quentin Schulz wrote: > From: Quentin Schulz <[email protected]> > > http://git.ipxe.org/ipxe.git redirects to https://github.com/ipxe/ipxe > so let's use the proper link without a redirect in-between. > > Signed-off-by: Quentin Schulz <[email protected]> > --- > doc/develop/uefi/iscsi.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/develop/uefi/iscsi.rst b/doc/develop/uefi/iscsi.rst > index 51d38cde2438..52fa79f35620 100644 > --- a/doc/develop/uefi/iscsi.rst > +++ b/doc/develop/uefi/iscsi.rst > @@ -125,7 +125,7 @@ iPXE > > For running iPXE on arm64 the bin-arm64-efi/snp.efi build target is needed:: > > - git clone http://git.ipxe.org/ipxe.git > + git clone https://github.com/ipxe/ipxe Reviewed-by: Heinrich Schuchardt <[email protected]> > cd ipxe/src > make bin-arm64-efi/snp.efi -j6 EMBED=myscript.ipxe > >