From fa41b51005a5783edf605a9f7bc9c8e1f7b81319 Mon Sep 17 00:00:00 2001 From: Mohammed Ajmal Siddiqui Date: Wed, 7 Jan 2026 08:37:57 -0600 Subject: [PATCH] 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 --- chapters/A2_Remote_Sensing.qmd | 2 +- docs/A2_Remote_Sensing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/A2_Remote_Sensing.qmd b/chapters/A2_Remote_Sensing.qmd index 3613a8a..d8a11ef 100644 --- a/chapters/A2_Remote_Sensing.qmd +++ b/chapters/A2_Remote_Sensing.qmd @@ -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. \ No newline at end of file +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. diff --git a/docs/A2_Remote_Sensing.html b/docs/A2_Remote_Sensing.html index 1f2faa3..d83d563 100644 --- a/docs/A2_Remote_Sensing.html +++ b/docs/A2_Remote_Sensing.html @@ -344,7 +344,7 @@ gtag('config', 'G-RK9ZLZQ6GL', { 'anonymize_ip': true});

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, 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, we’ll look at the various types of satellite imagery stored in the Google Earth Engine catalog.