File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- [ ![ PyPI Version] [ pypi-v-image ]] [ pypi-v-link ]
2- [ ![ PyPI downloads] ( https://img.shields.io/pypi/dm/mkdocs-encryptcontent-plugin.svg )] ( https://pypi.org/project/mkdocs-encryptcontent-plugin )
1+ [ ![ PyPI Version] ( https://img.shields.io/ pypi/v/mkdocs-encryptcontent-plugin.svg )] ( https:// pypi.org/project/mkdocs-encryptcontent-plugin/ )
2+ [ ![ PyPI downloads] ( https://img.shields.io/pypi/dm/mkdocs-encryptcontent-plugin.svg )] ( https://pypi.org/project/mkdocs-encryptcontent-plugin/ )
33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
44
55# mkdocs-encryptcontent-plugin
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ def get_external_assets(config, **kwargs):
6767def create_readme (config , ** kwargs ):
6868 logger = logging .getLogger ("mkdocs.create_readme" )
6969 cur_dir = Path (os .path .dirname (os .path .realpath (__file__ )))
70- pypi_md = """[![PyPI Version][ pypi-v-image]][ pypi-v-link]
71- [](https://pypi.org/project/mkdocs-encryptcontent-plugin)
70+ pypi_md = """[](https:// pypi.org/project/mkdocs-encryptcontent-plugin/)
71+ [](https://pypi.org/project/mkdocs-encryptcontent-plugin/ )
7272[](https://opensource.org/licenses/MIT)
7373
7474"""
You can’t perform that action at this time.
0 commit comments