Commit 2e278e92 authored by Hugo van Kemenade's avatar Hugo van Kemenade
Browse files

Update repo links

parent b35c219f
......@@ -70,9 +70,9 @@ See https://github.com/MacPython/nipy-wheels for a simple example.
``wheelhouse/*.whl`` defines the files you want to upload.
* You might also want to build and upload from Appveyor. To encrypt the API
* You might also want to build and upload from AppVeyor. To encrypt the API
key above, go to https://ci.appveyor.com/account/matthew-brett/settings
(where ``matthew-brett`` is the account from which your Appveyor job runs.
(where ``matthew-brett`` is the account from which your AppVeyor job runs.
Click on "Encrypt YaML" on the left. Type in your API key value (e.g.
``ni-1234abcd-12ab-34dc-1234-d1e1f3a4b5c6``) as the value to encrypt. Click "Encrypt" and note the text it suggests. Now, at the top of your ``appveyor.yml`` file, add something like::
......@@ -338,7 +338,7 @@ To use these scripts
* Add this (here) repository as a submodule::
git submodule add https://github.com/matthew-brett/multibuild.git
git submodule add https://github.com/multi-build/multibuild.git
* Add your own project repository as another submodule::
......@@ -595,7 +595,7 @@ Multibuild development
**********************
The main multibuild repository is always at
https://github.com/matthew-brett/multibuild
https://github.com/multi-build/multibuild
We try to keep the ``master`` branch stable and do testing and development
in the ``devel`` branch. From time to time we merge ``devel`` into ``master``.
......
......@@ -440,7 +440,7 @@ function repair_wheelhouse {
function install_pkg_config {
# Install pkg-config avoiding error from homebrew
# See :
# https://github.com/matthew-brett/multibuild/issues/24#issue-221951587
# https://github.com/multi-build/multibuild/issues/24#issue-221951587
command -v pkg-config > /dev/null 2>&1 || brew install pkg-config
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment