From 61ac095bf32fa338c0d41376372a0b99c144a1b9 Mon Sep 17 00:00:00 2001 From: Sandeep Puthanveetil Satheesan Date: Mon, 7 Nov 2022 00:05:35 -0600 Subject: [PATCH 1/3] Fix previewers source code folder URL. --- doc/src/sphinx/develop/previewers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sphinx/develop/previewers.rst b/doc/src/sphinx/develop/previewers.rst index d1f87488b..b9dc3da31 100644 --- a/doc/src/sphinx/develop/previewers.rst +++ b/doc/src/sphinx/develop/previewers.rst @@ -12,4 +12,4 @@ Previewer can work together with extractors and external services. Here is a list of previewer embedded with the core -`source `_. \ No newline at end of file +`source `_. From cbe92a645d6f03c048d611b2bf0f98258840a5ea Mon Sep 17 00:00:00 2001 From: Sandeep Puthanveetil Satheesan Date: Mon, 7 Nov 2022 00:20:52 -0600 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bd19a86..f4a114c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +### Fixed +Previewer source URL in the documentation to point to the Clowder GitHub repo. [#395](https://github.com/clowder-framework/clowder/issues/395) ## 1.21.0 - 2022-08-23 From 20dd73b7f72c6e1beda1f6a4f0319343489b39df Mon Sep 17 00:00:00 2001 From: Sandeep Puthanveetil Satheesan Date: Sun, 13 Nov 2022 22:05:13 -0600 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a114c12..639678f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ### Fixed -Previewer source URL in the documentation to point to the Clowder GitHub repo. [#395](https://github.com/clowder-framework/clowder/issues/395) +- Previewer source URL in the documentation to point to the Clowder GitHub repo. [#395](https://github.com/clowder-framework/clowder/issues/395) ## 1.21.0 - 2022-08-23