Skip to content

Commit b53528c

Browse files
slackmoehrleminggo
authored andcommitted
removed old URLs I could not fine, replaced 404 with new URLS (#20398)
removed old URLs I could not fine, replaced 404 with new URLS
1 parent 3ac72c0 commit b53528c

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 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, macOS, Windows and Linux.
1515

1616
**Cocos2d-x Framework Architecture**:
@@ -47,9 +47,9 @@ Download stable versions
4747

4848
Documentations and samples
4949
-------------
50-
* [All Docs in a single place!](http://cocos2d-x.org/docs/)
51-
* [Online API Reference](http://cocos2d-x.org/docs/api-ref/index.html) _Note that Cocos2d-x and Cocos Creator have different API set_
52-
* [Programmers Guide](http://cocos2d-x.org/docs/programmers-guide/2/index.html)
50+
* [All Docs in a single place!](http://docs.cocos2d-x.org/)
51+
* [Online API Reference](http://docs.cocos2d-x.org/api-ref/index.html) _Note that Cocos2d-x and Cocos Creator have different API set_
52+
* [Programmers Guide](https://docs.cocos2d-x.org/cocos2d-x/v4/en/basic_concepts/)
5353
* [Latest Release Note](https://github.com/cocos2d/cocos2d-x/blob/v4/docs/RELEASE_NOTES.md)
5454
* [Changelog](https://github.com/cocos2d/cocos2d-x/blob/v4/CHANGELOG)
5555

@@ -156,11 +156,10 @@ For Android, the Android Studio project file lies in `PROJECT_DIR/proj.android`.
156156
Learning Resources
157157
--------------------------------
158158

159-
* [Programmers Guide](http://cocos2d-x.org/docs/programmers-guide/2/index.html)
160-
* [Sonar Systems Videos](https://www.youtube.com/user/sonarsystemslimited/search?query=cocos2d-x)
159+
* [Programmers Guide](https://docs.cocos2d-x.org/cocos2d-x/v4/en/basic_concepts/)
161160
* [Android Fundamentals](https://developer.android.com/guide/components/fundamentals.html)
162-
* [Make School Tutorials](https://www.makeschool.com/tutorials/)
163161
* [Games From Scratch](http://www.gamefromscratch.com/page/Cocos2d-x-CPP-Game-Programming-Tutorial-Series.aspx)
162+
* [Make School Tutorials](https://github.com/MakeSchool?utf8=✓&q=cocos2d&type=&language=)
164163

165164
Spreading the word!
166165
--------------------------------
@@ -169,18 +168,17 @@ You can help us spread the word about cocos2d-x! We would surely appreciate it!
169168
* Talk about us on Facebook! Our [Facebook Page](https://www.facebook.com/cocos2dx/)
170169
* Tweet, Tweet! Our [Twitter](https://twitter.com/cocos2dx)
171170
* Read our [Blog](http://blog.cocos2d-x.org/) and promote it on your social media.
172-
* Become a [Regional Coordinator](http://discuss.cocos2d-x.org/t/we-need-regional-coordinators/24104)
173171

174172
Where to get help
175173
--------------------------------
176174

177175
* [English Forums](http://discuss.cocos2d-x.org)
178176
* [中文社区](http://forum.cocos.com/c/cocos2d-x)
179177
* [Bug Tracker](https://github.com/cocos2d/cocos2d-x/issues)
180-
* [API Reference](http://cocos2d-x.org/docs/api-ref/index.html).
178+
* [API Reference](http://docs.cocos2d-x.org/api-ref/index.html).
181179
* [Latest Release Note](https://github.com/cocos2d/cocos2d-x/blob/v4/docs/RELEASE_NOTES.md)
182180
* [Changelog](https://github.com/cocos2d/cocos2d-x/blob/v4/CHANGELOG)
183-
* IRC. We are in [Freenode](https://webchat.freenode.net/) in the _#cocos2d_ channel
181+
* [Discord Channel](https://discord.gg/pVqab4K)
184182
* `cpp-tests` project. This project is our basis for testing. Use this project to
185183
learn how we implement the functionality of the engine. This project is located in
186184
__cocos2d-x_root/build.__
@@ -202,8 +200,6 @@ Contact us
202200
* Weibo: [http://t.sina.com.cn/cocos2dx][11]
203201

204202
[1]: http://www.cocos2d-x.org "cocos2d-x"
205-
[2]: http://www.cocos2d-iphone.org "cocos2d for iPhone"
206-
[3]: http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Download
207203
[4]: http://www.cocos2d-x.org/download/version#Cocos2d-x
208204
[5]: http://www.box2d.org "Box2D"
209205
[6]: http://www.chipmunk-physics.net "Chipmunk2D"

0 commit comments

Comments
 (0)