diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2023-09-20 14:26:29 +0800 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2023-09-20 14:26:29 +0800 |
commit | 84fafe9810350be1583d57cd6b2f44841ad7f336 (patch) | |
tree | 0b877b83b19d4bc174dc3669212e5483908987dd /Documentation/arch | |
parent | 99e5a2472a506d9dc6fe54863bf6c5b43bc25a97 (diff) | |
download | linux-starfive-84fafe9810350be1583d57cd6b2f44841ad7f336.tar.gz linux-starfive-84fafe9810350be1583d57cd6b2f44841ad7f336.tar.bz2 linux-starfive-84fafe9810350be1583d57cd6b2f44841ad7f336.zip |
docs/LoongArch: Update the links of ABI
The current links of ABI can not be found for some time, let us fix
the broken links.
By the way, the latest and official ABI documentation releases are
available at https://github.com/loongson/la-abi-specs, but there are
no Chinese and pdf versions for now, so just do the minimal changes
to update the links so that they can be found, hope there are stable
links in the future.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'Documentation/arch')
-rw-r--r-- | Documentation/arch/loongarch/introduction.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/arch/loongarch/introduction.rst b/Documentation/arch/loongarch/introduction.rst index 49135d451ced..8c568cfc2107 100644 --- a/Documentation/arch/loongarch/introduction.rst +++ b/Documentation/arch/loongarch/introduction.rst @@ -381,9 +381,9 @@ Documentation of LoongArch ISA: Documentation of LoongArch ELF psABI: - https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.00-CN.pdf (in Chinese) + https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.01-CN.pdf (in Chinese) - https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.00-EN.pdf (in English) + https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.01-EN.pdf (in English) Linux kernel repository of Loongson and LoongArch: |