Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Mar 2, 2018
1 parent 563aa47 commit b81d639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/articles/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A simple Multicast Domain Name Service based on [RFC 6762](https://tools.ietf.org/html/rfc6762).
The source code is on [GitHub](https://github.com/richardschneider/net-mdns) and the
package is published on [NuGet](https://www.nuget.org/packages/Ipfs.Dns.Multicast).
package is published on [NuGet](https://www.nuget.org/packages/Makaretu.Dns.Multicast).

The [MulticastService](xref:Makaretu.Dns.MulticastService) is used to send to
[queries](xref:Makaretu.Dns.MulticastService.SendQuery) and
Expand Down
4 changes: 1 addition & 3 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ A simple Multicast Domain Name Service based on [RFC 6762](https://tools.ietf.or
Can be used as both a client (sending queries) or a server (responding to queries).

The source code is on [GitHub](https://github.com/richardschneider/net-mdns) and the
package is published on [NuGet](https://www.nuget.org/packages/Ipfs.Dns.Multicast).

The interplanetary file system is the permanent web. It is a new hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.
package is published on [NuGet](https://www.nuget.org/packages/Makaretu.Dns.Multicast).

- [Articles](articles/intro.md) on using Multicast DNS.
- [Documentation](api/Makaretu.Dns.yml) describes the classes in detail

0 comments on commit b81d639

Please sign in to comment.