Skip to content

Commit b7da718

Browse files
committed
January update fixes.
1 parent 887a174 commit b7da718

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/CheckLinks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Install awesome_bot
1919
run: gem install awesome_bot
2020
- name: Run awesome_bot
21-
run: awesome_bot README.md --allow-redirect --set-timeout 180 --skip-save-results --allow 429 --allow-ssl -w reddit
21+
run: awesome_bot README.md --allow-redirect --set-timeout 180 --skip-save-results --allow 429,403,401 --allow-ssl -w derek

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,6 @@ Maintained by [Fronkon Games](https://github.com/FronkonGames).
834834
* Modern 2D techniques ([youtube](https://www.youtube.com/watch?v=bUGbXThraVM)).
835835
* Unity 5 - Intro to Lighting and Rendering ([link](http://unity3d.com/es/learn/tutorials/modules/beginner/graphics/lighting-and-rendering)).
836836
* Unity best practices ([link](http://www.glenstevens.ca/unity3d-best-practices/)).
837-
* Infinite terrain generation in Unity ([link](http://code-phi.com/infinite-terrain-generation-in-unity-3d/)).
838837
* EditorWindow lifecycle ([link](http://t-machine.org/index.php/2015/06/25/unity3d-missing-docs-editorwindow-lifecycle/)).
839838
* How to make a MOBA in Unity ([youtube](https://www.youtube.com/playlist?list=PLHW9PxPVcecHLa7JP-Ts09LZYHLIwdky_)).
840839
* Building Unity games in Visual Studio ([link](https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2015-Final-Release-Event/Building-Unity-games-in-Visual-Studio)).

0 commit comments

Comments
 (0)