Skip to content

Commit

Permalink
Merge pull request #232 from alexott/doc-links-fix
Browse files Browse the repository at this point in the history
Fix links in Plugin System doc
  • Loading branch information
thomaspatzke authored Jun 25, 2024
2 parents ca1a950 + 7d6146d commit 3d56b71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Plugin_System.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ the :file:`__init__.py` of the module and add them to the mappings mentioned abo
Plugin Directory
================

The `pySigma plugin directory <https://github.com/SigmaHQ/pySigma-plugin-directory>` is the central
The `pySigma plugin directory <https://github.com/SigmaHQ/pySigma-plugin-directory>`_ is the central
list of public available plugins for installation. It's format is described in the `README file of
the project <https://github.com/SigmaHQ/pySigma-plugin-directory#format>`. The directory itself is
consumed by the `Sigma CLI <https://github.com/SigmaHQ/sigma-cli>` for discovery. Therefore, each
the project <https://github.com/SigmaHQ/pySigma-plugin-directory#format>`_. The directory itself is
consumed by the `Sigma CLI <https://github.com/SigmaHQ/sigma-cli>`_ for discovery. Therefore, each
plugin that should be available for usage with the CLI must be added to the directory.

Discover Available Plugins
Expand Down Expand Up @@ -102,4 +102,4 @@ Further, a :ref:`pipeline resolver <pipeline-resolvers>` can be instantiated wit
plugins.get_pipeline_resolver()

.. autoclass:: sigma.plugins.InstalledSigmaPlugins
:members:
:members:

0 comments on commit 3d56b71

Please sign in to comment.