Files
godot-website/pages/teams.html
Lukas Tenbrink a784316d5a Remove 'teams' page. (#1203)
The teams page was very outdated, and it incorrectly suggested contacting individual people for specific area work when RocketChat would have been more appropriate. The footer link, as well as stray visitors for the old page, will now be redirected to the contributing docs, which contains a more up-to-date view of the teams.
2026-01-21 11:43:56 +01:00

19 lines
602 B
HTML

---
permalink: /teams/index.html
title: "Teams - Godot Engine"
description: "Teams and engine areas overview."
layout: default
redirect_to: https://contributing.godotengine.org/en/latest/organization/areas.html
---
<div style="padding: 16px 32px">
<h3>Redirecting...</h3>
<p>
If you are not being redirected automatically, <a href="https://contributing.godotengine.org/en/latest/organization/areas.html" class="set-os-download-url">click here</a>.
</p>
</div>
<script type="text/javascript">
window.location = "https://contributing.godotengine.org/en/latest/organization/areas.html";
</script>