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