Commit 5016933c authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix-dictionary-generator' into 'master'

Fix path to service_ping instead of usage_ping

See merge request gitlab-org/gitlab!67573
parents 59b251de 5648ef77
......@@ -5,7 +5,7 @@ module Gitlab
module Docs
class Renderer
include Gitlab::Usage::Docs::Helper
DICTIONARY_PATH = Rails.root.join('doc', 'development', 'usage_ping')
DICTIONARY_PATH = Rails.root.join('doc', 'development', 'service_ping')
TEMPLATE_PATH = Rails.root.join('lib', 'gitlab', 'usage', 'docs', 'templates', 'default.md.haml')
def initialize(metrics_definitions)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment