From b68475a0863935fc74ad1418b44364cef2b75ca1 Mon Sep 17 00:00:00 2001 From: Robert Vazan Date: Thu, 26 Sep 2019 20:11:42 +0000 Subject: [PATCH] Updated links in README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2922fac..a743678 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ using (var ntp = new NtpClient(Dns.GetHostAddresses("pool.ntp.org")[0])) var accurateTime = DateTime.UtcNow + offset; ``` -* [Homepage](https://guerrillantp.machinezoo.com/) - Overview, download, tutorial, alternatives, contact. -* [Documentation](https://guerrillantp.machinezoo.com/api/) - API reference documentation. -* [Sources](https://bitbucket.org/robertvazan/guerrillantp/src) - Primary repository, preferred for pull requests. -* [License](https://www.apache.org/licenses/LICENSE-2.0) - Distributed under Apache License 2.0. +* Documentation: [Tutorial](https://guerrillantp.machinezoo.com/), [API Reference](https://guerrillantp.machinezoo.com/api/) +* Download: see [Tutorial](https://guerrillantp.machinezoo.com/) +* Sources: [GitHub](https://github.com/robertvazan/guerrillantp), [Bitbucket](https://bitbucket.org/robertvazan/guerrillantp) +* Issues: [GitHub](https://github.com/robertvazan/guerrillantp/issues), [Bitbucket](https://bitbucket.org/robertvazan/guerrillantp/issues) +* License: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)