Skip to content

Commit e827283

Browse files
committed
Add missing closing tag
1 parent c554581 commit e827283

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pages/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>Knowledge You Will Need</h2>
4747
<p>If you choose to use your own computer to run the tutorial code (details on those options are described in the <a href="/sql_python_tutorial/pages/howto">How To</a>), you will need to be comfortable using a command line terminal.</p>
4848

4949
<h2>How To Contribute</h2>
50-
<p>The code for this tutorial is hosted at <a href="https://github.com/meatballs/sql_python_tutorial">Github</a> with a <a href="https://github.com/meatballs/sql_python_notebooks">separate repository</a> for the Jupyter notebooks. Please feel free to report any <a href="https://github.com/meatballs/sql_python_tutorial/issues">issues</a> that you find or to submit a <a href="https://github.com/meatballs/sql_python_tutorial/pulls">pull request for any changes you would like to suggest.</p>
50+
<p>The code for this tutorial is hosted at <a href="https://github.com/meatballs/sql_python_tutorial">Github</a> with a <a href="https://github.com/meatballs/sql_python_notebooks">separate repository</a> for the Jupyter notebooks. Please feel free to report any <a href="https://github.com/meatballs/sql_python_tutorial/issues">issues</a> that you find or to submit a <a href="https://github.com/meatballs/sql_python_tutorial/pulls">pull request</a> for any changes you would like to suggest.</p>
5151

5252
</main>
5353

templates/pages/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ <h2>Knowledge You Will Need</h2>
1313
<p>If you choose to use your own computer to run the tutorial code (details on those options are described in the <a href="/{{root}}/pages/howto">How To</a>), you will need to be comfortable using a command line terminal.</p>
1414

1515
<h2>How To Contribute</h2>
16-
<p>The code for this tutorial is hosted at <a href="https://github.com/meatballs/sql_python_tutorial">Github</a> with a <a href="https://github.com/meatballs/sql_python_notebooks">separate repository</a> for the Jupyter notebooks. Please feel free to report any <a href="https://github.com/meatballs/sql_python_tutorial/issues">issues</a> that you find or to submit a <a href="https://github.com/meatballs/sql_python_tutorial/pulls">pull request for any changes you would like to suggest.</p>
16+
<p>The code for this tutorial is hosted at <a href="https://github.com/meatballs/sql_python_tutorial">Github</a> with a <a href="https://github.com/meatballs/sql_python_notebooks">separate repository</a> for the Jupyter notebooks. Please feel free to report any <a href="https://github.com/meatballs/sql_python_tutorial/issues">issues</a> that you find or to submit a <a href="https://github.com/meatballs/sql_python_tutorial/pulls">pull request</a> for any changes you would like to suggest.</p>
1717
{% endblock %}

0 commit comments

Comments
 (0)