Skip to content

Commit

Permalink
Update scorecard links (#18)
Browse files Browse the repository at this point in the history
Update the scorecard links to point to v23.12.

Signed-off-by: Rémy Greinhofer <remy.greinhofer@gmail.com>
  • Loading branch information
rgreinho authored Mar 22, 2024
1 parent 136ce49 commit 1a730ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function IndexPage() {
{ country: "united states", code: "us" },
];
const host = "https://bna-scorecards.s3.amazonaws.com";
const scorecard_url = host + "/2021/v15/";
const scorecard_url = host + "/2023/v23.12/";
const archives = host + "/index.html";

return (
Expand Down

0 comments on commit 1a730ee

Please sign in to comment.