diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 6bf61747..87cd5538 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -21,7 +21,7 @@ will be helpful to learn for GeoCAT Applications like: ## New to Jupyter Notebooks? -[Jupyter Notebooks](https://docs.jupyter.org/en/latest/what_is_jupyter.html#what-is-a-computational-notebook-anyway) +[Jupyter Notebooks](https://docs.jupyter.org/en/latest/) provide an interactive interface to write, execute, and visualize code. Traditionally, code is written in a script and executed in order from beginning to end each time a script is run. Instead, Jupyter Notebooks allow you to divide code into cells that can be executed individually and in any order. Each cell in a Jupyter Notebook can be filled with executable code, markdown, or raw code. Jupyter Notebooks have grown in popularity because they offer a simple diff --git a/conf.py b/conf.py index 1c764762..fc26012f 100644 --- a/conf.py +++ b/conf.py @@ -384,7 +384,9 @@ linkcheck_anchors = False # ignore some links that work, but are disliked by linkcheck +# Temporary removed while Code of Conduct is updated: https://doi.org/10.5065/6w2c-a132 -> https://www.ucar.edu/who-we-are/ethics-integrity/codes-conduct/contributors linkcheck_ignore = [ r'https://doi.org/10.1080/104732299303296', r'https://www.mathworks.com/help/matlab/ref/double.sign.html', + r'https://doi.org/10.5065/6w2c-a132', ]