From 3546a049008036bd1bf7411bd260621cec0476d3 Mon Sep 17 00:00:00 2001 From: naturalneuralnet Date: Mon, 13 Nov 2023 23:48:05 +0000 Subject: [PATCH] Fixed README.md dead links, closes #3 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 19d04ce..18a9b34 100644 --- a/README.md +++ b/README.md @@ -89,22 +89,22 @@ Julian epoch is usually denoted as *“J2000.0”*. Transforming from a `datetime` instance to an instance of type `TwoPartDate` preserves a precision better than 2e-2 nanoseconds. This is verified -by running the test program (unit_tests/tpdates1.cpp)[unit_tests/tpdates1.cpp] +by running the test program [unit_tests/tpdates1.cpp](test/unit_tests/tpdates1.cpp) Transforming from a `datetime` instance to an instance of type `TwoPartDate` preserves a precision better than 2e-5 microseconds. This is verified -by running the test program (unit_tests/tpdates2.cpp)[unit_tests/tpdates2.cpp] +by running the test program [unit_tests/tpdates2.cpp](test/unit_tests/tpdates2.cpp) Transforming from a `datetime` instance to an instance of type `TwoPartDate` preserves a precision better than 2e-8 milliseconds. This is verified -by running the test program (unit_tests/tpdates3.cpp)[unit_tests/tpdates3.cpp] +by running the test program [unit_tests/tpdates3.cpp](test/unit_tests/tpdates3.cpp) Transforming from a `datetime` instance to an instance of type `TwoPartDate` preserves a precision better than 2e-12 seconds. This is verified -by running the test program (unit_tests/tpdates4.cpp)[unit_tests/tpdates4.cpp] +by running the test program [unit_tests/tpdates4.cpp](test/unit_tests/tpdates4.cpp) **Transforming from/to Julian Epoch** Transforming from a `TwoPartDate` to a *Julian Epoch* and back, preserves an accuracy of `~1e-5` seconds. This is verified by running the test program -(test/sofa/epj_date.cpp)[test/sofa/epj_date.cpp]. +[test/sofa/epj_date.cpp](test/sofa/epj_date.cpp).