From 15eb97d3769cd1245cc8416fe3119d33b29b27fd Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 10 Sep 2024 11:00:15 -0400 Subject: [PATCH] fix doc link --- docs/source/package.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/package.rst b/docs/source/package.rst index b5ee4e566..6bc46b9c6 100644 --- a/docs/source/package.rst +++ b/docs/source/package.rst @@ -190,7 +190,7 @@ For a more concrete example of a |jupyter-notebook|_ convertion to :term:`CWL`, repository, which contains a sample |ncml2stac-notebook|_. This script, as indicated by its name, converts *NCML XML metadata with CMIP6 attributes* into the corresponding *SpatioTemporal Asset Catalog* (STAC) definition and extensions. -It uses the same `IPython2CWL `_ type annotation strategy as presented +It uses the same |jupyter-ipython2cwl|_ type annotation strategy as presented :ref:`above ` to indicate which NCML ``File`` variable is to be employed as as the :term:`CWL` input reference, and the expected STAC ``File`` as output to be collected by :term:`CWL`.