Skip to content

Commit b813ff0

Browse files
authored
Correct links on 3.6.1 blog post (#1106)
1 parent 09983d5 commit b813ff0

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

_data/versions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,16 @@
440440
release_date: "24 January 2022"
441441
release_notes: "/article/dev-snapshot-godot-4-0-alpha-1/"
442442

443+
- name: "3.6.1"
444+
flavor: "stable"
445+
release_date: "6 June 2025"
446+
release_notes: "/article/maintenance-release-godot-3-6-1/"
447+
featured: "3"
448+
443449
- name: "3.6"
444450
flavor: "stable"
445451
release_date: "9 September 2024"
446452
release_notes: "/article/godot-3-6-finally-released/"
447-
featured: "3"
448453
releases:
449454
- name: "rc1"
450455
release_date: "9 July 2024"

collections/_article/maintenance-release-godot-3-6-1.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,9 @@ This release is built from commit [`b1ba98fce`](https://github.com/godotengine/g
138138
<a id="downloads"></a>
139139
## Downloads
140140

141-
The downloads for this dev snapshot can be found directly on our repository:
142-
143-
- [Standard build](https://github.com/godotengine/godot-builds/releases/3.6.1) (GDScript, GDNative, VisualScript).
144-
- [Mono build](https://github.com/godotengine/godot-builds/releases/3.6.1) (C# support + all the above). You need to have dotnet CLI or MSBuild installed to use the Mono build. Relevant parts of Mono **6.12.0.182** are included in this build.
141+
{% include articles/download_card.html version="3.6.1" release="stable" article=page %}
142+
**Standard build** includes support for GDScript, GDNative, and VisualScript.
143+
**.NET build** (marked as `mono`) includes support for C#, as well as GDScript, GDNative, and VisualScript.
145144

146145
### UWP (Universal Windows Platform)
147146

0 commit comments

Comments
 (0)