aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-01-02 23:08:02 +0100
committerLibravatar GitHub <noreply@github.com>2020-01-02 23:08:02 +0100
commit2446315d38882efe43a31a3749481eac9b25615d (patch)
tree5dd4538ec11d804f30839888e1194409d0dc8da7 /README.md
parent7bee49c9ff30c99ee482729a20417175e0107857 (diff)
downloadaskama-2446315d38882efe43a31a3749481eac9b25615d.tar.gz
askama-2446315d38882efe43a31a3749481eac9b25615d.tar.bz2
askama-2446315d38882efe43a31a3749481eac9b25615d.zip
Fix URL for CI badge, again
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b4df7f..e952da6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Documentation](https://docs.rs/askama/badge.svg)](https://docs.rs/askama/)
[![Latest version](https://img.shields.io/crates/v/askama.svg)](https://crates.io/crates/askama)
-[![Build Status](https://github.com/djc/quinn/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI)
+[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI)
[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama)
Askama implements a template rendering engine based on Jinja.