From 33e7ba03daab5d8dd72270fa0d5a5cb8a491fa47 Mon Sep 17 00:00:00 2001 From: Peter Waller Date: Sun, 1 Nov 2015 08:51:39 +0000 Subject: [PATCH] Update link to ServerProtocol.md --- omaha/omaha.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omaha/omaha.go b/omaha/omaha.go index a60caf5..8e06aef 100644 --- a/omaha/omaha.go +++ b/omaha/omaha.go @@ -3,7 +3,7 @@ Omaha is a request/response protocol using XML. Requests are made by clients and responses are given by the Omaha server. - http://code.google.com/p/omaha/wiki/ServerProtocol + https://github.com/google/omaha/blob/wiki/ServerProtocol.md */ package omaha