mirror of https://github.com/rwf2/Rocket.git
Fix link to 'rocket_dyn_templates' git repository.
This commit is contained in:
parent
8e3ad40beb
commit
d671ec5bb5
|
@ -5,7 +5,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|||
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"
|
||||
|
|
Loading…
Reference in New Issue