From 0fbd8039c4f9dc3c6f8047b15ecee921e754f951 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 10 Aug 2016 00:03:02 -0700 Subject: [PATCH] Fix URLs in README.md to point to the right packages. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2f8098..77798bc 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ The canonical import path for Go packages in this repository is `go.universe.tf/ ## Libraries - [pcap](https://godoc.org/go.universe.tf/netboot/pcap): Pure Go implementation of reading and writing pcap files. -- [dhcp4](https://godoc.org/go.universe.tf/netboot/pcap): DHCPv4 library providing the low-level bits of a DHCP client/server (packet marshaling, RFC-compliant packet transmission semantics). -- [tftp](https://godoc.org/go.universe.tf/netboot/pcap): Read-only TFTP server implementation. +- [dhcp4](https://godoc.org/go.universe.tf/netboot/dhcp4): DHCPv4 library providing the low-level bits of a DHCP client/server (packet marshaling, RFC-compliant packet transmission semantics). +- [tftp](https://godoc.org/go.universe.tf/netboot/tftp): Read-only TFTP server implementation. - [pixiecore](https://godoc.org/go.universe.tf/netboot/pixiecore): the functionality of Pixiecore (see below), in library form. Every stability warning in this repository applies double for this package. ## Programs