Skip to content

Commit 2f1d20b

Browse files
authored
Update doc link and feature (#140)
1 parent 2f64f9d commit 2f1d20b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ const FeatureList: FeatureItem[] = [
1717
title: "Written in Rust",
1818
Svg: new_logo_black,
1919
description: (
20-
<>Boa hopes to bring Rust safety garuantees to the world of JS engines.</>
20+
<>Boa brings Rust's memory safety guarantees to the world of JS engines.</>
2121
),
2222
},
2323
{
2424
title: "Aims for ECMAScript Conformance",
2525
Svg: new_logo_yellow,
2626
description: (
27-
<>Boa currently passes more than 75% of ECMAScripts test262 test suite.</>
27+
<>Boa passes more than 80% of ECMAScripts test262 test suite.</>
2828
),
2929
},
3030
{
31-
title: "Open Source",
31+
title: "Free and Open Source",
3232
Svg: new_logo_blue,
3333
description: (
3434
<>

src/components/home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function HomepageHeader() {
2828
<div>
2929
<Link
3030
className={"button button--secondary " + styles.buttonMargin}
31-
href="https://docs.rs/Boa/latest/boa"
31+
href="https://docs.rs/boa_engine/latest/boa_engine/"
3232
>
3333
Release Documentation
3434
</Link>

0 commit comments

Comments
 (0)