From e516adad18d0ba5b25e19bb9e3922dd9f5630ed7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Jonglez?= <clement@jonglez.space>
Date: Mon, 15 Jul 2024 10:38:37 +0200
Subject: [PATCH] README.md change link to Orekit doc to latest version

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d28cb5f..7f90bb1 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 An alternative implementation of orekit python wrapper based on Jpype and stubs generated by stubgenj. The interface is largely similar to the original JCC wrapped orekit version which is a more capable wrapper as it can subclass java classes, which Jpype cannot. The Jpype version is however easy to install, use and for most purposes sufficient.
 
-Orekit (https://www.orekit.org/) is a low level library for space flight dynamics and is written in Java. The java API is located at: https://www.orekit.org/site-orekit-12.0.2/apidocs/index.html
+Orekit (https://www.orekit.org/) is a low level library for space flight dynamics and is written in Java. The java API is located at: https://www.orekit.org/site-orekit-latest/apidocs/index.html
 
 The original Orekit python wrapper based on JCC is located at:
 https://gitlab.orekit.org/orekit-labs/python-wrapper/-/wikis/home
-- 
GitLab