From 0d9ff7029686f45d75b5859c718312ee576f2253 Mon Sep 17 00:00:00 2001 From: Brian Petkovsek <16124109+BrianPetkovsek@users.noreply.github.com> Date: Sun, 23 Nov 2025 03:52:23 -0500 Subject: [PATCH] Fix documentation typos and broken links --- modules/gdscript/tests/README.md | 2 +- platform/visionos/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gdscript/tests/README.md b/modules/gdscript/tests/README.md index 0faedc92922..5575eafc1f4 100644 --- a/modules/gdscript/tests/README.md +++ b/modules/gdscript/tests/README.md @@ -9,7 +9,7 @@ for information about creating and running GDScript integration tests. # GDScript Autocompletion tests -The `script/completion` folder contains test for the GDScript autocompletion. +The `scripts/completion` folder contains tests for the GDScript autocompletion. Each test case consists of at least one `.gd` file, which contains the code, and one `.cfg` file, which contains expected results and configuration. Inside of the GDScript file the character `➡` represents the cursor position, at which autocompletion is invoked. diff --git a/platform/visionos/README.md b/platform/visionos/README.md index c852d860e8e..ffbc2dfa669 100644 --- a/platform/visionos/README.md +++ b/platform/visionos/README.md @@ -3,9 +3,9 @@ This folder contains the C++, Objective-C and Objective-C++ code for the visionOS platform port. -This platform derives from the Apple Embedded abstract platform ([`drivers/apple_embedded`](drivers/apple_embedded)). +This platform derives from the Apple Embedded abstract platform ([`drivers/apple_embedded`](/drivers/apple_embedded)). -This platform uses shared Apple code ([`drivers/apple`](drivers/apple)). +This platform uses shared Apple code ([`drivers/apple`](/drivers/apple)). See also [`misc/dist/apple_embedded_xcode`](/misc/dist/apple_embedded_xcode) folder for the Xcode project template used for packaging the iOS export templates.