Skip to content

Commit 14807cf

Browse files
committed
Follow-up to backport of #4603 / f69fe93
1 parent a8603c7 commit 14807cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deps/amqp10_common/Makefile

Lines changed: 2 additions & 2 deletions
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/amqp10_common"}
9+
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp10_common"}
1010
]},
1111
{build_tools, ["make", "rebar3"]},
1212
{files, [
@@ -19,7 +19,7 @@ define HEX_TARBALL_EXTRA_METADATA
1919
licenses => [<<"MPL-2.0">>],
2020
links => #{
2121
<<"Website">> => <<"https://www.rabbitmq.com">>,
22-
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/deps/amqp10_common">>
22+
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp10_common">>
2323
}
2424
}
2525
endef

deps/amqp_client/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ define PROJECT_APP_EXTRA_KEYS
1616
{licenses, ["MPL-2.0"]},
1717
{links, [
1818
{"Website", "https://www.rabbitmq.com/"},
19-
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/deps/amqp_client"},
19+
{"GitHub", "https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp_client"},
2020
{"User guide", "https://www.rabbitmq.com/erlang-client-user-guide.html"}
2121
]},
2222
{build_tools, ["make", "rebar3"]},
@@ -30,7 +30,7 @@ define HEX_TARBALL_EXTRA_METADATA
3030
licenses => [<<"MPL-2.0">>],
3131
links => #{
3232
<<"Website">> => <<"https://www.rabbitmq.com">>,
33-
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/deps/amqp_client">>,
33+
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/amqp_client">>,
3434
<<"User guide">> => <<"https://www.rabbitmq.com/erlang-client-user-guide.html">>
3535
}
3636
}

deps/rabbit_common/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ define HEX_TARBALL_EXTRA_METADATA
2020
licenses => [<<"MPL-2.0">>],
2121
links => #{
2222
<<"Website">> => <<"https://www.rabbitmq.com">>,
23-
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/deps/rabbit_common">>
23+
<<"GitHub">> => <<"https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/rabbit_common">>
2424
}
2525
}
2626
endef

0 commit comments

Comments
 (0)