Skip to content

Commit

Permalink
Merge pull request #2941 from zendesk/gh/fix-broken-link-in-doc
Browse files Browse the repository at this point in the history
Broken link drove to a 404 page
  • Loading branch information
grosser authored Sep 17, 2018
2 parents b4296fd + 1e59b5d commit b2e23df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Samson can manage secrets for commands, environment variables or kubernetes deploys under `/secrets`.

Lookup logic is in [lib/samson/secrets/key_resolver.rb](lib/samson/secrets/key_resolver.rb).
Lookup logic is in [lib/samson/secrets/key_resolver.rb](/lib/samson/secrets/key_resolver.rb).

Most usage is with `secret://some_key` that will be looked up in the secret store and resolved to the most specific secret,
for example `some_key` might be resolved to `production/my-project/global/some_key`.
Expand Down

0 comments on commit b2e23df

Please sign in to comment.