From e1b7d54a34c5a82b00bbfb836abf58ecee118e07 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Wed, 16 Apr 2025 10:38:31 -0400 Subject: [PATCH] Fix Itch.io example link in README (#178) This was linking to the android section, not the itch section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5ce2e..8efc394 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Here's a mapping between each supported CI service, the template jobs and a live |CI|Template|Example |-|-|-| -|GitLab CI|[Godot Exports](https://github.com/aBARICHELLO/godot-ci/blob/master/.gitlab-ci.yml#L16-L58) / [GitHub Pages](https://github.com/aBARICHELLO/godot-ci/blob/master/.gitlab-ci.yml#L60-L76) / [GitLab Pages](https://github.com/aBARICHELLO/godot-ci/blob/master/.gitlab-ci.yml#L78-L91) / [Itch.io](https://github.com/aBARICHELLO/godot-ci/blob/master/.gitlab-ci.yml#L93-L113)|[GitLab CI Pipelines](https://gitlab.com/BARICHELLO/godot-ci/pipelines) +|GitLab CI|[Godot Exports](https://github.com/aBARICHELLO/godot-ci/blob/master/.gitlab-ci.yml#L16-L58) / [GitHub Pages](https://github.com/aBARICHELLO/godot-ci/blob/master/.gitlab-ci.yml#L60-L76) / [GitLab Pages](https://github.com/aBARICHELLO/godot-ci/blob/master/.gitlab-ci.yml#L78-L91) / [Itch.io](https://github.com/aBARICHELLO/godot-ci/blob/master/.gitlab-ci.yml#L147-L167)|[GitLab CI Pipelines](https://gitlab.com/BARICHELLO/godot-ci/pipelines) |GitHub Actions|[Godot Exports](https://github.com/aBARICHELLO/godot-ci/blob/master/.github/workflows/godot-ci.yml#L8-99) | [GitHub Actions running](https://github.com/aBARICHELLO/godot-ci/actions) ## Environment configuration