mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-07 03:03:58 +01:00
Merge #17239: doc: Changed miniupnp links to https
6f6852335fdoc: Changed miniupnp links to https (Marius Kjærstad) Pull request description: doc: Changed miniupnp links to https ACKs for top commit: fjahr: ACK6f68523fanquake: ACK6f6852335f- as mentioned in this [comment](https://github.com/bitcoin/bitcoin/pull/17166#issuecomment-545906845), in future, there's no need to open a new PR instead than squashing. One of the requirements of contributing to Bitcoin Core is some basic `git` usage, and we have some documentation on that in our [CONTRIBUTING.md](https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits) (which also mentions not to open multiple PRs). Tree-SHA512: 1e806326552b94dc1c2f105bed822a1dd56127d42bbb0c15a16623ff084b2047331f2f1ad5303c99b0d68c70ad2caf8e8028eb354ba4379973b9e1198676ce72
This commit is contained in:
@@ -163,8 +163,8 @@ symbols, which reduces the executable size by about 90%.
|
|||||||
miniupnpc
|
miniupnpc
|
||||||
---------
|
---------
|
||||||
|
|
||||||
[miniupnpc](http://miniupnp.free.fr/) may be used for UPnP port mapping. It can be downloaded from [here](
|
[miniupnpc](https://miniupnp.tuxfamily.org) may be used for UPnP port mapping. It can be downloaded from [here](
|
||||||
http://miniupnp.tuxfamily.org/files/). UPnP support is compiled in and
|
https://miniupnp.tuxfamily.org/files/). UPnP support is compiled in and
|
||||||
turned off by default. See the configure options for upnp behavior desired:
|
turned off by default. See the configure options for upnp behavior desired:
|
||||||
|
|
||||||
--without-miniupnpc No UPnP support miniupnp not required
|
--without-miniupnpc No UPnP support miniupnp not required
|
||||||
|
|||||||
Reference in New Issue
Block a user