Skip to content

Commit

Permalink
Use shorter URL for RabbitMQ documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbostock committed Dec 1, 2014
1 parent 3e0496f commit 7bddb61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def set_permissions
end

def self.strip_backslashes(string)
# See: https://github.com/rabbitmq/rabbitmq-server/blob/16418a9488e15c4d8ef3bfa9fce69190fb8ec796/docs/rabbitmqctl.1.pod#output-escaping
# See: https://github.com/rabbitmq/rabbitmq-server/blob/v1_7/docs/rabbitmqctl.1.pod#output-escaping
string.gsub(/\\\\/, '\\')
end

Expand Down

0 comments on commit 7bddb61

Please sign in to comment.