File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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}
2525endef
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
2626endef
You can’t perform that action at this time.
0 commit comments