Skip to content

Commit

Permalink
Meta: Link for did meta plugin abstract class #6601
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg committed Mar 26, 2024
1 parent 358b0f0 commit 5a4ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator/did_meta.md
Expand Up @@ -53,7 +53,7 @@ order each configured metadata plugin if it supports this KEY.

## How to develop a custom metadata solution

The module you develop needs to extend the [DidMetaPlugin](/) Abstract
The module you develop needs to extend the [DidMetaPlugin](https://github.com/rucio/rucio/blob/master/lib/rucio/core/did_meta_plugins/did_meta_plugin_interface.py) Abstract
class. The methods needed are:

```python
Expand Down

0 comments on commit 5a4ae63

Please sign in to comment.