You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Fix shader editor documentation link
This commit is contained in:
@@ -339,7 +339,7 @@ void ShaderEditor::_menu_option(int p_option) {
|
|||||||
shader_editor->remove_all_bookmarks();
|
shader_editor->remove_all_bookmarks();
|
||||||
} break;
|
} break;
|
||||||
case HELP_DOCS: {
|
case HELP_DOCS: {
|
||||||
OS::get_singleton()->shell_open("https://docs.godotengine.org/en/stable/tutorials/shading/shading_reference/index.html");
|
OS::get_singleton()->shell_open("https://docs.godotengine.org/en/latest/tutorials/shaders/shader_reference/index.html");
|
||||||
} break;
|
} break;
|
||||||
}
|
}
|
||||||
if (p_option != SEARCH_FIND && p_option != SEARCH_REPLACE && p_option != SEARCH_GOTO_LINE) {
|
if (p_option != SEARCH_FIND && p_option != SEARCH_REPLACE && p_option != SEARCH_GOTO_LINE) {
|
||||||
|
|||||||
Reference in New Issue
Block a user