Skip to content

Commit be340ca

Browse files
committed
BUG link changed
1 parent 0549497 commit be340ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ In order to qualify as a noarch python package, all of the following criteria mu
11321132
``dataclasses``.
11331133

11341134
.. hint::
1135-
1135+
11361136
You can build platform-specific ``noarch`` packages to include runtime requirements depending on the target OS.
11371137
See mini-tutorial below.
11381138

@@ -1148,7 +1148,7 @@ It is possible to build ``noarch`` packages with runtime requirements that depen
11481148
(Linux, Windows, MacOS), regardless the architecture (amd64, ARM, PowerPC, etc). This approach
11491149
relies on three concepts:
11501150

1151-
1. `Virtual packages <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-virtual.html>`__.
1151+
1. `Virtual packages <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-virtual.html>`__.
11521152
Prefixed with a double underscore, they are used by conda to represent system properties as
11531153
constraints for the solver at install-time. We will use ``__linux``, ``__win`` or ``__osx``,
11541154
which are only present when the running platform is Linux, Windows, or MacOS, respectively.
@@ -1826,7 +1826,7 @@ If you close the PR, it makes the bot think that another PR implementing the mig
18261826
Another reason why it is good to keep the PR open or in draft status is that people might help with it if they want in the future.
18271827
18281828
In some cases a migration PR may not get opened. Please look for
1829-
`the migration on our status page <https://conda-forge.org/status/#current_migrations>`_
1829+
`the migration on our status page <https://conda-forge.org/status/#big_migrations>`_
18301830
to see if there are any issues. This may show there are still dependencies
18311831
needing migration, in which case the best approach is to wait (or if possible
18321832
offer to help migrate those dependencies). If there is a bot error, there will

0 commit comments

Comments
 (0)