Skip to content

Commit 22e6fb9

Browse files
committed
Update README with links to Internet Drafts
Signed-off-by: Dave Thaler <[email protected]>
1 parent b23a8fe commit 22e6fb9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ to be published by the eBPF Foundation in PDF format.
55

66
Instruction Set Architecture:
77

8+
* [Most recent Internet-Draft submitted](https://datatracker.ietf.org/doc/html/draft-thaler-bpf-isa-00)
89
* [Current draft PDF](https://github.com/ebpffoundation/ebpf-docs/blob/pdf/instruction-set.pdf).
910
* [Current Internet-Draft working copy](https://htmlpreview.github.io/?https://raw.githubusercontent.com/ebpffoundation/ebpf-docs/pdf/draft-thaler-bpf-isa.html)
1011

1112
ELF File Format:
1213

14+
* [Most recent Internet-Draft submitted](https://datatracker.ietf.org/doc/html/draft-thaler-bpf-elf-00)
1315
* [Current Internet-Draft working copy](https://htmlpreview.github.io/?https://raw.githubusercontent.com/ebpffoundation/ebpf-docs/pdf/draft-thaler-bpf-elf.html)
1416

15-
The authoritative source from which these are built is expected to be
16-
in the Linux kernel.org repository, but not be Linux specific.
17+
The authoritative sources from which these are built are
18+
in the Linux kernel.org repository, but are not Linux specific.
1719

18-
A GitHub mirror should be used, as is presently done for libbpf and
20+
A GitHub mirror is used, as is done for libbpf and
1921
bpftool, so that other platforms and tools can easily use it.
2022
As such, the documentation uses the subset of RST that GitHub
2123
renders correctly.

0 commit comments

Comments
 (0)