-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Your Redot version:
Godot 4.4
Issue description:
When following the commands to add a submodule or clone the redot game engine, the commands use the wrong link.
Documented command:
git submodule add -b 4.x https://github.com/redot-engine/redot-engine-cpp
Correct command:
git submodule add -b 4.x https://github.com/Redot-Engine/redot-cpp
The same github link error occurs on the document clone command.
Summary: There is an extra, incorrect "engine-" in the github link.
URL to the documentation page:
https://docs.redotengine.org/en/latest/tutorials/scripting/gdextension/gdextension_cpp_example
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.redotengine.org/community/contributing/pr_workflow.html,
writing documentation at https://docs.redotengine.org/community/contributing/docs_writing_guidelines.html
and contributing to the class reference here: https://docs.redotengine.org/community/contributing/updating_the_class_reference.html
I would fork it and submit a PR, but the .rst file has godot links and I don't get the templating used to generate the finished Redot page from the Godot page.