Skip to content

Commit a8603c7

Browse files
michaelklishinlukebakken
authored andcommitted
Correct a double quote introduced in #4603
(cherry picked from commit f69fe93)
1 parent c1bb4cf commit a8603c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/amqp10_client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ define PROJECT_APP_EXTRA_KEYS
77
{licenses, ["MPL-2.0"]},
88
{links, [
99
{"Website", "https://www.rabbitmq.com/"},
10-
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/deps/amqp10_client"}
10+
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp10_client"}
1111
]},
1212
{build_tools, ["make", "rebar3"]},
1313
{files, [

deps/rabbit_common/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define PROJECT_APP_EXTRA_KEYS
66
{licenses, ["MPL-2.0"]},
77
{links, [
88
{"Website", "https://www.rabbitmq.com/"},
9-
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/deps/rabbit_common"}
9+
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/rabbit_common"}
1010
]},
1111
{build_tools, ["make", "rebar3"]},
1212
{files, [

0 commit comments

Comments
 (0)