diff --git a/src/content/7/en/part7c.md b/src/content/7/en/part7c.md
index 2ab34863be..9479cc6e1a 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