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.