From a18116fe2aca4516c63f8fdd69d1dde413f98a39 Mon Sep 17 00:00:00 2001 From: Dougal Dobie Date: Thu, 7 Nov 2024 16:36:06 +1100 Subject: [PATCH 1/2] Fix incorrect zenodo link --- README.md | 2 +- docs/faq.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 740818f0..c32b0e2f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # VAST Pipeline -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13927016.svg)](https://doi.org/10.5281/zenodo.13927016) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13927015.svg)](https://doi.org/10.5281/zenodo.13927015) [![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/) ![Tests](https://github.com/askap-vast/vast-pipeline/workflows/test-suite/badge.svg) [![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://vast-survey.org/vast-pipeline/) diff --git a/docs/faq.md b/docs/faq.md index b38bd743..bb490ad5 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -2,7 +2,7 @@ ### How should I acknowledge the VAST pipeline in my work? -Please cite the Zenodo release: [10.5281/zenodo.13927015](https://doi.org/10.5281/zenodo.13927016). +Please cite the Zenodo release: [10.5281/zenodo.13927015](https://doi.org/10.5281/zenodo.13927015). ### Can the VAST Pipeline be used with images from other telescopes? diff --git a/mkdocs.yml b/mkdocs.yml index ca4f1d61..635f1ead 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -213,7 +213,7 @@ plugins: extra: social: - icon: simple/doi - link: https://doi.org/10.5281/zenodo.13927016 + link: https://doi.org/10.5281/zenodo.13927015 - icon: fontawesome/brands/github link: https://github.com/askap-vast/vast-pipeline name: vast-pipeline source on GitHub From 306841189873926108bdffe26a6bd034d0b324f4 Mon Sep 17 00:00:00 2001 From: Dougal Dobie Date: Fri, 8 Nov 2024 10:34:56 +1100 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e124058..8b0af14d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Fixed +- Fix incorrect zenodo links [#780](https://github.com/askap-vast/vast-pipeline/pull/780) + #### Removed #### List of PRs +- [#780](https://github.com/askap-vast/vast-pipeline/pull/780): docs: Fix incorrect zenodo links ## [1.2.0](https://github.com/askap-vast/vast-pipeline/releases/v1.2.0) (2024-11-07)