mirror of
https://github.com/bellingcat/RS4OSINT.git
synced 2026-06-07 19:18:36 +03:00
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:
committed by
GitHub
parent
c2f44ecb55
commit
fa41b51005
@@ -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.
|
||||
|
||||
@@ -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>, we’ll 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>, we’ll look at the various types of satellite imagery stored in the Google Earth Engine catalog.</p>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user