Skip to content

Commit

Permalink
Fix the link in basic02-prog-by-name/README.org
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Matin <admatinm@gmail.com>
  • Loading branch information
shiponcs authored and tohojo committed Mar 21, 2024
1 parent 6e7565e commit 4c6a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic02-prog-by-name/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c6a67f

Please sign in to comment.