Skip to content

Commit

Permalink
Update link to conversion tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Sep 4, 2019
1 parent 57c2698 commit a8a3a23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
13 changes: 8 additions & 5 deletions upgrading/v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ variable for setting the configuration, the organization of the
configuration options have been changed to accommodate the new
internal structure of MathJax, and some of their names have changed as
well. To help you convert your existing version 2 configurations to
version 3, we provide a `conversion tool <http://...>` that you can
use to obtain a version 3 configuration that is as close as possible
to your current one.
version 3, we provide a `conversion tool
<https://mathjax.github.io/MathJax-demos-web/convert-configuration/convert-configuration.html>`_
that you can use to obtain a version 3 configuration that is as close
as possible to your current one.

Not all configuration parameters can be converted directly, however.
For some of these, it is because the version 2 features have not yet
Expand Down Expand Up @@ -671,7 +672,9 @@ the old package names into the new ones. This should make MathJax v3
handle existing content properly.

Be sure to convert your version-2 configuration to a version-3 one via
the `conversion tool <http://...>`__ that we provide.
the `conversion tool
<https://mathjax.github.io/MathJax-demos-web/convert-configuration/convert-configuration.html>`__
that we provide.

.. code-block:: html

Expand Down Expand Up @@ -743,7 +746,7 @@ to patch into MathJax version 3, which provides implementations for
also flags usages of :meth:`MathJax.Hub.Register.StartupHook()` and
the other hook-registering commands, and that you have converted your
:meth:`MathJax.Hub.Config()` and ``x-mathjax-config`` scripts to their
version 3 counterparts (use the `conversion tool <http://...>`__).
version 3 counterparts (use the `conversion tool <https://mathjax.github.io/MathJax-demos-web/convert-configuration/convert-configuration.html>`__).

Add the following lines right after the ``new CommandMap()`` call in
the code above:
Expand Down
16 changes: 8 additions & 8 deletions web/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ Converting Your v2 Configuration to v3

Because the version 3 configuration options are somewhat different
from their version 2 counterparts, we provide an automated
`configuration conversion tool <https://>`__ to help you move from
version 2 to version 3. Simply paste your current
:meth:`MathJax.Hub.Config()` call into the converter, press
``Convert`` and you should get the equivalent version 3
configuration, and comments about any options that could not be
translated to version 3 (some options are not yet implements, others
no longer make sense in version 3). See the instructions on the
linked page for more details.
`configuration conversion tool
<https://mathjax.github.io/MathJax-demos-web/convert-configuration/convert-configuration.html>`__
to help you move from version 2 to version 3. Simply paste your
current :meth:`MathJax.Hub.Config()` call into the converter, press
``Convert`` and you should get the equivalent version 3 configuration,
and comments about any options that could not be translated to version
3 (some options are not yet implements, others no longer make sense in
version 3). See the instructions on the linked page for more details.

-----

Expand Down

0 comments on commit a8a3a23

Please sign in to comment.