Skip to content

Commit a982b2c

Browse files
authored
fix(docs): calculate-score.js -> .ts broken link (#1563)
1 parent d6a4fe8 commit a982b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/scoring.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const Scoring = () => {
7878
lose value by exhibiting "bad behavior criteria". These criteria and their
7979
corresponding weights are detailed below. You can see the code this directory uses to
8080
create Directory Scores{' '}
81-
<A href="https://github.com/react-native-directory/website/blob/main/scripts/calculate-score.js">
81+
<A href="https://github.com/react-native-directory/website/blob/main/scripts/calculate-score.ts">
8282
here
8383
</A>
8484
.
@@ -132,7 +132,7 @@ const Scoring = () => {
132132
criterion and can lose score by exhibiting one of bad criteria. These criteria and their
133133
corresponding weights are detailed below. You can see the code this directory uses to
134134
create Trending Scores{' '}
135-
<A href="https://github.com/react-native-directory/website/blob/main/scripts/calculate-score.js">
135+
<A href="https://github.com/react-native-directory/website/blob/main/scripts/calculate-score.ts">
136136
here
137137
</A>
138138
.

0 commit comments

Comments
 (0)