From cc5341073522d6a3eb9b734b11c938c7e4716d94 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 23 Apr 2024 13:45:43 +1200 Subject: [PATCH] Readme: add webarchive link for lost blog post Signed-off-by: Julian Oes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7077c7..57d766c0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The Python wrapper is based on a gRPC client communicating with the gRPC server - Python 3.7+ is required (because the wrapper is based on [asyncio](https://docs.python.org/3.7/library/asyncio.html)). - You may need to run `pip3` instead of `pip` and `python3` instead of `python`, depending of your system defaults. -- Auterion has a [Getting started with MAVSDK-Python](https://auterion.com/getting-started-with-mavsdk-python/) guide if you're a beginner and not sure where to start. +- Auterion used to have a [Getting started with MAVSDK-Python (web.archive.org)](https://web.archive.org/web/20201211155626/https://auterion.com/getting-started-with-mavsdk-python/) guide if you're a beginner and not sure where to start. ## API Reference docs