A2_Remote_Sensing: Fix capitalization error in link (#6)

* A2_Remote_Sensing: Fix capitalization error in link

Incorrect filename in the "next section" hyperlink causes quarto to look
for a non-existent file, fail to find it, and thus retain the link to
the qmd file. In consequence, clicking on the link leads to the qmd file
being downloaded instead of a webpage opening.

* Manually apply link fix

---------

Co-authored-by: Galen Reich <galen@bellingcat.com>
This commit is contained in:
Mohammed Ajmal Siddiqui
2026-01-07 08:37:57 -06:00
committed by GitHub
parent c2f44ecb55
commit fa41b51005
2 changed files with 2 additions and 2 deletions

View File

@@ -99,4 +99,4 @@ This allows SkySat to achieve a revisit rate of 2-3 *hours*. The catch, however,
## Summary
You should hopefully have a better understanding of what satellite imagery is, and how it can be used to answer questions about the world. In the [next section](A3_Data_acquisition.qmd), we'll look at the various types of satellite imagery stored in the Google Earth Engine catalog.
You should hopefully have a better understanding of what satellite imagery is, and how it can be used to answer questions about the world. In the [next section](./A3_Data_Acquisition.html), we'll look at the various types of satellite imagery stored in the Google Earth Engine catalog.

View File

@@ -344,7 +344,7 @@ gtag('config', 'G-RK9ZLZQ6GL', { 'anonymize_ip': true});
</section>
<section id="summary" class="level2">
<h2 class="anchored" data-anchor-id="summary">Summary</h2>
<p>You should hopefully have a better understanding of what satellite imagery is, and how it can be used to answer questions about the world. In the <a href="A3_Data_acquisition.qmd">next section</a>, well look at the various types of satellite imagery stored in the Google Earth Engine catalog.</p>
<p>You should hopefully have a better understanding of what satellite imagery is, and how it can be used to answer questions about the world. In the <a href="./A3_Data_Acquisition.html">next section</a>, well look at the various types of satellite imagery stored in the Google Earth Engine catalog.</p>
</section>