Skip to content

Commit

Permalink
Fix image rendering on README (#10)
Browse files Browse the repository at this point in the history
* First commit to create PR

* Updated with rel links to images

* Changed for dark and light mode

* Checking with abs url

* Switched back to rel filepath

* checking again with abs url

* Updated changelog and version
  • Loading branch information
kessler-frost authored Jan 26, 2022
1 parent 7bed203 commit 359b4b2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.22.5] - 2022-01-25

### Fixed

- `README.md` images now use master branch's raw image urls hosted on <https://github.com> instead of <https://raw.githubusercontent.com>. Also, switched image rendering from html to markdown.

## [0.22.4] - 2022-01-25

### Fixed
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
&nbsp;

<div align="center">
<img src="https://raw.githubusercontent.com/AgnostiqHQ/covalent/blob/master/doc/source/_static/light.png#gh-light-mode-only" width="70%">
<img src="https://raw.githubusercontent.com/AgnostiqHQ/covalent/blob/master/doc/source/_static/dark.png#gh-dark-mode-only" width="70%">

![covalent logo](https://github.com/AgnostiqHQ/covalent/blob/master/doc/source/_static/dark.png#gh-dark-mode-only)
![covalent logo](https://github.com/AgnostiqHQ/covalent/blob/master/doc/source/_static/light.png#gh-light-mode-only)

&nbsp;

Expand All @@ -23,7 +24,8 @@ Covalent is a Pythonic workflow tool used to execute tasks on advanced computing
## ✨ Features

<div align="center">
<img src="https://raw.githubusercontent.com/AgnostiqHQ/covalent/blob/master/doc/source/_static/uibanner.png" width="100%">

![covalent ui banner](https://github.com/AgnostiqHQ/covalent/blob/master/doc/source/_static/uibanner.png?raw=true)

<em>With Covalent's UI, bring your workflows to life! </em>
</div>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.4
0.22.5

0 comments on commit 359b4b2

Please sign in to comment.