From 0ad696517a8377c5dbd88071b140e8c232b1225f Mon Sep 17 00:00:00 2001
From: "E. Joshua Rigler" <erigler@usgs.gov>
Date: Mon, 1 Aug 2016 12:20:04 -0600
Subject: [PATCH] SqDist.md link points to renamed Jupyter Notebook

Made a minor change so that the link in the SqDist.md now points to
SqDistValidate.ipynb instead of SqDist.ipynb. Other very minor edits.
---
 docs/algorithms/SqDist.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/algorithms/SqDist.md b/docs/algorithms/SqDist.md
index 7e21dd68b..7e95a7331 100644
--- a/docs/algorithms/SqDist.md
+++ b/docs/algorithms/SqDist.md
@@ -30,7 +30,7 @@ that we won't discuss in detail here.
 ## Exponential Smoothing
 
 Real time decomposition of geomagnetic time series into SV, SQ, and DIST should
-explicitly acknowledge and address time-causal nature of real time
+explicitly acknowledge and address the time-causal nature of real time
 observations. To this end, we employ a form of exponential smoothing, with
 "seasonal" adjustments, that updates estimates of SV and SQ based only on past
 observations, weighting older observations less and less as time passes. In
@@ -52,8 +52,8 @@ offsets at rate specified by the user.
 
 ## Example
 
-Usage and expected output for this algorithm is shown in this
-[Solar Quiet and Disturbance (Holt Winters)](SqDist.ipynb) IPython Notebook
+Detailed usage examples and expected output for this algorithm is shown in this
+[Solar Quiet and Disturbance (Holt Winters)](SqDistValidate.ipynb) IPython Notebook
 example.
 
 
-- 
GitLab