Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1039

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

toiletsnakes
Copy link

the link is broken, 3.3 is the last version of the docs that works.

Copy link
Member

@Bromeon Bromeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Can you use the latest link instead?
https://docs.godotengine.org/en/3.5/getting_started/first_2d_game/index.html

(unfortunately there seems to be no 3.x which automatically points to latest 3.* version)

Also, could you check if there are other occurrences of /stable links across the repo, which need to be updated?

@Bogay
Copy link
Contributor

Bogay commented Oct 11, 2023

Here is the list of files contain links to stable godot doc. Filtered by command grep "docs.godotengine.org/en/stable/" -R . --exclude-dir=gdnative-bindings --exclude-dir=target -l. (The -l can be removed to show matching part)

./gdnative/src/globalscope.rs
./gdnative/src/lib.rs
./gdnative-derive/src/lib.rs
./bindings-generator/src/documentation.rs
./bindings-generator/src/class_docs.rs
./bindings-generator/src/special_methods.rs
./README.md
./examples/native-plugin/src/lib.rs
./examples/rpc/README.md
./gdnative-core/src/core_types/vector2.rs
./gdnative-core/src/core_types/rid.rs
./gdnative-core/src/core_types/dictionary.rs
./gdnative-core/src/core_types/geom/transform2d.rs
./gdnative-core/src/core_types/geom/transform.rs
./gdnative-core/src/core_types/geom/rect2.rs
./gdnative-core/src/core_types/geom/aabb.rs
./gdnative-core/src/core_types/geom/quat.rs
./gdnative-core/src/core_types/geom/basis.rs
./gdnative-core/src/core_types/array.rs
./gdnative-core/src/core_types/mod.rs
./gdnative-core/src/core_types/vector3.rs
./gdnative-core/src/core_types/color.rs
./gdnative-core/src/object/mod.rs
./gdnative-core/src/export/class.rs
./gdnative-core/src/lib.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants