From 61e7f75040bd9023464290f1da25b7cb0547a5ef Mon Sep 17 00:00:00 2001
From: penguinness <92165891+penguinness@users.noreply.github.com>
Date: Sat, 10 Aug 2024 15:56:47 -0400
Subject: [PATCH] Update part7c.md
index.html is at the root of the application, not in the public directory.
---
src/content/7/en/part7c.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/7/en/part7c.md b/src/content/7/en/part7c.md
index 2ab34863be4..7c735fd3cd5 100644
--- a/src/content/7/en/part7c.md
+++ b/src/content/7/en/part7c.md
@@ -31,7 +31,7 @@ Let's install the package with the command:
npm install react-bootstrap
```
-Then let's add a [link for loading the CSS stylesheet](https://react-bootstrap.github.io/docs/getting-started/introduction#stylesheets) for Bootstrap inside of the head tag in the public/index.html file of the application:
+Then let's add a [link for loading the CSS stylesheet](https://react-bootstrap.github.io/docs/getting-started/introduction#stylesheets) for Bootstrap inside of the head tag in the ./index.html file of the application:
```js