Skip to content

Commit

Permalink
README.rst: Point to the maintained version of mermaid-cli (#156)
Browse files Browse the repository at this point in the history
* README.rst: Point to the maintained version of mermaid-cli

https://github.com/mermaid-js/mermaid-cli is current.

https://github.com/mermaidjs/mermaid.cli?tab=readme-ov-file#this-repo-is-no-longer-being-actively-developed is not.

* Update README.rst

* Update README.rst
  • Loading branch information
cclauss authored Sep 28, 2024
1 parent 0e4b1ca commit 40b946c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ By default, the HTML builder will simply render this as a ``div`` tag with
make mermaid works.

For other builders (or if ``mermaid_output_format`` config variable is set differently), the extension
will use `mermaid-cli <https://github.com/mermaidjs/mermaid.cli>`_ to render as
will use `mermaid-cli <https://github.com/mermaid-js/mermaid-cli>`_ to render as
to a PNG or SVG image, and then used in the proper code.


Expand Down Expand Up @@ -202,7 +202,7 @@ Config values

``mermaid_params``

For individual parameters, a list of parameters can be added. Refer to `<https://github.com/mermaidjs/mermaid.cli#options>`_.
For individual parameters, a list of parameters can be added. Refer to `<https://github.com/mermaid-js/mermaid-cli#usage>`_.
Examples::

mermaid_params = ['--theme', 'forest', '--width', '600', '--backgroundColor', 'transparent']
Expand Down

0 comments on commit 40b946c

Please sign in to comment.