From 664651266f757c5cd04d6f54d59eea665557b7d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Mart=C3=ADnez=20M=C3=A9ndez?= <mxrtinez@gmail.com> Date: Tue, 1 Apr 2025 14:09:38 -0500 Subject: [PATCH] =?UTF-8?q?correcci=C3=B3n=20de=20enlace=20a=20listado=20d?= =?UTF-8?q?e=20la=20colaboraci=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- material/.overrides/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/material/.overrides/home.html b/material/.overrides/home.html index 3a33f7274..ebe289e6f 100644 --- a/material/.overrides/home.html +++ b/material/.overrides/home.html @@ -17,7 +17,7 @@ <a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary"> About LAGO </a> - <a href="{{ 'about/collaboration/' | url }}" title="LAGO Collaboration" class="md-button"> + <a href="{{ 'about/collaboration.html' | url }}" title="LAGO Collaboration" class="md-button"> Collaboration </a> </div> -- GitLab