From 9c2a5b854f184e043b7785d94967165f68750edf Mon Sep 17 00:00:00 2001 From: mik-tf Date: Mon, 8 Sep 2025 16:02:06 -0400 Subject: [PATCH] docs: rename TFP documentation page to credits to reflect MC currency branding --- src/controllers/docs.rs | 2 +- src/views/docs/{tfp.html => credits.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/views/docs/{tfp.html => credits.html} (100%) diff --git a/src/controllers/docs.rs b/src/controllers/docs.rs index 415d0aa..da95217 100644 --- a/src/controllers/docs.rs +++ b/src/controllers/docs.rs @@ -180,7 +180,7 @@ impl DocsController { } } - render_template(&tmpl, "docs/tfp.html", &ctx) + render_template(&tmpl, "docs/credits.html", &ctx) } /// Renders the slices documentation page diff --git a/src/views/docs/tfp.html b/src/views/docs/credits.html similarity index 100% rename from src/views/docs/tfp.html rename to src/views/docs/credits.html