From 301145306b381838b390d36f5fa9f4326f72f09c Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:07:54 -0600 Subject: [PATCH] fix url ref --- notebooks/tutorials/arc_path.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/tutorials/arc_path.ipynb b/notebooks/tutorials/arc_path.ipynb index 571773b..192c895 100644 --- a/notebooks/tutorials/arc_path.ipynb +++ b/notebooks/tutorials/arc_path.ipynb @@ -563,7 +563,7 @@ "metadata": {}, "source": [ "### Determine Intermediate Points Mathemetically via Unit Sphere\n", - "Determine the points (lat, lon) a given fraction of a [distance (d)](#Determine-Distance-Mathematically) between a starting points A (latA, lonA) and the final point B (latB, lonB) where f is a fraction along the great circle arc. `f=0` is point A and `f=1` is point B\n", + "Determine the points (lat, lon) a given fraction of a distance (d) between a starting points A (latA, lonA) and the final point B (latB, lonB) where f is a fraction along the great circle arc. `f=0` is point A and `f=1` is point B\n", "\n", "> Note: The points cannot be antipodal because the path is undefined\n", "\n",