From 31706040fac2c09646191ad5ac3e9e9604b5f648 Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Tue, 12 Jul 2022 11:03:37 -0700 Subject: [PATCH] Link directly to pkg.go.dev package docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35f139a..bcd9e14 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See the [Operations Guide](docs/operations-guide.md) for more details and usage NanoDEP is also a Go library for accessing the Apple DEP APIs. There are two components to the Go library: -* The higher-level `godep` package implements Go methods and structures for talking to the individual DEP API endpoints. -* The lower-level `client` package implements primitives, helpers, and middleware for authenticating to the DEP API and managing sessions tokens. +* The higher-level [godep](https://pkg.go.dev/github.com/micromdm/nanodep/godep) package implements Go methods and structures for talking to the individual DEP API endpoints. +* The lower-level [client](https://pkg.go.dev/github.com/micromdm/nanodep/client) package implements primitives, helpers, and middleware for authenticating to the DEP API and managing sessions tokens. See the [Go Reference documentation](https://pkg.go.dev/github.com/micromdm/nanodep) (or the Go source itself, of course) for details on these packages.