Skip to content

Commit 7f9a16b

Browse files
authored
chore(cli): updated the angular webpage (#644)
1 parent 68b62d4 commit 7f9a16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl Template {
129129
Template::Yew => "Yew - (https://yew.rs/)",
130130
Template::Leptos => "Leptos - (https://leptos.dev/)",
131131
Template::Sycamore => "Sycamore - (https://sycamore-rs.netlify.app/)",
132-
Template::Angular => "Angular - (https://angular.io/)",
132+
Template::Angular => "Angular - (https://angular.dev/)",
133133
Template::Preact => "Preact - (https://preactjs.com/)",
134134
_ => unreachable!(),
135135
}

0 commit comments

Comments
 (0)