From 9b52a050ba15ec92a98aa077f785b60065e5c63f Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 4 Oct 2021 15:37:48 +0200 Subject: [PATCH] fix: add missing reference to netxlite's tutorial (#535) See https://github.com/ooni/probe-cli/pull/506 --- internal/tutorial/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/tutorial/README.md b/internal/tutorial/README.md index a66c0a0..e52c01b 100644 --- a/internal/tutorial/README.md +++ b/internal/tutorial/README.md @@ -12,9 +12,10 @@ real OONI code, it should always be up to date. - [Using the measurex package to write network experiments](measurex) +- [Low-level networking using netxlite](netxlite) ## Regenerating the tutorials ``` (cd ./internal/tutorial && go run ./generator) -``` \ No newline at end of file +```