Skip to content

Commit

Permalink
cmd: Use commit hash instead of version for link to config (#1488)
Browse files Browse the repository at this point in the history
Closes #1486
  • Loading branch information
aeneasr committed Jul 12, 2019
1 parent dda7b55 commit f8b4a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8b4a3c

Please sign in to comment.