From d671ec5bb5e89aa228367084d9823009fe76c0e6 Mon Sep 17 00:00:00 2001 From: Dominik Boehi Date: Thu, 10 Jun 2021 07:55:05 +0200 Subject: [PATCH] Fix link to 'rocket_dyn_templates' git repository. --- contrib/dyn_templates/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/dyn_templates/Cargo.toml b/contrib/dyn_templates/Cargo.toml index d1b570d5..b730b932 100644 --- a/contrib/dyn_templates/Cargo.toml +++ b/contrib/dyn_templates/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sergio Benitez "] description = "Dynamic templating engine integration for Rocket." documentation = "https://api.rocket.rs/v0.5-rc/rocket_dyn_templates/" homepage = "https://rocket.rs" -repository = "https://github.com/SergioBenitez/Rocket/contrib/dyn_templates" +repository = "https://github.com/SergioBenitez/Rocket/tree/master/contrib/dyn_templates" readme = "README.md" keywords = ["rocket", "framework", "templates", "templating", "engine"] license = "MIT OR Apache-2.0"