From 2aefedd728f4af0ae1ac3b23cb12a6c0b757cb49 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Mon, 27 Feb 2023 10:13:25 -0600 Subject: [PATCH] Fix disclaimer link in API docs --- metobsapi/templates/data_index.html | 2 +- metobsapi/templates/files_index.html | 2 +- metobsapi/templates/status_index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metobsapi/templates/data_index.html b/metobsapi/templates/data_index.html index 08f6204..1115760 100644 --- a/metobsapi/templates/data_index.html +++ b/metobsapi/templates/data_index.html @@ -68,7 +68,7 @@ is resolved </p> <br> - <a href='http://www.ssec.wisc.edu/disclaimer.html'> + <a href='https://www.ssec.wisc.edu/disclaimer/'> Disclaimer </a> </div> diff --git a/metobsapi/templates/files_index.html b/metobsapi/templates/files_index.html index d5f7de8..4b28252 100644 --- a/metobsapi/templates/files_index.html +++ b/metobsapi/templates/files_index.html @@ -68,7 +68,7 @@ is resolved </p> <br> - <a href='http://www.ssec.wisc.edu/disclaimer.html'> + <a href='https://www.ssec.wisc.edu/disclaimer/'> Disclaimer </a> </div> diff --git a/metobsapi/templates/status_index.html b/metobsapi/templates/status_index.html index 89ed482..74ba632 100644 --- a/metobsapi/templates/status_index.html +++ b/metobsapi/templates/status_index.html @@ -55,7 +55,7 @@ is resolved </p> <br> - <a href='http://www.ssec.wisc.edu/disclaimer.html'> + <a href='https://www.ssec.wisc.edu/disclaimer/'> Disclaimer </a> </div> -- GitLab