fix some readme links

This commit is contained in:
Neil Roza 2019-08-02 21:32:14 +00:00 committed by Dave Anderson
parent 01f30467ac
commit 72fa512fed

View File

@ -1,6 +1,6 @@
# Netboot, packages and utilities for network booting
[![license](https://img.shields.io/github/license/google/netboot.svg)](https://github.com/google/netboot/blob/master/LICENSE) [![CircleCI](https://img.shields.io/circleci/project/github/google/netboot.svg)](https://circleci.com/gh/google/netboot) [![api](https://img.shields.io/badge/api-unstable-red.svg)](https://godoc.org/go.universe.tf/netboot)
[![license](https://img.shields.io/github/license/google/netboot.svg)](https://github.com/danderson/netboot/blob/master/LICENSE) [![CircleCI](https://img.shields.io/circleci/project/github/google/netboot.svg)](https://circleci.com/gh/danderson/netboot) [![api](https://img.shields.io/badge/api-unstable-red.svg)](https://godoc.org/go.universe.tf/netboot)
This repository contains Go implementations of network protocols used
in booting machines over the network, as well as utilites built on top
@ -10,7 +10,7 @@ This is not an official Google project.
## Programs
- [Pixiecore](https://github.com/google/netboot/tree/master/pixiecore): Command line all-in-one tool for easy netbooting
- [Pixiecore](https://github.com/danderson/netboot/tree/master/pixiecore): Command line all-in-one tool for easy netbooting
## Libraries