Skip to content

Commit

Permalink
Update sql.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrretl authored May 15, 2024
1 parent 48d957d commit 3eb14dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/install_instructions/sql.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h3>SQLite</h3>
SQL is a specialized programming language used with databases. We use the database manager called SQLite in our lessons.
</li>
<li>
We will use a database called Survey.db for the workshop. Download it from here: <a href="https://swcarpentry.github.io/sql-novice-survey/files/survey.db" target="_blank" rel="noopener noreferrer">http://swcarpentry.github.io/sql-novice-survey/files/survey.db</a>
We will use a database called Survey.db for the workshop. Download it from here: <a href="https://swcarpentry.github.io/sql-novice-survey/files/survey.db" target="_blank" rel="noopener noreferrer">https://swcarpentry.github.io/sql-novice-survey/files/survey.db</a>
and place it somewhere easily accessible on your computer, such as your document folder or desktop. It will download directly, check your downloads folder.
If you have issues downloading the file, copy and paste the url in a new browser window.
</li>
Expand Down

0 comments on commit 3eb14dc

Please sign in to comment.