diff --git a/basic02-prog-by-name/README.org b/basic02-prog-by-name/README.org index 1285154e..791ad02b 100644 --- a/basic02-prog-by-name/README.org +++ b/basic02-prog-by-name/README.org @@ -46,7 +46,7 @@ Let's look at practical usage of libxdp and libbpf. ** Creating an XDP Program -In file:xdp_loader.c the function =xdp_program__create()= is used to create +In [[file:xdp_loader.c]] the function =xdp_program__create()= is used to create an =xdp_program= object, in this case by loading the program from an ELF file. The struct =xdp_program= represents a single XDP program that can be configured and attached to an XDP hook.