From c079f51953da498e09c8b42aa3505356e111f728 Mon Sep 17 00:00:00 2001 From: Lorenz Bauer Date: Fri, 24 Nov 2023 17:21:44 +0000 Subject: [PATCH] update README to point at ebpf-go.dev Signed-off-by: Lorenz Bauer --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2bcda002..b36f8c0be 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ ecosystem. ## Getting Started -A small collection of Go and eBPF programs that serve as examples for building -your own tools can be found under [examples/](examples/). +Please take a look at our [Getting Started] guide. [Contributions](https://ebpf-go.dev/contributing) are highly encouraged, as they highlight certain use cases of eBPF and the library, and help shape the future of the project. @@ -69,3 +68,5 @@ MIT ### eBPF Gopher The eBPF honeygopher is based on the Go gopher designed by Renee French. + +[Getting Started]: https://ebpf-go.dev/guides/getting-started/