From df4b3b26f19061bf120e8ce608e7f81982cc7e1b Mon Sep 17 00:00:00 2001 From: Ryan O'Leary Date: Mon, 25 Feb 2019 06:28:03 -0800 Subject: [PATCH] Fix typo in CONTRIBUTING.md (#258) Signed-off-by: Ryan O'Leary --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d40ec1c2..a0c88a12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ We accept GitHub pull requests. Fork the project on GitHub, work in your fork and in branches, push these to your GitHub fork, and when ready, do a GitHub pull requests -against https://github.com/u-root/u-root. +against https://github.com/linuxboot/fiano. `fiano` uses [dep](https://github.com/golang/dep) for its dependency management. Please run `dep ensure`, `dep prune`, and commit Gopkg.toml, Gopkg.lock and vendor/ changes before opening a pull request.