Skip to content

Commit

Permalink
🚧Fix broken image link in readme (#242)
Browse files Browse the repository at this point in the history
* Start work for issue #237

* docs: update links from v1.0.0 to preview

* docs: make further fixes

---------

Co-authored-by: Calvin Wilkinson <[email protected]>
  • Loading branch information
kselena and CalvinWilkinson authored Jul 18, 2023
1 parent c2877cb commit f49a1de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div align="center">
<a href="#"><img align="center" src="https://raw.githubusercontent.com/KinsonDigital/CASL/release/v1.0.0/Documentation/Images/casl-logo.png" height="96"></a>
<br />

![asdf](https://raw.githubusercontent.com/KinsonDigital/CASL/preview/Documentation/Images/casl-logo.png)
</div>

<h1 style="border:0;font-weight:bold" align="center">CASL</h1>
Expand All @@ -11,7 +10,7 @@
![Build PR Status Check](https://img.shields.io/github/actions/workflow/status/KinsonDigital/CASL/build-pr-status-check.yml?label=%E2%9A%99%EF%B8%8FBuild&color=2F8840)
![Unit Test PR Status Check](https://img.shields.io/github/actions/workflow/status/KinsonDigital/CASL/unit-test-pr-status-check.yml?label=%F0%9F%A7%AATests&color=2F8840)

[![Codecov](https://img.shields.io/codecov/c/github/KinsonDigital/CASL?color=2F8840&label=Code%20Coverage&logo=codecov)](https://app.codecov.io/gh/KinsonDigital/CASL/tree/release%2Fv1.0.0)
[![Codecov](https://img.shields.io/codecov/c/github/KinsonDigital/CASL?color=2F8840&label=Code%20Coverage&logo=codecov)](https://app.codecov.io/gh/KinsonDigital/CASL/tree/preview)

[![Latest Nuget Release](https://img.shields.io/nuget/vpre/kinsondigital.CASL?label=Latest%20Release&logo=nuget)](https://www.nuget.org/packages/KinsonDigital.CASL)
[![Nuget Downloads](https://img.shields.io/nuget/dt/KinsonDigital.CASL?color=0094FF&label=nuget%20downloads&logo=nuget)](https://www.nuget.org/stats/packages/KinsonDigital.CASL?groupby=Version)
Expand Down Expand Up @@ -69,7 +68,7 @@ Interested in contributing? If so, click [here](https://github.com/KinsonDigital
<div align="center">

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=flat)](https://github.com/KinsonDigital/.github/blob/master/docs/code_of_conduct.md)
[![GitHub](https://img.shields.io/github/license/kinsondigital/CASL)](https://github.com/KinsonDigital/CASL/blob/release/v1.0.0/LICENSE.md)
[![GitHub](https://img.shields.io/github/license/kinsondigital/CASL)](https://github.com/KinsonDigital/CASL/blob/release/preview/LICENSE.md)
</div>

This software is distributed under the very permissive MIT license and all dependencies are distributed under MIT-compatible licenses.
Expand Down

0 comments on commit f49a1de

Please sign in to comment.