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 b81d639 commit 2fee19e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
11 changes: 2 additions & 9 deletions doc/articles/intro.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
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/Makaretu.Dns.Multicast).
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/Makaretu.Dns.Multicast).

The [MulticastService](xref:Makaretu.Dns.MulticastService) is used to send to
[queries](xref:Makaretu.Dns.MulticastService.SendQuery) and
[answers](xref:Makaretu.Dns.MulticastService.SendAnswer).
It also listens for DNS [Messages](xref:Makaretu.Dns.Message) and raises either the
[QueryReceived](xref:Makaretu.Dns.MulticastService.QueryReceived) or
[AnswerReceived](xref:Makaretu.Dns.MulticastService.AnswerReceived) event.
The [MulticastService](xref:Makaretu.Dns.MulticastService) is used to send [queries](xref:Makaretu.Dns.MulticastService.SendQuery) and [answers](xref:Makaretu.Dns.MulticastService.SendAnswer). It also listens for DNS [Messages](xref:Makaretu.Dns.Message) and raises either the [QueryReceived](xref:Makaretu.Dns.MulticastService.QueryReceived) or [AnswerReceived](xref:Makaretu.Dns.MulticastService.AnswerReceived) event.

6 changes: 2 additions & 4 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Multicast DNS

A simple Multicast Domain Name Service based on [RFC 6762](https://tools.ietf.org/html/rfc6762).
Can be used as both a client (sending queries) or a server (responding to queries).
A simple Multicast Domain Name Service based on [RFC 6762](https://tools.ietf.org/html/rfc6762). 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/Makaretu.Dns.Multicast).
The source code is on [GitHub](https://github.com/richardschneider/net-mdns) and the 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 2fee19e

Please sign in to comment.