Skip to content

Commit

Permalink
Change label prefix from ansible_collection.xxx to ansible_collection…
Browse files Browse the repository at this point in the history
…s.xxx.
  • Loading branch information
felixfontein committed Mar 7, 2021
1 parent 8d205de commit e7ff655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antsibull/docsite_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_label_prefix(collection_name: str) -> str:
:arg collection_name: Dotted collection name.
:returns: A RST label prefix
'''
return f'ansible_collection.{collection_name}.docsite.'
return f'ansible_collections.{collection_name}.docsite.'


def lint_required_conditions(content: str, collection_name: str
Expand Down

0 comments on commit e7ff655

Please sign in to comment.