From a10936686e6e8f80e02c517576112d5078f23e71 Mon Sep 17 00:00:00 2001 From: jsjtxietian Date: Tue, 7 May 2024 11:45:01 +0800 Subject: [PATCH] Add missing godot command line link --- src/intro/hello-world.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intro/hello-world.md b/src/intro/hello-world.md index a00e5f2..345d82f 100644 --- a/src/intro/hello-world.md +++ b/src/intro/hello-world.md @@ -463,3 +463,4 @@ That's it for the _Hello World_ tutorial! The following chapters will go into mo [directory-setup]: https://godot-rust.github.io/book/intro/hello-world.html#directory-setup [wikipedia-ffi]: https://en.wikipedia.org/wiki/Foreign_function_interface [gdextension-reloadable]: https://github.com/godotengine/godot/pull/80284 +[godot-command-line]: https://docs.godotengine.org/en/stable/tutorials/editor/command_line_tutorial.html