From 0c42d9814fc4db3421b3d186486a6ac3777b0b23 Mon Sep 17 00:00:00 2001 From: ThesllaDev <61105850+ThesllaDev@users.noreply.github.com> Date: Wed, 2 Jun 2021 16:14:29 -0300 Subject: [PATCH] Fix: corrected reference link from previous lesson --- 5-browser-extension/2-forms-browsers-local-storage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-browser-extension/2-forms-browsers-local-storage/README.md b/5-browser-extension/2-forms-browsers-local-storage/README.md index 9d15a3ea..b680e1f8 100644 --- a/5-browser-extension/2-forms-browsers-local-storage/README.md +++ b/5-browser-extension/2-forms-browsers-local-storage/README.md @@ -12,7 +12,7 @@ In this lesson, you'll call an API by submitting your browser extension's form a ### Set up the elements to manipulate in the extension: -By this time you have built the HTML for the form and results `
` for your browser extension. From now on, you'll need to work in the `/src/index.js` file and building your extension bit by bit. Refer to the [previous lesson](../about-browsers/README.md) on getting your project set up and on the build process. +By this time you have built the HTML for the form and results `
` for your browser extension. From now on, you'll need to work in the `/src/index.js` file and building your extension bit by bit. Refer to the [previous lesson](../1-about-browsers/README.md) on getting your project set up and on the build process. Working in your `index.js` file, start by creating some `const` variables to hold the values associated with various fields: