Skip to content

Commit

Permalink
Make link internal reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jul 12, 2023
1 parent 3d72183 commit 45deedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def self.instrumentation_value_from_boolean(key)
# Does not appear in logs.
def self.deprecated_description(new_setting, description)
link_ref = new_setting.to_s.tr('.', '-')
%{Please see: [#{new_setting}](/docs/agents/ruby-agent/configuration/ruby-agent-configuration##{link_ref}). \n\n#{description}}
%{Please see: [#{new_setting}](##{link_ref}). \n\n#{description}}
end

class Boolean
Expand Down

0 comments on commit 45deedf

Please sign in to comment.