Skip to content

Commit 645673a

Browse files
committed
Links in ReadMe
1 parent 3864762 commit 645673a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
notify-docs:
2222
runs-on: ubuntu-latest
2323
steps:
24+
# Checkout is always needed, for the notify step
2425
- name: "Checkout"
25-
if: github.event_name == 'pull_request' && github.event.action != 'closed'
2626
uses: actions/checkout@v3
2727

2828
# This is just a sanity check to make sure that the follow-up docs generation doesn't break.

ReadMe.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Rust bindings for GDExtension
44

5-
_[Discord] | [Mastodon] | [Twitter]_
5+
_**[Website]** | **[API Docs]** | [Discord] | [Mastodon] | [Twitter]_
66

77
**gdext** is an early-stage library to bind the **Rust** language to **Godot 4**.
88

@@ -99,7 +99,9 @@ Contributions are very welcome! If you want to help out, see [`Contributing.md`]
9999

100100
[Godot]: https://godotengine.org
101101
[`gdnative`]: https://github.com/godot-rust/gdnative
102-
[mpl]: https://www.mozilla.org/en-US/MPL/
102+
[mpl]: https://www.mozilla.org/en-US/MPL
103+
[Website]: https://godot-rust.github.io
104+
[API Docs]: https://godot-rust.github.io/docs/gdext
103105
[Discord]: https://discord.gg/aKUCJ8rJsc
104106
[Mastodon]: https://mastodon.gamedev.place/@GodotRust
105107
[Twitter]: https://twitter.com/GodotRust

0 commit comments

Comments
 (0)