From 85c4f3e917667dc7e901843d1d1bfac874a2b67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Wed, 20 Mar 2024 11:36:43 +0100 Subject: [PATCH] README: update link to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 255c121..0571289 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains a python package to parse ULog files and scripts to convert and display them. ULog is a self-describing logging format which is -documented [here](https://dev.px4.io/en/log/ulog_file_format.html). +documented [here](https://docs.px4.io/main/en/dev_log/ulog_file_format.html). The provided [command line scripts](#scripts) are: - `ulog_info`: display information from an ULog file.