Skip to content

Commit c695f4c

Browse files
committed
Update badges and typo in documentation
1 parent 54ba65f commit c695f4c

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
MegaApiClient
22
=============
33

4-
[![Build status](https://ci.appveyor.com/api/projects/status/a87jre98xr1wiryt/branch/master?svg=true)](https://ci.appveyor.com/project/gpailler/megaapiclient/branch/master)
5-
[![Coverage Status](https://codecov.io/gh/gpailler/MegaApiClient/branch/master/graph/badge.svg)](https://codecov.io/gh/gpailler/MegaApiClient)
6-
[![NuGet version](https://badge.fury.io/nu/MegaApiClient.svg)](https://badge.fury.io/nu/MegaApiClient)
7-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/gpailler/MegaApiClient/blob/master/LICENSE)
4+
[![Build status](https://github.com/gpailler/MegaApiClient/actions/workflows/main.yml/badge.svg)](https://github.com/gpailler/MegaApiClient/actions/workflows/main.yml)
5+
[![Coverage Status](https://img.shields.io/codecov/c/github/gpailler/MegaApiClient)](https://codecov.io/gh/gpailler/MegaApiClient)
6+
[![Nuget version](https://img.shields.io/nuget/v/MegaApiClient)](https://www.nuget.org/packages/MegaApiClient/)
7+
[![Nuget downloads](https://img.shields.io/nuget/dt/MegaApiClient)](https://www.nuget.org/packages/MegaApiClient/)
8+
[![License](https://img.shields.io/github/license/gpailler/MegaApiClient)](https://github.com/gpailler/MegaApiClient/blob/master/LICENSE)
89

910
**MegaApiClient is a C# .Net library to access [http://mega.co.nz](http://mega.co.nz) / [http://mega.nz](http://mega.nz) cloud storage and file hosting service.**
1011

11-
Whole documentation is available on [https://gpailler.github.io/MegaApiClient/](https://gpailler.github.io/MegaApiClient/)
12-
12+
Documentation is available on [https://gpailler.github.io/MegaApiClient/](https://gpailler.github.io/MegaApiClient/)

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Getting started with MegaApiClient
99
* [Installation](xref:installation)
1010
* [Code samples](xref:samples)
1111
* [FAQ](xref:faq)
12-
13-
Whole [API](xref:CG.Web.MegaApiClient.MegaApiClient) documentation
12+
* [API](xref:CG.Web.MegaApiClient.MegaApiClient) documentation
1413

1514

1615
#### Compatibility

0 commit comments

Comments
 (0)