Merge "TBR: ref: Open-source prep: update links and such to point to GitHub locations"
diff --git a/services/device/device/doc.go b/services/device/device/doc.go
index 621d336..28adc68 100644
--- a/services/device/device/doc.go
+++ b/services/device/device/doc.go
@@ -429,8 +429,8 @@
 <envelope-name> and <title> can be specified explicitly using :<envelope-name>
 and @<title>. The binary is published as <binserv>/<binary
 name>/<GOOS>-<GOARCH>/<TIMESTAMP>. The application envelope is published as
-<appserv>/<envelope-name>/0. Optionally, adds blessing patterns to the Read and
-Resolve AccessLists.
+<appserv>/<envelope-name>/<TIMESTAMP>. Optionally, adds blessing patterns to the
+Read and Resolve AccessLists.
 
 Usage:
    device publish [flags] <binary name>[:<envelope-name>][@<title>] ...
diff --git a/services/device/device/publish.go b/services/device/device/publish.go
index f7d84a0..378db47 100644
--- a/services/device/device/publish.go
+++ b/services/device/device/publish.go
@@ -42,7 +42,7 @@
 title in the envelope. However, <envelope-name> and <title> can be specified explicitly
 using :<envelope-name> and @<title>.
 The binary is published as <binserv>/<binary name>/<GOOS>-<GOARCH>/<TIMESTAMP>.
-The application envelope is published as <appserv>/<envelope-name>/0.
+The application envelope is published as <appserv>/<envelope-name>/<TIMESTAMP>.
 Optionally, adds blessing patterns to the Read and Resolve AccessLists.`,
 	ArgsName: "<binary name>[:<envelope-name>][@<title>] ...",
 }