godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.77k stars 3.06k forks source link

Incomplete example in GDNative script page #5273

Open git2013vb opened 2 years ago

git2013vb commented 2 years ago

Your Godot version: v3.4.beta4.mono.official [6a058cbf3] Issue description: Missing signal connection + missing _ready function URL to the documentation page: https://docs.godotengine.org/en/stable/tutorials/plugins/gdnative/gdnative-cpp-example.html

ps.: I tried to edit the page and fix it by myself but I receive 404 error. I tried also to pull a request but I'm not familiar yet how to do it in the rigth way

If you know how to fix the issue you are reporting please consider opening a pull request. We provide a tutorial on using git here: https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html, writing documentation at https://docs.godotengine.org/en/stable/community/contributing/docs_writing_guidelines.html and contributing to the class reference here: https://docs.godotengine.org/en/stable/community/contributing/updating_the_class_reference.html

Calinou commented 2 years ago

ps.: I tried to edit the page and fix it by myself but I receive 404 error. I tried also to pull a request but I'm not familiar yet how to do it in the rigth way

This is because the page has been moved in the master branch as part of the reorganization for Godot 4.0.

Use this link to edit the page and open a pull request: https://github.com/godotengine/godot-docs/edit/master/tutorials/scripting/gdnative/gdnative_cpp_example.rst