@@ -39,7 +39,7 @@ e.g. because you know that your templates won't have rendering errors, then usin
3939[ ![ our actix-web example web-app] (
4040 https://img.shields.io/badge/actix--web-example-informational?style=flat-square&logo=git&logoColor=white&color=%23228b22
4141)] (
42- https://github.com/askama-rs/askama/tree/master /examples/actix-web-app "our actix-web example web-app"
42+ https://github.com/askama-rs/askama/tree/main /examples/actix-web-app "our actix-web example web-app"
4343)
4444[ ![ crates.io: actix-web] (
4545 https://img.shields.io/crates/v/actix-web?label=actix-web&style=flat-square&logo=rust&logoColor=white&color=informational
@@ -107,7 +107,7 @@ impl Responder for AppError {
107107[ ![ our axum example web-app] (
108108 https://img.shields.io/badge/axum-example-informational?style=flat-square&logo=git&logoColor=white&color=%23228b22
109109)] (
110- https://github.com/askama-rs/askama/tree/master /examples/axum-app "our axum example web-app"
110+ https://github.com/askama-rs/askama/tree/main /examples/axum-app "our axum example web-app"
111111)
112112[ ![ crates.io: axum] (
113113 https://img.shields.io/crates/v/axum?label=axum&style=flat-square&logo=rust&logoColor=white&color=informational
@@ -163,7 +163,7 @@ impl IntoResponse for AppError {
163163[ ![ our poem example web-app] (
164164 https://img.shields.io/badge/poem-example-informational?style=flat-square&logo=git&logoColor=white&color=%23228b22
165165)] (
166- https://github.com/askama-rs/askama/tree/master /examples/poem-app "our poem example web-app"
166+ https://github.com/askama-rs/askama/tree/main /examples/poem-app "our poem example web-app"
167167)
168168[ ![ crates.io: poem] (
169169 https://img.shields.io/crates/v/poem?label=poem&style=flat-square&logo=rust&logoColor=white&color=informational
@@ -229,7 +229,7 @@ impl IntoResponse for AppError {
229229[ ![ our rocket example web-app] (
230230 https://img.shields.io/badge/rocket-example-informational?style=flat-square&logo=git&logoColor=white&color=%23228b22
231231)] (
232- https://github.com/askama-rs/askama/tree/master /examples/rocket-app "our rocket example web-app"
232+ https://github.com/askama-rs/askama/tree/main /examples/rocket-app "our rocket example web-app"
233233)
234234[ ![ crates.io: rocket] (
235235 https://img.shields.io/crates/v/rocket?label=rocket&style=flat-square&logo=rust&logoColor=white&color=informational
@@ -294,7 +294,7 @@ impl<'r> Responder<'r, 'static> for AppError {
294294[ ![ our warp example web-app] (
295295 https://img.shields.io/badge/warp-example-informational?style=flat-square&logo=git&logoColor=white&color=%23228b22
296296)] (
297- https://github.com/askama-rs/askama/tree/master /examples/warp-app "our warp example web-app"
297+ https://github.com/askama-rs/askama/tree/main /examples/warp-app "our warp example web-app"
298298)
299299[ ![ crates.io: warp] (
300300 https://img.shields.io/crates/v/warp?label=warp&style=flat-square&logo=rust&logoColor=white&color=informational
0 commit comments