Skip to content

Commit

Permalink
Updated links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvazan committed Sep 26, 2019
1 parent c393d01 commit b68475a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b68475a

Please sign in to comment.