From f64b0a2b550d1ec9cf33b6001b5d18bd31ed7d0b Mon Sep 17 00:00:00 2001 From: Anita Graser Date: Sun, 12 Jul 2026 18:32:20 +0200 Subject: [PATCH] Fix failing links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b33260d..c74219f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![MEOS Logo](https://raw.githubusercontent.com/MobilityDB/PyMEOS/master/docs/images/PyMEOS%20Logo.png) -[MEOS (Mobility Engine, Open Source)](https://www.libmeos.org/) is a C library which enables the manipulation of +[MEOS (Mobility Engine, Open Source)](https://github.com/MobilityDB/MEOS) is a C library which enables the manipulation of temporal and spatio-temporal data based on [MobilityDB](https://mobilitydb.com/)'s data types and functions. PyMEOS CFFI is a Python library that wraps the MEOS C library using CFFI, providing a set of python functions @@ -10,7 +10,7 @@ that allows to use all MEOS functionality while automatically taking care of con This library is not meant to be used directly by the user, since most of the functions receive or return C objects (CFFI's `cdata` type). -The [PyMEOS](../pymeos) library is built on top of this library and exposes all the functionality +The [PyMEOS](https://github.com/MobilityDB/PyMEOS/) library is built on top of this library and exposes all the functionality of MEOS through a set of Python classes. # Usage @@ -26,6 +26,6 @@ If the pre-built distribution is not available for your system, `pip` will try t need to make sure you have the following requirements: - C compiler -- [MEOS Library](https://www.libmeos.org/) +- [MEOS Library](https://github.com/MobilityDB/MEOS) -If the installation fails, you can submit an issue in the [PyMEOS issue tracker](https://github.com/MobilityDB/PyMEOS/issues) \ No newline at end of file +If the installation fails, you can submit an issue in the [PyMEOS issue tracker](https://github.com/MobilityDB/PyMEOS/issues)