From 57afa0785cfa91b04fe26953794bd75e8ac4242f Mon Sep 17 00:00:00 2001 From: mudongliang Date: Thu, 30 Jul 2015 11:03:46 +0800 Subject: [PATCH] fix invalid url and change the sentence. --- Theory/ELF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theory/ELF.md b/Theory/ELF.md index 325b343..c4362ef 100644 --- a/Theory/ELF.md +++ b/Theory/ELF.md @@ -213,4 +213,4 @@ Program Headers: Here we can see five segments with sections list. All of these sections you can find in the generated linker script at - `arch/x86/kernel/vmlinux.lds`. -That's all. Of course it's not a full description of ELF object format, but if you are interesting in it, you can find documentation - [here](http://downloads.openwatcom.org/ftp/devel/docs/elf-64-gen.pdf) +That's all. Of course it's not a full description of ELF(Executable and Linkable Format), but if you are interested in it, you can find documentation - [here](ftp://ftp.openwatcom.org/pub/devel/docs/elf-64-gen.pdf)