about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--TLE.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/TLE.go b/TLE.go
index 96f5c11..95b0a55 100644
--- a/TLE.go
+++ b/TLE.go
@@ -1,9 +1,7 @@
 /*
 Package tle implementing the "Two-line element set (TLE)", a data format encoding orbital elements of Earth-orbiting objects.
 
-More information can be found here:
-- https://en.wikipedia.org/wiki/Two-line_element_set
-- https://spaceflight.nasa.gov/realdata/sightings/SSapplications/Post/JavaSSOP/SSOP_Help/tle_def.html
+More information can be found in the wikipedia article: (https://en.wikipedia.org/wiki/Two-line_element_set) and in the official NASA documentation: (https://spaceflight.nasa.gov/realdata/sightings/SSapplications/Post/JavaSSOP/SSOP_Help/tle_def.html)
 
 */
 package tle