Skip to content

Commit

Permalink
#395 Fix previewer source URL (#396)
Browse files Browse the repository at this point in the history
* Fix previewers source code folder URL.

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Luigi Marini <lmarini@illinois.edu>
  • Loading branch information
sandeep-ps and lmarini committed Sep 11, 2023
1 parent 7204558 commit e09f44f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Expand Up @@ -5,7 +5,8 @@ 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

## Unreleased

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

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

## Unreleased

### Added
- added a citation.cff file

## 1.21.0 - 2022-08-23

Expand Down
2 changes: 1 addition & 1 deletion doc/src/sphinx/develop/previewers.rst
Expand Up @@ -12,4 +12,4 @@ Previewer can work together with extractors and external services.


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

0 comments on commit e09f44f

Please sign in to comment.