Skip to content

Commit 63962f5

Browse files
Link to the main branch instead of the master branch
1 parent d48919d commit 63962f5

11 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# askama
22

33
[![Crates.io](https://img.shields.io/crates/v/askama?logo=rust&style=flat-square&logoColor=white "Crates.io")](https://crates.io/crates/askama)
4-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=master&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
4+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=main&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
55
[![Book](https://img.shields.io/readthedocs/askama?label=book&logo=readthedocs&style=flat-square&logoColor=white "Book")](https://askama.rs/)
66
[![docs.rs](https://img.shields.io/docsrs/askama?logo=docsdotrs&style=flat-square&logoColor=white "docs.rs")](https://docs.rs/askama/)
77

askama/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! [![Crates.io](https://img.shields.io/crates/v/askama?logo=rust&style=flat-square&logoColor=white "Crates.io")](https://crates.io/crates/askama)
2-
//! [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=master&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
2+
//! [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=main&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
33
//! [![Book](https://img.shields.io/readthedocs/askama?label=book&logo=readthedocs&style=flat-square&logoColor=white "Book")](https://askama.rs/)
44
//! [![docs.rs](https://img.shields.io/docsrs/askama?logo=docsdotrs&style=flat-square&logoColor=white "docs.rs")](https://docs.rs/askama/)
55
//!
@@ -10,7 +10,7 @@
1010
//! in [`askama_macros`](https://crates.io/crates/askama_macros)).
1111
//!
1212
//! For feature highlights and a quick start, please review the
13-
//! [README](https://github.com/askama-rs/askama/blob/master/README.md).
13+
//! [README](https://github.com/askama-rs/askama/blob/main/README.md).
1414
//!
1515
//! You can find the documentation about our syntax, features, configuration in our book:
1616
//! [askama.rs](https://askama.rs/).

askama_derive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# askama_derive: code generator of Askama templating engine
22

33
[![Crates.io](https://img.shields.io/crates/v/askama_derive?logo=rust&style=flat-square&logoColor=white "Crates.io")](https://crates.io/crates/askama_derive)
4-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=master&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
4+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=main&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
55
[![Book](https://img.shields.io/readthedocs/askama?label=book&logo=readthedocs&style=flat-square&logoColor=white "Book")](https://askama.rs/)
66
[![docs.rs](https://img.shields.io/docsrs/askama_derive?logo=docsdotrs&style=flat-square&logoColor=white "docs.rs")](https://docs.rs/askama_derive/)
77

askama_escape/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# askama_escape: HTML escaping, extracted from [Askama](https://askama.rs/)
22

33
[![Crates.io](https://img.shields.io/crates/v/askama_escape?logo=rust&style=flat-square&logoColor=white "Crates.io")](https://crates.io/crates/askama_escape)
4-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=master&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
4+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=main&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
55
[![docs.rs](https://img.shields.io/docsrs/askama_escape?logo=docsdotrs&style=flat-square&logoColor=white "docs.rs")](https://docs.rs/askama_escape/)
66

77
Useful if you don't need a template engine, but if you need to escape a text for HTML or XML.

askama_macros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# askama_macros: procedural macros for the Askama templating engine
22

33
[![Crates.io](https://img.shields.io/crates/v/askama_macros?logo=rust&style=flat-square&logoColor=white "Crates.io")](https://crates.io/crates/askama_macros)
4-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=master&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
4+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=main&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
55
[![Book](https://img.shields.io/readthedocs/askama?label=book&logo=readthedocs&style=flat-square&logoColor=white "Book")](https://askama.rs/)
66
[![docs.rs](https://img.shields.io/docsrs/askama_macros?logo=docsdotrs&style=flat-square&logoColor=white "docs.rs")](https://docs.rs/askama_macros/)
77

askama_parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# askama_parser: template parser for the Askama templating engine
22

33
[![Crates.io](https://img.shields.io/crates/v/askama_parser?logo=rust&style=flat-square&logoColor=white "Crates.io")](https://crates.io/crates/askama_parser)
4-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=master&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
4+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/askama-rs/askama/rust.yml?branch=main&logo=github&style=flat-square&logoColor=white "GitHub Workflow Status")](https://github.com/askama-rs/askama/actions/workflows/rust.yml)
55
[![Book](https://img.shields.io/readthedocs/askama?label=book&logo=readthedocs&style=flat-square&logoColor=white "Book")](https://askama.rs/)
66
[![docs.rs](https://img.shields.io/docsrs/askama_parser?logo=docsdotrs&style=flat-square&logoColor=white "docs.rs")](https://docs.rs/askama_parser/)
77

askama_parser/benches/librustdoc/LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ eeb59f16a5f40e14dc29b95155b7f2569329e3ec. Dual licensed under MIT OR Apache-2.0.
33

44
Please find the authors in [their Git history].
55

6-
[librustdoc/html/templates]: <https://github.com/rust-lang/rust/tree/master/src/librustdoc/html/templates>
7-
[their Git history]: <https://github.com/rust-lang/rust/commits/master/src/librustdoc/html/templates>
6+
[librustdoc/html/templates]: <https://github.com/rust-lang/rust/tree/main/src/librustdoc/html/templates>
7+
[their Git history]: <https://github.com/rust-lang/rust/commits/main/src/librustdoc/html/templates>

book/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ title = "Askama"
88
edition = "2021"
99

1010
[output.html]
11-
git-repository-url = "https://github.com/askama-rs/askama/tree/master/book"
12-
edit-url-template = "https://github.com/askama-rs/askama/tree/master/book/{path}"
11+
git-repository-url = "https://github.com/askama-rs/askama/tree/main/book"
12+
edit-url-template = "https://github.com/askama-rs/askama/tree/main/book/{path}"
1313
playground.runnable = false

book/src/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ it.
154154
You can take a look at the [custom escaper example] in the `askama` repository.
155155

156156
[`Escaper`]: https://docs.rs/askama/latest/askama/filters/trait.Escaper.html
157-
[custom escaper example]: https://github.com/askama-rs/askama/tree/master/examples/warp-app
157+
[custom escaper example]: https://github.com/askama-rs/askama/tree/main/examples/warp-app

book/src/frameworks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)