Skip to content

Commit

Permalink
Update documentation and other links (#97)
Browse files Browse the repository at this point in the history
* Update documentation links

* replace polly links

* replace hunter/blob links

* replace hunter/releases links

* replace hunter/issues/new links

* replace hunter/archive links

* replace misc hunter links

* Update rtfd badge

* Remove appveyor badge

* Revert "Remove appveyor badge"

This reverts commit 945a2b7.

* Fix Appveyor badge

* Change badge style

* Only build master branch and PRs
  • Loading branch information
rbsheth authored Dec 9, 2019
1 parent b9dddc0 commit 706be19
Show file tree
Hide file tree
Showing 513 changed files with 751 additions and 753 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Hi,

Please read `contributing guide <https://docs.hunter.sh/en/latest/contributing.html>`__ before sending pull requests or reporting bugs.
Please read `contributing guide <https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html>`__ before sending pull requests or reporting bugs.

Thank you!
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- If you have a trivial question you can ask it in Gitter room: https://gitter.im/ruslo/hunter -->

* I've read [Brief overview section](https://docs.hunter.sh/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
* I've read [F.A.Q. section](https://docs.hunter.sh/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]**
* I've read [Brief overview section](https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
* I've read [F.A.Q. section](https://cpp-pm-hunter.readthedocs.io/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]**
* I've read [Code of Conduct](https://github.com/cpp-pm/hunter/blob/master/.github/CODE_OF_CONDUCT.md), I promise to be polite and will do my best at being constructive. **[Yes|No]**

---
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ assignees: ''

---

* I've read [Brief overview section](https://docs.hunter.sh/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
* I've read [F.A.Q. section](https://docs.hunter.sh/en/latest/faq.html) and there is no solution to my problem there. **[Yes|No]**
* I've read [Brief overview section](https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
* I've read [F.A.Q. section](https://cpp-pm-hunter.readthedocs.io/en/latest/faq.html) and there is no solution to my problem there. **[Yes|No]**
* I've read [Code of Conduct](https://github.com/cpp-pm/hunter/blob/master/.github/CODE_OF_CONDUCT.md), I promise to be polite and will do my best at being constructive. **[Yes|No]**
* I've read [Reporting bugs section](https://docs.hunter.sh/en/latest/contributing.html#reporting-bugs) carefully. **[Yes|No]**
* I've checked that all the `hunter_add_package`/`find_package` API used by me in the example is the same as in [documentation](https://docs.hunter.sh/en/latest/packages.html). **[Yes|No]**
* I've read [Reporting bugs section](https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html#reporting-bugs) carefully. **[Yes|No]**
* I've checked that all the `hunter_add_package`/`find_package` API used by me in the example is the same as in [documentation](https://cpp-pm-hunter.readthedocs.io/en/latest/packages.html). **[Yes|No]**
* I'm using [latest](https://github.com/cpp-pm/hunter/releases) Hunter `URL`/`SHA1`. **[Yes|No]**

<!--- If you can reproduce an issue using just one small CMakeLists.txt, paste it here. -->
Expand Down Expand Up @@ -47,7 +47,7 @@ find_package(boo CONFIG REQUIRED)
Here is the log until first error reported by Hunter, option `HUNTER_STATUS_DEBUG` is `ON`:
* <link-to-log-file>

<!--- Check this document: https://docs.hunter.sh/en/latest/reference/errors/error.external.build.failed.html -->
<!--- Check this document: https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html -->
<!--- If you got `external.build.failed` -->
I've checked that the first error in logs **IS NOT** `external.build.failed`. **[Yes|No]**

Expand All @@ -58,8 +58,8 @@ I've checked that the first error in logs **IS NOT** `external.build.failed`. **

<!--- What toolchain you're using if any -->
* I'm not using toolchain
* I'm using unmodified toolchain <toolchain-name> from [Polly](https://github.com/ruslo/polly)
* I've patched toolchain <toolchain-name> from [Polly](https://github.com/ruslo/polly). Here is my patch: https://github.com/<username>/polly
* I'm using unmodified toolchain <toolchain-name> from [Polly](https://github.com/cpp-pm/polly)
* I've patched toolchain <toolchain-name> from [Polly](https://github.com/cpp-pm/polly). Here is my patch: https://github.com/<username>/polly
* I'm using my toolchain: https://github.com/<username>/<repo-with-toolchain>

I'm using the next command line on generate step:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/discussion.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ assignees: ''

<!--- If you have a trivial question, you can ask it in Gitter room: https://gitter.im/ruslo/hunter -->

* I've read [Brief overview section](https://docs.hunter.sh/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
* I've read [F.A.Q. section](https://docs.hunter.sh/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]**
* I've read [Brief overview section](https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
* I've read [F.A.Q. section](https://cpp-pm-hunter.readthedocs.io/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]**
* I've read [Code of Conduct](https://github.com/cpp-pm/hunter/blob/master/.github/CODE_OF_CONDUCT.md), I promise to be polite and will do my best at being constructive. **[Yes|No]**

---
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/package-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ assignees: ''
* This package has no dependencies
* This package has next dependencies:

* `<dependency-1>` (required, available in Hunter: https://docs.hunter.sh/en/latest/packages/pkg/<dependency-1>.html)
* `<dependency-1>` (required, available in Hunter: https://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/<dependency-1>.html)
* `<dependency-2>` (required, not available in Hunter, corresponding "New package" request: https://github.com/cpp-pm/hunter/issues/<number>)
* `<dependency-3>` (optional, not available in Hunter, corresponding "New package" request: https://github.com/cpp-pm/hunter/issues/<number>)

Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Use this part of template if you're adding new package. Remove the rest. -->
<!--- BEGIN -->

* I've followed [this guide](https://docs.hunter.sh/en/latest/creating-new/create/cmake.html)
* I've followed [this guide](https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/create/cmake.html)
step by step carefully. **[Yes|No]**

* I've tested this package remotely and have excluded all broken builds.
Expand All @@ -22,7 +22,7 @@
<!--- Use this part of template if you're updating existing package. Remove the rest. -->
<!--- BEGIN -->

* I've followed [this guide](https://docs.hunter.sh/en/latest/creating-new/update.html)
* I've followed [this guide](https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/update.html)
step by step carefully. **[Yes|No]**

* I've tested this package remotely and have excluded all broken builds.
Expand Down
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install:
- if [[ "`uname`" == "Linux" ]]; then travis_retry pip3 install --user requests; fi

# Install latest Polly toolchains and scripts
- wget https://github.com/ruslo/polly/archive/master.zip
- wget https://github.com/cpp-pm/polly/archive/master.zip
- unzip master.zip
- POLLY_ROOT="`pwd`/polly-master"
- export PATH="${POLLY_ROOT}/bin:${PATH}"
Expand All @@ -58,6 +58,5 @@ script:
- ./jenkins.sh

branches:
except:
- /^pr\..*/
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
only:
- master
19 changes: 9 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,31 @@ Hunter
CMake driven cross-platform package manager for C/C++.
Linux, Windows, macOS, iOS, Android, Raspberry Pi, etc.

* Documentation: https://docs.hunter.sh
* Brief overview: https://docs.hunter.sh/en/latest/overview.html (**Must-read!**)
* Packages: https://docs.hunter.sh/en/latest/packages.html
* Documentation: https://cpp-pm-hunter.readthedocs.io
* Brief overview: https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html (**Must-read!**)
* Packages: https://cpp-pm-hunter.readthedocs.io/en/latest/packages.html
* Sources: https://github.com/cpp-pm/hunter
* Reporting issues: https://github.com/cpp-pm/hunter/issues/new
* Contributing guide: https://docs.hunter.sh/en/latest/contributing.html
* Contacts: https://docs.hunter.sh/en/latest/contacts.html
* Contributing guide: https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html
* Contacts: https://cpp-pm-hunter.readthedocs.io/en/latest/contacts.html
* `Per package testing table <https://github.com/cpp-pm/hunter-testing/branches/all>`_

.. |gitter| image:: https://badges.gitter.im/cpp-pm/community.svg
:target: https://gitter.im/cpp-pm/community
:alt: Gitter public chat room

.. |rtfd| image:: https://readthedocs.org/projects/hunter/badge/?version=latest
:target: http://hunter.readthedocs.io/en/latest/?badge=latest
:target: http://cpp-pm-hunter.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status

.. |travis| image:: https://img.shields.io/travis/cpp-pm/hunter-testing/pkg.gtest.svg?style=flat-square&label=Linux%20OSX%20Android%20iOS
.. |travis| image:: https://img.shields.io/travis/cpp-pm/hunter-testing/pkg.gtest.svg?style=flat&logo=travis&label=Linux%20OSX%20Android%20iOS
:target: https://travis-ci.com/cpp-pm/hunter-testing/builds
:alt: Travis CI

.. |appveyor| image:: https://img.shields.io/appveyor/ci/cpp-pm/hunter-testing/pkg.gtest.svg?style=flat-square&label=Windows
:target: https://ci.appveyor.com/project/cpp-pm/hunter-testing/history
.. |appveyor| image:: https://img.shields.io/appveyor/ci/rbsheth/hunter-testing/pkg.gtest.svg?style=flat&logo=appveyor&label=Windows
:target: https://ci.appveyor.com/project/rbsheth/hunter-testing/history
:alt: AppVeyor CI

.. |license| image:: https://img.shields.io/github/license/cpp-pm/hunter.svg
:target: https://github.com/cpp-pm/hunter/blob/master/LICENSE
:alt: LICENSE

2 changes: 1 addition & 1 deletion cmake/modules/hunter_download.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ function(hunter_download)
hunter_create_args_file("${package_cmake_args}" "${HUNTER_ARGS_FILE}")

# Pass the raw list of arguments to build scheme:
# * https://github.com/ruslo/hunter/blob/v0.23.18/cmake/projects/Boost/schemes/url_sha1_boost.cmake.in#L95-L100
# * https://github.com/cpp-pm/hunter/blob/v0.23.18/cmake/projects/Boost/schemes/url_sha1_boost.cmake.in#L95-L100
# * https://github.com/ruslo/hunter/issues/1525
set(HUNTER_${HUNTER_PACKAGE_NAME}_CMAKE_ARGS "${package_cmake_args}")

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_error_page.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All rights reserved.

# Do not move to master - build schemes use this module but they not use master
set(HUNTER_ERROR_PAGE "https://docs.hunter.sh/en/latest/reference/errors")
set(HUNTER_ERROR_PAGE "https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors")

function(hunter_error_page error_page)
message("------------------------------ ERROR -----------------------------")
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_finalize.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ macro(hunter_finalize)
if(ANDROID AND CMAKE_VERSION VERSION_LESS "3.7.1")
hunter_user_error(
"CMake version 3.7.1+ required for Android platforms, see"
" https://docs.hunter.sh/en/latest/quick-start/cmake.html"
" https://cpp-pm-hunter.readthedocs.io/en/latest/quick-start/cmake.html"
)
endif()

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/hunter_protected_sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function(hunter_protected_sources package_name)
if(CMAKE_VERSION VERSION_LESS "3.7")
hunter_user_error(
"'hunter_protected_sources' need CMake version 3.7+, see"
" https://docs.hunter.sh/en/latest/quick-start/cmake.html"
" https://cpp-pm-hunter.readthedocs.io/en/latest/quick-start/cmake.html"
)
endif()
set("HUNTER_${package_name}_PROTECTED_SOURCES" YES PARENT_SCOPE)
Expand Down
2 changes: 1 addition & 1 deletion docs/contacts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Private
* Write me at ruslan_baratov@yahoo.com
* Private chat room on Gitter: https://gitter.im/ruslo

.. _issue: https://github.com/ruslo/hunter/issues/new
.. _issue: https://github.com/cpp-pm/hunter/issues/new

Please don't
============
Expand Down
10 changes: 5 additions & 5 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Contributing
There are many ways to contribute to Hunter:

- Documentation
- There is a newer version of an existing package? `Notify us <https://github.com/ruslo/hunter/issues>`__ or send a pull request with an updated version.
- There is a newer version of an existing package? `Notify us <https://github.com/cpp-pm/hunter/issues>`__ or send a pull request with an updated version.
- Missing a package in Hunter? :ref:`Add a new package <creating new>`
- `Resolve Issues <https://github.com/ruslo/hunter/issues>`__
- `Resolve Issues <https://github.com/cpp-pm/hunter/issues>`__

- Can you provide an answer to an open question?
- Can you reproduce the error?
Expand Down Expand Up @@ -83,11 +83,11 @@ If everything seems OK:
* Make sure you're not using :ref:`HUNTER_NO_TOOLCHAIN_ID_RECALCULATION <hunter no toolchain id recalculation>`
* Take a look at **first** error reported by Hunter. If Hunter reports chain
of errors the last error you see is **not relevant**!
* Update to `latest Hunter URL/SHA1 <https://github.com/ruslo/hunter/releases>`__
* Update to `latest Hunter URL/SHA1 <https://github.com/cpp-pm/hunter/releases>`__
and check that issue you have hit is not already fixed/reported
* Check this document if the first error you see is ``external.build.failed``:

* https://docs.hunter.sh/en/latest/reference/errors/error.external.build.failed.html
* https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html
* Remove irrelevant code from your example and report one problem at a time.
Try to construct `SSCCE <http://www.sscce.org/>`__. If you need more files
than just ``CMakeLists.txt`` it's better to create separate GitHub repository
Expand All @@ -101,7 +101,7 @@ If everything seems OK:
there is a bug somewhere. If you want to figure out what is the origin
of the problem please do keep ``~/.hunter`` directory.

* Open an `issue <https://github.com/ruslo/hunter/issues/new>`__ and provide
* Open an `issue <https://github.com/cpp-pm/hunter/issues/new>`__ and provide
next info:

* CMake version you're using ``cmake --version``. CMake build from source?
Expand Down
2 changes: 1 addition & 1 deletion docs/creating-new/create/ci/.travis-NEW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ install:
- if [[ "`uname`" == "Linux" ]]; then travis_retry pip3 install --user requests; fi

# Install latest Polly toolchains and scripts
- wget https://github.com/ruslo/polly/archive/master.zip
- wget https://github.com/cpp-pm/polly/archive/master.zip
- unzip master.zip
- POLLY_ROOT="`pwd`/polly-master"
- export PATH="${POLLY_ROOT}/bin:${PATH}"
Expand Down
2 changes: 1 addition & 1 deletion docs/creating-new/create/ci/.travis-OLD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ install:
- if [[ "`uname`" == "Linux" ]]; then travis_retry pip3 install --user requests; fi

# Install latest Polly toolchains and scripts
- wget https://github.com/ruslo/polly/archive/master.zip
- wget https://github.com/cpp-pm/polly/archive/master.zip
- unzip master.zip
- POLLY_ROOT="`pwd`/polly-master"
- export PATH="${POLLY_ROOT}/bin:${PATH}"
Expand Down
18 changes: 9 additions & 9 deletions docs/creating-new/create/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ Examples of such packages:
* :ref:`pkg.flatbuffers`

* https://github.com/google/flatbuffers
* See `flatbuffers/hunter.cmake <https://github.com/ruslo/hunter/blob/08a6cbcf06bb5934b6b18aa1f2028cf56a1063b7/cmake/projects/flatbuffers/hunter.cmake#L23-L32>`__
* See `flatbuffers/hunter.cmake <https://github.com/cpp-pm/hunter/blob/08a6cbcf06bb5934b6b18aa1f2028cf56a1063b7/cmake/projects/flatbuffers/hunter.cmake#L23-L32>`__
* Testing table: `AppVeyor <https://ci.appveyor.com/project/ingenue/hunter/build/1.0.3215>`__, `Travis <https://travis-ci.org/ingenue/hunter/builds/326881125>`__

* :ref:`pkg.rocksdb`

* https://github.com/facebook/rocksdb
* See `rocksdb/hunter.cmake <https://github.com/ruslo/hunter/blob/08a6cbcf06bb5934b6b18aa1f2028cf56a1063b7/cmake/projects/rocksdb/hunter.cmake#L19-L23>`__
* See `rocksdb/hunter.cmake <https://github.com/cpp-pm/hunter/blob/08a6cbcf06bb5934b6b18aa1f2028cf56a1063b7/cmake/projects/rocksdb/hunter.cmake#L19-L23>`__
* Testing table: `Travis <https://travis-ci.org/ingenue/hunter/builds/326905326>`__

* :ref:`pkg.nlohmann_json`

* https://github.com/nlohmann/json
* See `nlohmann_json/hunter.cmake <https://github.com/ruslo/hunter/blob/08a6cbcf06bb5934b6b18aa1f2028cf56a1063b7/cmake/projects/nlohmann_json/hunter.cmake#L53-L58>`__
* See `nlohmann_json/hunter.cmake <https://github.com/cpp-pm/hunter/blob/08a6cbcf06bb5934b6b18aa1f2028cf56a1063b7/cmake/projects/nlohmann_json/hunter.cmake#L53-L58>`__
* Testing table: `AppVeyor <https://ci.appveyor.com/project/ingenue/hunter/build/1.0.3217>`__, `Travis <https://travis-ci.org/ingenue/hunter/builds/326883658>`__

Default behavior
Expand Down Expand Up @@ -241,7 +241,7 @@ Fork Hunter
Hunter hosted on GitHub service where common way to add code is to fork
project and create pull request.

Fork `ruslo/hunter <https://github.com/ruslo/hunter>`__, clone
Fork `cpp-pm/hunter <https://github.com/cpp-pm/hunter>`__, clone
`your fork <https://github.com/hunterbox/hunter>`__ and initialize all
submodules:

Expand Down Expand Up @@ -526,7 +526,7 @@ fastest way to check that everything is ready and working correctly.

Script ``jenkins.py`` will package a temporary Hunter archive based on current
state and build the specified example. This script uses
`Polly <https://github.com/ruslo/polly>`__ toolchains.
`Polly <https://github.com/cpp-pm/polly>`__ toolchains.

Check you have Python 3 installed, clone Polly, add its ``bin`` folder to
``PATH`` environment variable, go back to Hunter repository and run test.
Expand All @@ -538,7 +538,7 @@ On Linux:
> which python3
/usr/bin/python3
> git clone https://github.com/ruslo/polly
> git clone https://github.com/cpp-pm/polly
> cd polly
[polly]> export PATH="`pwd`/bin:$PATH"
Expand All @@ -557,7 +557,7 @@ On Windows:

.. code-block:: none
> git clone https://github.com/ruslo/polly
> git clone https://github.com/cpp-pm/polly
> cd polly
[polly]> set PATH=%CD%\bin;%PATH%
Expand Down Expand Up @@ -608,7 +608,7 @@ of branches.
In branch ``master`` there is only the ``.travis.yml`` file which will only check
if the documentation is building:

* https://github.com/ruslo/hunter/blob/ea9de264d6c1b05484bdc16a9967c3cb8cca9048/.travis.yml#L57-L59
* https://github.com/cpp-pm/hunter/blob/ea9de264d6c1b05484bdc16a9967c3cb8cca9048/.travis.yml#L57-L59

When you open a pull request to ``ruslo/hunter`` this test will automatically run.

Expand Down Expand Up @@ -974,7 +974,7 @@ via Hunter:
|hunter|
.. |hunter| image:: https://img.shields.io/badge/hunter-hunter_box_1-blue.svg
:target: https://docs.hunter.sh/en/latest/packages/pkg/hunter_box_1.html
:target: https://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/hunter_box_1.html
:alt: Hunter
Example:
Expand Down
2 changes: 1 addition & 1 deletion docs/creating-new/create/custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Non-CMake: custom scheme
------------------------

Non-CMake projects can be added too. But sometimes it's not a trivial task
(for example there are a 3 custom schemes for `OpenSSL <https://github.com/ruslo/hunter/blob/master/cmake/projects/OpenSSL/hunter.cmake>`_. In general it's better to
(for example there are a 3 custom schemes for `OpenSSL <https://github.com/cpp-pm/hunter/blob/master/cmake/projects/OpenSSL/hunter.cmake>`_. In general it's better to
apply a patch to an existing CMake build and use :ref:`cmake-simple` add
instruction. Anyway here is a guide how to add a project with custom build:

Expand Down
2 changes: 1 addition & 1 deletion docs/creating-new/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ Once the tests are passing, and all required toolchain modifications have been a
[hunter]> git push -u origin pr.hunter_box_1
Finally, a pull request should be opened to send the package update to the main Hunter repository, as illustrated in the previous section pull request `screen shot <https://docs.hunter.sh/en/latest/creating-new/create/cmake.html#pull-requests>`__ (see `example <https://github.com/ruslo/hunter/pull/1893>`__).
Finally, a pull request should be opened to send the package update to the main Hunter repository, as illustrated in the previous section pull request `screen shot <https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/create/cmake.html#pull-requests>`__ (see `example <https://github.com/ruslo/hunter/pull/1893>`__).
2 changes: 1 addition & 1 deletion docs/faq/how-to-fix-download-error.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can check that everything is fine by invoking this script:
file(
DOWNLOAD
"https://github.com/ruslo/hunter/archive/v0.23.13.tar.gz"
"https://github.com/cpp-pm/hunter/archive/v0.23.13.tar.gz"
"${CMAKE_CURRENT_LIST_DIR}/hunter-archive.tar.gz"
EXPECTED_HASH SHA1=ef7d6ac5a4ba88307b2bea3e6ed7206c69f542e8
SHOW_PROGRESS
Expand Down
Loading

0 comments on commit 706be19

Please sign in to comment.