Skip to content

Commit 467f8f1

Browse files
committed
Fix GCSE Maths book path
The change of URL in 116d869 was not correct.
1 parent 4afc7c1 commit 467f8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/services/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ export const ISAAC_BOOKS: BookInfo[] = siteSpecific(
548548
{
549549
title: "Using Essential GCSE Mathematics", tag: "maths_book_gcse",
550550
shortTitle: "GCSE Maths", image: "/assets/phy/books/2025_maths_book_gcse.png",
551-
path: "/books/gcse_maths", subject: "maths", stages: ["gcse"],
551+
path: "/books/maths_book_gcse", subject: "maths", stages: ["gcse"],
552552
description: "Develops the maths skills needed to succeed in science at GCSE level and beyond. Also useful for teaching GCSE maths.",
553553
},
554554
{

0 commit comments

Comments
 (0)