1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00

fix jinja pocoo.org links

This commit is contained in:
deadc0de6
2020-09-15 22:04:22 +02:00
parent 6b6bfe2a45
commit 0d14281795
3 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ It is especially powerful when it comes to managing those across different hosts
The idea of dotdrop is to have the ability to store each dotfile only once and deploy them with a different
content on different hosts/setups.
To achieve this, it uses [jinja2](https://jinja.pocoo.org/) which is a templating engine that allows to specify
To achieve this, it uses [jinja2](https://palletsprojects.com/p/jinja/) which is a templating engine that allows to specify
during the dotfile installation how (with what content) each dotfile will be installed based on a selected profile.
Most information on using dotdrop are described in this documentation