From 50d415a34651ff991b7f1d88afd04ed85e995e47 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 29 Dec 2015 21:38:40 -0800 Subject: [PATCH] status-config.json: Add quotes around message-id for message-url Because [1] works but [2] does not. [1]: https://groups.google.com/a/opencontainers.org/forum/#!search/messageid$3A%22CAD2oYtN-9yLLhG_STO3F1h58Bn5QovK$2Bu3wOBa$3Dt$2B7TQi-hP1Q@mail.gmail.com%22 [2]: https://groups.google.com/a/opencontainers.org/forum/#!search/messageid$3ACAD2oYtN-9yLLhG_STO3F1h58Bn5QovK$2Bu3wOBa$3Dt$2B7TQi-hP1Q@mail.gmail.com --- status-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status-config.json b/status-config.json index 072b19b..b9176ae 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/#!search/messageid$3A{message-id}" + "message-url": "https://groups.google.com/a/opencontainers.org/forum/#!search/messageid$3A%22{message-id}%22" }, "views": [ { -- 2.26.2