Skip to content

Commit e09f44f

Browse files
sandeep-pslmarini
andauthored
#395 Fix previewer source URL (#396)
* Fix previewers source code folder URL. * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Luigi Marini <[email protected]>
1 parent 7204558 commit e09f44f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
### Unreleased
8+
9+
## Unreleased
910

1011
### Added
1112
- Added Trash button to delete section [#347](https://github.com/clowder-framework/clowder/issues/347)
@@ -16,15 +17,13 @@ registration or heartbeat to Clowder that will restrict use of that extractor to
1617
- Add SMTP_FROM in docker-compose yml file. [#417](https://github.com/clowder-framework/clowder/issues/417)
1718
- Keycloak provider with secure social [#419](https://github.com/clowder-framework/clowder/issues/419)
1819
- Documentation on how to do easy testing of pull requests
20+
- Previewer source URL in the documentation to point to the Clowder GitHub repo. [#395](https://github.com/clowder-framework/clowder/issues/395)
21+
- Added a citation.cff file
1922

2023
## Fixed
2124
- Updated lastModifiesDate when updating file or metadata to a dataset, added lastModified to UI [386](https://github.com/clowder-framework/clowder/issues/386)
2225
- Disabled button while create dataset ajax call is still going on [#311](https://github.com/clowder-framework/clowder/issues/311)
2326

24-
## Unreleased
25-
26-
### Added
27-
- added a citation.cff file
2827

2928
## 1.21.0 - 2022-08-23
3029

doc/src/sphinx/develop/previewers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Previewer can work together with extractors and external services.
1212

1313

1414
Here is a list of previewer embedded with the core
15-
`source <https://opensource.ncsa.illinois.edu/bitbucket/projects/CATS/repos/clowder/browse/public/javascripts/previewers>`_.
15+
`source <https://github.com/clowder-framework/clowder/tree/master/public/javascripts/previewers>`_.

0 commit comments

Comments
 (0)