Skip to content

Commit ae7491f

Browse files
author
ShinryakuTako
committed
Update docs
- Standardize the footer
1 parent dbb54bc commit ae7491f

File tree

5 files changed

+21
-19
lines changed

5 files changed

+21
-19
lines changed

Documentation/Coding Conventions & Design Decisions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
----
3838

39-
OctopusKit © 2018 InvadingOctopus.com, github.com/invadingoctopus/octopuskit
40-
[Apache License 2.0][license]
39+
OctopusKit © 2018 [Invading Octopus][website][Apache License 2.0][license][github.com/invadingoctopus/octopuskit][repository]
4140

41+
[repository]: https://github.com/invadingoctopus/octopuskit
42+
[website]: https://invadingoctopus.com
4243
[license]: https://www.apache.org/licenses/LICENSE-2.0.html
43-

Documentation/TODO & Roadmap.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545

4646
----
4747

48-
OctopusKit © 2018 InvadingOctopus.com, github.com/invadingoctopus/octopuskit
49-
[Apache License 2.0][license]
48+
OctopusKit © 2018 [Invading Octopus][website][Apache License 2.0][license][github.com/invadingoctopus/octopuskit][repository]
5049

50+
[repository]: https://github.com/invadingoctopus/octopuskit
51+
[website]: https://invadingoctopus.com
5152
[license]: https://www.apache.org/licenses/LICENSE-2.0.html
52-
53-

Documentation/Tips & Troubleshooting.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ If an entity needs multiple components of the same type but with different param
7676

7777
----
7878

79-
OctopusKit © 2018 InvadingOctopus.com, github.com/invadingoctopus/octopuskit
80-
[Apache License 2.0][license]
79+
OctopusKit © 2018 [Invading Octopus][website][Apache License 2.0][license][github.com/invadingoctopus/octopuskit][repository]
8180

81+
[repository]: https://github.com/invadingoctopus/octopuskit
82+
[website]: https://invadingoctopus.com
8283
[license]: https://www.apache.org/licenses/LICENSE-2.0.html

Documentation/Usage Guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,10 @@ Set the custom class of the scene as `OctopusScene` or a subclass of it. Load th
270270

271271
----
272272

273-
OctopusKit © 2018 InvadingOctopus.com, github.com/invadingoctopus/octopuskit
274-
[Apache License 2.0][license]
273+
OctopusKit © 2018 [Invading Octopus][website] [Apache License 2.0][license] [github.com/invadingoctopus/octopuskit][repository]
275274

275+
[repository]: https://github.com/invadingoctopus/octopuskit
276+
[website]: https://invadingoctopus.com
276277
[license]: https://www.apache.org/licenses/LICENSE-2.0.html
277278

278279
[quickstart-project]: ../../../releases

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Built upon Apple's SpriteKit, GameplayKit and Metal technologies.
77
2. [Overview](#overview)
88
3. [Design Goals](#design-goals)
99
4. [Getting Started](#getting-started)
10-
5. [Etcetera](#etcetera) (license, contact, etc.)
10+
5. [Etcetera](#etcetera) (license, contact etc.)
1111

1212
🚀 *Anxious to dive in? Download the [Quickstart project.][quickstart-project]*
1313

@@ -214,8 +214,14 @@ Set the custom class of the scene as `OctopusScene` or a subclass of it. Load th
214214

215215
----
216216

217-
OctopusKit © 2018 InvadingOctopus.com, github.com/invadingoctopus/octopuskit
218-
[Apache License 2.0][license]
217+
OctopusKit © 2018 [Invading Octopus][website][Apache License 2.0][license][github.com/invadingoctopus/octopuskit][repository]
218+
219+
[repository]: https://github.com/invadingoctopus/octopuskit
220+
[website]: https://invadingoctopus.com
221+
[license]: https://www.apache.org/licenses/LICENSE-2.0.html
222+
[twitter]: https://twitter.com/invadingoctopus
223+
[discord]: https://discord.gg/y3har7D
224+
[patreon]: https://www.patreon.com/invadingoctopus
219225

220226
[quickstart-&-usage-guide]: ./Documentation/Usage%20Guide.md
221227
[quickstart-project]: ../../releases
@@ -226,11 +232,6 @@ OctopusKit © 2018 InvadingOctopus.com, github.com/invadingoctopus/octopuskit
226232
[swift-book]: https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html
227233
[swift-api-guidelines]: https://swift.org/documentation/api-design-guidelines/
228234
[wwdc-610]: https://developer.apple.com/videos/play/wwdc2016-610/?time=137
229-
230235
[composition-over-inheritance]: https://en.wikipedia.org/wiki/Composition_over_inheritance
231236
[entity–component–system]: https://en.wikipedia.org/wiki/Entity–component–system
232237

233-
[patreon]: https://www.patreon.com/invadingoctopus
234-
[twitter]: https://twitter.com/invadingoctopus
235-
[discord]: https://discord.gg/y3har7D
236-
[license]: https://www.apache.org/licenses/LICENSE-2.0.html

0 commit comments

Comments
 (0)