Skip to content

Commit fca3d55

Browse files
docs: fix hyper links
1 parent 9a2cda1 commit fca3d55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![build status](https://ci.appveyor.com/api/projects/status/github/richardschneider/net-ipfs-http-client?branch=master&svg=true)](https://ci.appveyor.com/project/richardschneider/net-ipfs-http-client)
44
[![Coverage Status](https://coveralls.io/repos/github/richardschneider/net-ipfs-http-client/badge.svg?branch=master)](https://coveralls.io/github/richardschneider/net-ipfs-http-client?branch=master)
55
[![Version](https://img.shields.io/nuget/v/Ipfs.Http.svg)](https://www.nuget.org/packages/Ipfs.Http)
6-
[![docs](https://cdn.rawgit.com/richardschneider/net-ipfs-http-client/master/doc/images/docs-latest-green.svg)](https://richardschneider.github.io/net-ipfs-http-client/articles/client.html)
6+
[![docs](https://img.shields.io/badge/docs-latest-green.svg)](https://richardschneider.github.io/net-ipfs-http-client/articles/client.html)
77

88

99
A .Net client library for managing IPFS using the HTTP API protocol.
@@ -35,7 +35,7 @@ More information, including the Class Reference, is on the [Project](https://ric
3535

3636
## Getting started
3737

38-
Published releases of IPFS API are available on [NuGet](https://www.nuget.org/packages/ipfs.api/). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console).
38+
Published releases of IPFS API are available on [NuGet](https://www.nuget.org/packages/ipfs.http.client/). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console).
3939

4040
PM> Install-Package Ipfs.Http.Client
4141

doc/articles/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
A .Net client library for the IPFS HTTP API, implemented in C#. It allows you to access the features of [IPFS](https://ipfs.io/).
44

55
The source code is on [GitHub](https://github.com/richardschneider/net-ipfs-http-client) and the
6-
package is published on [NuGet](https://www.nuget.org/packages/Ipfs.Http).
6+
package is published on [NuGet](https://www.nuget.org/packages/ipfs.http.client).
77

88
![](https://ipfs.io/ipfs/QmQJ68PFMDdAsgCZvA1UVzzn18asVcf7HVvCDgpjiSCAse)

doc/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- name: Articles
22
href: articles/
3-
- name: Api Documentation
3+
- name: Class Reference
44
href: api/

0 commit comments

Comments
 (0)