When I used Linux version of Defold editor, I get invalid link to documentation about Scene Editing. When I click this link, I get 404 message:
http://www.defold.com/doc/scene_editing?null
Error: NOT_FOUND
There should be this link:
http://www.defold.com/doc/scene-editing
1 Like
Thanks, added an issue for it, should be a simple fix!
The same bug for Project Settings documentation
It looks like urls changed on server side
Actual:
http://www.defold.com/doc/project_settings?null
Expected:
http://www.defold.com/doc/project-settings
1 Like