From c538eb03362d4044c8bb4c1744547d6c8bcd9769 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 1 Apr 2025 09:00:56 -0600 Subject: [PATCH] docs: add note about archive --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 627164f..d9d82a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # STAPI FastAPI - Sensor Tasking API with FastAPI -WARNING: The whole [STAPI spec] is very much a work in progress, so things are +> [!NOTE] +> This repository has been archived, and the code has been moved to https://github.com/stapi-spec/pystapi/tree/main/stapi-fastapi. + +> [!WARNING] +> The whole [STAPI spec] is very much a work in progress, so things are guaranteed to be not correct. ## Usage