From 2fee19e19f2b8a3dc0b027a7e8e75aab05b38163 Mon Sep 17 00:00:00 2001 From: Richard Schneider Date: Sat, 3 Mar 2018 11:01:17 +1300 Subject: [PATCH] docs: fix links --- doc/articles/intro.md | 11 ++--------- doc/index.md | 6 ++---- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/doc/articles/intro.md b/doc/articles/intro.md index 8fb5aca..35d5a41 100644 --- a/doc/articles/intro.md +++ b/doc/articles/intro.md @@ -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. diff --git a/doc/index.md b/doc/index.md index a0238ea..e3eeacd 100644 --- a/doc/index.md +++ b/doc/index.md @@ -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