From 4f8ad7cea177f09807fe6a0967e09be54287d3f4 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Tue, 17 Feb 2026 14:05:11 -0700 Subject: [PATCH] Add docs and source links to README header Production site link was buried at line 193. Move it to the top where visitors actually look. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ffa0c17..a38d4e0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ An orrery is a clockwork model of the solar system — brass gears turning plane 68 functions. 7 custom types. All `PARALLEL SAFE`. Optional JPL DE440/441 support for sub-arcsecond accuracy; core functions have zero external dependencies at runtime. +**[Documentation](https://pg-orrery.warehack.ing)** · [Source](https://git.supported.systems/warehack.ing/pg_orrery) + ## Installation ### Docker (recommended)