Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/firstLaunch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The files in this directory are responsible for:

## Usage

When a user installs the IMAGE browser extension for the first time, the extension automatically displays the first launch page. This page welcomes the user to the extension and provides a link to the quickstart guide at https://image.a11y.mcgill.ca/pages/quickstart.html.
When a user installs the IMAGE browser extension for the first time, the extension automatically displays the first launch page. This page welcomes the user to the extension and provides a link to the tutorial at https://image.a11y.mcgill.ca/tutorial/.

The first launch page is designed to be simple and straightforward, providing just enough information to get users started without overwhelming them with details.

Expand Down
2 changes: 1 addition & 1 deletion src/firstLaunch/firstLaunch.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 class="localisation" id="popUpTitle"></h1>
<div id="info-msg">
<span class="localisation" id="firstLaunchMessage"></span><br>
<a href="https://image.a11y.mcgill.ca/pages/quickstart.html" target="_blank">https://image.a11y.mcgill.ca/pages/quickstart.html</a>
<a href="https://image.a11y.mcgill.ca/tutorial/" target="_blank">https://image.a11y.mcgill.ca/tutorial/</a>
</div>
<button class="btn btn-primary localisation" type="button" id="closingButton"></button>
</div>
Expand Down
Loading