Skip to content

Commit d72d94b

Browse files
committed
Update API docs intro
1 parent 649f7d9 commit d72d94b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

website/content/docs/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Latest documentation of the public API"
99
template = "docs.html"
1010
page_template = "page.html"
1111
sort_by = "date"
12-
# Pagination should probably be implemented at some point, for now "disable" it
12+
# Pagination should probably be implemented at some point, for now "disable" it.
1313
paginate_by = 1000
1414
+++
1515

@@ -18,8 +18,9 @@ paginate_by = 1000
1818
This page lists all currently published API documentation for GitHub `master` branch and open
1919
pull requests. Each element is accompanied by the description, last-updated time and author.
2020

21-
To check out released crates, check out [docs.rs/gdnative][gdnative].
22-
There are no releases for gdext yet.
21+
To check out released crates, see also `godot` crate on [docs.rs] and [crates.io].
2322

2423

25-
[gdnative]: https://docs.rs/gdnative
24+
[docs.rs]: https://docs.rs/godot
25+
[crates.io]: https://crates.io/crates/godot
26+

0 commit comments

Comments
 (0)