From 47b0682d20b83922b6a4d4312e91010e4d370fbc Mon Sep 17 00:00:00 2001 From: aeneasr Date: Thu, 11 Jul 2019 11:10:54 +0200 Subject: [PATCH] cmd: Use commit hash instead of version for link to config Closes #1486 --- cmd/serve.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/serve.go b/cmd/serve.go index 16ef49da778..d8168e2c786 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -32,7 +32,7 @@ var serveControls = `## Configuration ORY Hydra can be configured using environment variables as well as a configuration file. For more information on configuration options, open the configuration documentation: ->> https://github.com/ory/hydra/blob/` + Version + `/docs/config.yaml << +>> https://github.com/ory/hydra/blob/` + Commit + `/docs/config.yaml << ` // serveCmd represents the host command