On Fri, Aug 05, 2022 at 10:52:38AM +0000, Huang Shijie wrote: > The aer-inject tree has been moved to: > https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git > Update the links. > > Signed-off-by: Huang Shijie <shijie@xxxxxxxxxxxxxxxxxxxxxx> > --- > v1 --> v2: Modified the commit message and the title. > v2 --> v3: Change the commit message again. > --- > Documentation/PCI/pcieaer-howto.rst | 2 +- > drivers/pci/pcie/Kconfig | 2 +- > drivers/pci/pcie/aer_inject.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/PCI/pcieaer-howto.rst b/Documentation/PCI/pcieaer-howto.rst > index 0b36b9ebfa4b..b31fc9a0edbc 100644 > --- a/Documentation/PCI/pcieaer-howto.rst > +++ b/Documentation/PCI/pcieaer-howto.rst > @@ -294,7 +294,7 @@ After reboot with new kernel or insert the module, a device file named > Then, you need a user space tool named aer-inject, which can be gotten > from: > > - https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ > + https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git/ I don't get it. Both links work fine for me. Do the cgit links redirect to pub/scm, but cgit is deprecated? I'm happy to apply if that's the case, but I'd like a pointer to the reason for the change, e.g., email that says cgit is being deprecated. Bjorn