From b40412711727a88b464f97b9d55923e9a6687aad Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 29 Dec 2015 12:22:39 -0800 Subject: [PATCH] status-config.json: Don't restrict the search to the dev group The pages linked via searchin/dev/messageid contained a "Search all groups" link pointing at the search/messageid URL. There's no reason to restrict OCI discussion tagging to a single list (although dev is currently the only group I know about), so go with the more general URL template. --- status-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status-config.json b/status-config.json index f80ab31..072b19b 100644 --- a/status-config.json +++ b/status-config.json @@ -2,7 +2,7 @@ "meta": { "title": "OCI Discussion", "blurb": "Tracking OCI discussion with nmbug. For more information on OCI spec discussion, see opencontainers/specs.", - "message-url": "https://groups.google.com/a/opencontainers.org/forum/#!searchin/dev/messageid$3A{message-id}" + "message-url": "https://groups.google.com/a/opencontainers.org/forum/#!search/messageid$3A{message-id}" }, "views": [ { -- 2.26.2