about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-03 11:48:03 +0200
committerEmile <hanemile@protonmail.com>2019-09-03 11:48:03 +0200
commitfd0e5895c05642d395a4f86688e591a1ff7128fe (patch)
treebca7932b6531474310ad48fd722dbb1f2a5f4510
parent10e6df2107b7792de7a07272cd4488ec90be8f36 (diff)
updated the package comment
-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