Skip to content

Commit 6581979

Browse files
committedApr 9, 2017
Link to NASAs Apollo 11 mission overview, closes chrislgarry#287
1 parent d69771e commit 6581979

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed
 

‎README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Apollo-11
2-
[![NASA][6]]()
2+
[![NASA][1]][2]
33

44
*Available in: [English][EN], [简体中文][ZH_CN], [正體中文][ZH_TW].*
55

66
Original Apollo 11 guidance computer (AGC) source code for Command
77
Module (Comanche055) and Lunar Module (Luminary099). Digitized by
8-
the folks at [Virtual AGC][0] and [MIT Museum][1]. The goal is to be
8+
the folks at [Virtual AGC][3] and [MIT Museum][4]. The goal is to be
99
a repo for the original Apollo 11 source code. As such, PRs are
1010
welcome for any issues identified between the transcriptions in this
11-
repository and the original source scans for [Luminary 099][2] and
12-
[Comanche 055][3], as well as any files I may have missed.
11+
repository and the original source scans for [Luminary 099][5] and
12+
[Comanche 055][6], as well as any files I may have missed.
1313

1414
## Contributing
15-
Please read [CONTRIBUTING.md][4] before opening a pull request.
15+
Please read [CONTRIBUTING.md][7] before opening a pull request.
1616

1717
## Compiling
1818
If you are interested in compiling the original source code, check
19-
out [Virtual AGC][5].
19+
out [Virtual AGC][8].
2020

2121
## Attribution
2222
```plain
@@ -97,10 +97,11 @@ APPROVED: RALPH R. RAGAN DATE: 28 MAR 69
9797
[EN]:README.md
9898
[ZH_CN]:README.zh_cn.md
9999
[ZH_TW]:README.zh_tw.md
100-
[0]:http://www.ibiblio.org/apollo/
101-
[1]:http://web.mit.edu/museum/
102-
[2]:http://www.ibiblio.org/apollo/ScansForConversion/Luminary099/
103-
[3]:http://www.ibiblio.org/apollo/ScansForConversion/Comanche055/
104-
[4]:https://github.com/chrislgarry/Apollo-11/blob/master/CONTRIBUTING.md
105-
[5]:https://github.com/rburkey2005/virtualagc
106-
[6]:https://cdn.rawgit.com/aleen42/badges/c9246f74/src/nasa.svg
100+
[1]:https://cdn.rawgit.com/aleen42/badges/c9246f74/src/nasa.svg
101+
[2]:https://www.nasa.gov/mission_pages/apollo/missions/apollo11.html
102+
[3]:http://www.ibiblio.org/apollo/
103+
[4]:http://web.mit.edu/museum/
104+
[5]:http://www.ibiblio.org/apollo/ScansForConversion/Luminary099/
105+
[6]:http://www.ibiblio.org/apollo/ScansForConversion/Comanche055/
106+
[7]:https://github.com/chrislgarry/Apollo-11/blob/master/CONTRIBUTING.md
107+
[8]:https://github.com/rburkey2005/virtualagc

‎README.zh_cn.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 阿波罗11号
2-
[![NASA][6]]()
2+
[![NASA][1]][2]
33

44
*Available in: [English](README.md), [简体中文](README.zh_cn.md), [正體中文](README.zh_tw.md).*
55

@@ -78,4 +78,5 @@
7878
INSTRUMENTATION LABORATORY
7979
```
8080

81-
[6]:https://cdn.rawgit.com/aleen42/badges/c9246f74/src/nasa.svg
81+
[1]:https://cdn.rawgit.com/aleen42/badges/c9246f74/src/nasa.svg
82+
[2]:https://www.nasa.gov/mission_pages/apollo/missions/apollo11.html

‎README.zh_tw.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 阿波羅11號
2-
[![NASA][6]]()
2+
[![NASA][1]][2]
33

44
*Available in: [English](README.md), [简体中文](README.zh_cn.md), [正體中文](README.zh_tw.md).*
55

@@ -79,4 +79,5 @@
7979
美國實驗儀器公司
8080
```
8181

82-
[6]:https://cdn.rawgit.com/aleen42/badges/c9246f74/src/nasa.svg
82+
[1]:https://cdn.rawgit.com/aleen42/badges/c9246f74/src/nasa.svg
83+
[2]:https://www.nasa.gov/mission_pages/apollo/missions/apollo11.html

0 commit comments

Comments
 (0)
Please sign in to comment.