Skip to content

Commit 5860e85

Browse files
slackmoehrleminggo
authored andcommitted
fixed broken links, removed outdated links. (#20318)
fixed broken links, removed outdated links.
1 parent ef16d4f commit 5860e85

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cocos2d-x
1010

1111

1212
[cocos2d-x][1] is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications.
13-
It is based on [cocos2d-iphone][2], but instead of using Objective-C, it uses C++.
13+
It is based on cocos2d-iphone, but instead of using Objective-C, it uses C++.
1414
It works on iOS, Android, OS X, Windows, Linux and Web platforms.
1515

1616
**Cocos2d-x Framework Architecture**:
@@ -44,12 +44,11 @@ Download stable versions
4444
-----------------------
4545

4646
* [Cocos2d-x stable versions](http://www.cocos2d-x.org/download)
47-
* [Cocos2d-JS Lite version](http://www.cocos2d-x.org/filecenter/jsbuilder)
4847

4948
How to start a new game
5049
-----------------------
5150

52-
1. Download the code from [cocos2d download site][4] or clone this repo (instructions above)
51+
1. Download the code from [cocos2d download site](http://www.cocos2d-x.org/download) or clone this repo (instructions above)
5352
2. Run `setup.py`
5453
3. Run the `cocos` script
5554

@@ -65,7 +64,7 @@ You can also create a JS project or Lua project with `-l js` or `-l lua`.
6564

6665
### Build and run a new project for Android ###
6766

68-
Cocos2d-x supports Android Studio. Simple open the `proj.android` directory from within the Android Studio environment. More information can be found in our [documentation](http://www.cocos2d-x.org/docs/cocos2d-x/en/installation/Android-Studio.html).
67+
Cocos2d-x supports Android Studio. Simple open the `proj.android` directory from within the Android Studio environment. More information can be found in our [documentation](https://docs.cocos2d-x.org/cocos2d-x/v3/en/installation/Android-Studio.html).
6968

7069
### Build and run a new project for iOS ###
7170

@@ -125,7 +124,7 @@ Documentations and samples
125124
-------------
126125
* [All Docs in a single place!](http://cocos2d-x.org/docs/)
127126
* [Online API Reference](http://cocos2d-x.org/docs/api-ref/index.html) _Note that Cocos2d-x, Cocos2d-JS and Cocos Creator have different API set_
128-
* [Programmers Guide](http://cocos2d-x.org/docs/programmers-guide/2/index.html)
127+
* [Programmers Guide](https://docs.cocos2d-x.org/cocos2d-x/v3/en/basic_concepts/)
129128
* [Latest Release Note](https://github.com/cocos2d/cocos2d-x/blob/v3/docs/RELEASE_NOTES.md)
130129
* [Changelog](https://github.com/cocos2d/cocos2d-x/blob/v3/CHANGELOG)
131130

@@ -167,7 +166,7 @@ Build Requirements
167166
* Mac OS X 10.7+, Xcode 8+
168167
* or Ubuntu 14.04+, CMake 3.1+
169168
* or Windows 7+, VS 2015
170-
* Python 2.7.5+(NOT Python 3)
169+
* Python 2.7.5+ (NOT Python 3)
171170
* NDK r16+ is required to build Android games
172171
* Android Studio 3.0.0+ to build Android games(tested with 3.0.0)
173172
* JRE or JDK 1.6+ is required for web publishing
@@ -246,8 +245,7 @@ Or you can import the project located at `tests/cpp-empty-test/proj.android` usi
246245
Learning Resources
247246
--------------------------------
248247

249-
* [Programmers Guide](http://cocos2d-x.org/docs/programmers-guide/2/index.html)
250-
* [Sonar Systems Videos](https://www.youtube.com/user/sonarsystemslimited/search?query=cocos2d-x)
248+
* [Programmers Guide](https://docs.cocos2d-x.org/cocos2d-x/v3/en/basic_concepts/)
251249
* [Android Fundamentals](https://developer.android.com/guide/components/fundamentals.html)
252250
* [Make School Tutorials](https://www.makeschool.com/tutorials/)
253251
* [Games From Scratch](http://www.gamefromscratch.com/page/Cocos2d-x-CPP-Game-Programming-Tutorial-Series.aspx)
@@ -260,13 +258,6 @@ You can help us spread the word about cocos2d-x! We would surely appreciate it!
260258
* Talk about us on Facebook! Our [Facebook Page](https://www.facebook.com/cocos2dx/)
261259
* Tweet, Tweet! Our [Twitter](https://twitter.com/cocos2dx)
262260
* Read our [Blog](http://blog.cocos2d-x.org/) and promote it on your social media.
263-
* Become a [Regional Coordinator](http://discuss.cocos2d-x.org/t/we-need-regional-coordinators/24104)
264-
265-
See what we are planning!
266-
--------------------------------
267-
You can see exactly what we are planning to do with the Cocos family of products.
268-
269-
* [Cocos2d-x roadmap](https://trello.com/b/Np6obnuE/cocos2d-x-roadmap)
270261

271262
Where to get help
272263
--------------------------------
@@ -299,9 +290,6 @@ Contact us
299290
* Weibo: [http://t.sina.com.cn/cocos2dx][11]
300291

301292
[1]: http://www.cocos2d-x.org "cocos2d-x"
302-
[2]: http://www.cocos2d-iphone.org "cocos2d for iPhone"
303-
[3]: http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Download
304-
[4]: http://www.cocos2d-x.org/download/version#Cocos2d-x
305293
[5]: http://www.box2d.org "Box2D"
306294
[6]: http://www.chipmunk-physics.net "Chipmunk2D"
307295
[7]: http://esotericsoftware.com/ "http://esotericsoftware.com/"

0 commit comments

Comments
 (0)